C# Класс ApiSdk.Groups.Item.Drives.Item.List.ContentTypes.Item.Base.BaseRequestBuilder

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

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