C# Класс ApiSdk.Me.Planner.Plans.Item.Buckets.BucketsRequestBuilder

Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity.
Показать файл Открыть проект

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