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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

BuildCommand() public méthode

public BuildCommand ( ) : Command
Résultat Command

BuildCountCommand() public méthode

public BuildCountCommand ( ) : Command
Résultat Command

BuildCreateCommand() public méthode

Create new navigation property to buckets for me
public BuildCreateCommand ( ) : Command
Résultat Command

BuildListCommand() public méthode

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

CreateGetRequestInformation() public méthode

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
Résultat RequestInformation

CreatePostRequestInformation() public méthode

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
Résultat RequestInformation