C# 클래스 ApiSdk.Groups.Item.Drives.Item.List.ContentTypes.Item.Base.BaseRequestBuilder

Provides operations to manage the base property of the microsoft.graph.contentType entity.
파일 보기 프로젝트 열기: microsoftgraph/msgraph-cli

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BaseRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models

Instantiates a new BaseRequestBuilder and sets the default values. Path parameters for the request The request adapter to use to execute the requests.

BuildGetCommand ( ) : Command

Parent contentType from which this content type is derived.

CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

Parent contentType from which this content type is derived. Configuration for the request such as headers, query parameters, and middleware options.

메소드 상세

BaseRequestBuilder() 공개 메소드

Instantiates a new BaseRequestBuilder and sets the default values. Path parameters for the request The request adapter to use to execute the requests.
public BaseRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models
pathParameters Dictionary
requestAdapter IRequestAdapter
리턴 ApiSdk.Models

BuildGetCommand() 공개 메소드

Parent contentType from which this content type is derived.
public BuildGetCommand ( ) : Command
리턴 Command

CreateGetRequestInformation() 공개 메소드

Parent contentType from which this content type is derived. Configuration for the request such as headers, query parameters, and middleware options.
public CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
리턴 RequestInformation