C# Класс ApiSdk.Workbooks.Item.Thumbnails.ThumbnailsRequestBuilder

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

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
BuildCommand ( ) : Command
BuildCountCommand ( ) : Command
BuildCreateCommand ( ) : Command

Create new navigation property to thumbnails for workbooks

BuildListCommand ( ) : Command

Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.

CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. Configuration for the request such as headers, query parameters, and middleware options.

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

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

ThumbnailsRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models

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

Описание методов

BuildCommand() публичный Метод

public BuildCommand ( ) : Command
Результат Command

BuildCountCommand() публичный Метод

public BuildCountCommand ( ) : Command
Результат Command

BuildCreateCommand() публичный Метод

Create new navigation property to thumbnails for workbooks
public BuildCreateCommand ( ) : Command
Результат Command

BuildListCommand() публичный Метод

Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.
public BuildListCommand ( ) : Command
Результат Command

CreateGetRequestInformation() публичный Метод

Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. 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 thumbnails for workbooks Configuration for the request such as headers, query parameters, and middleware options.
public CreatePostRequestInformation ( ThumbnailSet body, Action requestConfiguration = default ) : RequestInformation
body ThumbnailSet
requestConfiguration Action
Результат RequestInformation

ThumbnailsRequestBuilder() публичный Метод

Instantiates a new ThumbnailsRequestBuilder and sets the default values. Path parameters for the request The request adapter to use to execute the requests.
public ThumbnailsRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models
pathParameters Dictionary
requestAdapter IRequestAdapter
Результат ApiSdk.Models