C# 클래스 ApiSdk.Me.Planner.Plans.Item.Buckets.BucketsRequestBuilder

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BucketsRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Me.Planner.Plans.Item.Buckets.Count

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

BuildCommand ( ) : Command
BuildCountCommand ( ) : Command
BuildCreateCommand ( ) : Command

Create new navigation property to buckets for me

BuildListCommand ( ) : Command

Collection of buckets in the plan. Read-only. Nullable.

CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

Collection of buckets in the plan. Read-only. Nullable. Configuration for the request such as headers, query parameters, and middleware options.

CreatePostRequestInformation ( PlannerBucket body, Action requestConfiguration = default ) : RequestInformation

Create new navigation property to buckets for me Configuration for the request such as headers, query parameters, and middleware options.

메소드 상세

BucketsRequestBuilder() 공개 메소드

Instantiates a new BucketsRequestBuilder and sets the default values. Path parameters for the request The request adapter to use to execute the requests.
public BucketsRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Me.Planner.Plans.Item.Buckets.Count
pathParameters Dictionary
requestAdapter IRequestAdapter
리턴 ApiSdk.Me.Planner.Plans.Item.Buckets.Count

BuildCommand() 공개 메소드

public BuildCommand ( ) : Command
리턴 Command

BuildCountCommand() 공개 메소드

public BuildCountCommand ( ) : Command
리턴 Command

BuildCreateCommand() 공개 메소드

Create new navigation property to buckets for me
public BuildCreateCommand ( ) : Command
리턴 Command

BuildListCommand() 공개 메소드

Collection of buckets in the plan. Read-only. Nullable.
public BuildListCommand ( ) : Command
리턴 Command

CreateGetRequestInformation() 공개 메소드

Collection of buckets in the plan. Read-only. Nullable. Configuration for the request such as headers, query parameters, and middleware options.
public CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
리턴 RequestInformation

CreatePostRequestInformation() 공개 메소드

Create new navigation property to buckets for me Configuration for the request such as headers, query parameters, and middleware options.
public CreatePostRequestInformation ( PlannerBucket body, Action requestConfiguration = default ) : RequestInformation
body PlannerBucket
requestConfiguration Action
리턴 RequestInformation