C# Class ApiSdk.Me.Planner.Plans.Item.Buckets.BucketsRequestBuilder

Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity.
Show file Open project: microsoftgraph/msgraph-cli

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

BucketsRequestBuilder() public method

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
return ApiSdk.Me.Planner.Plans.Item.Buckets.Count

BuildCommand() public method

public BuildCommand ( ) : Command
return Command

BuildCountCommand() public method

public BuildCountCommand ( ) : Command
return Command

BuildCreateCommand() public method

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

BuildListCommand() public method

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

CreateGetRequestInformation() public method

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
return RequestInformation

CreatePostRequestInformation() public method

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
return RequestInformation