C# 클래스 ApiSdk.Workbooks.Item.Thumbnails.Item.ThumbnailSetItemRequestBuilder

Provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity.
파일 보기 프로젝트 열기: microsoftgraph/msgraph-cli

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BuildDeleteCommand ( ) : Command

Delete navigation property thumbnails for workbooks

BuildGetCommand ( ) : Command

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

BuildPatchCommand ( ) : Command

Update the navigation property thumbnails in workbooks

CreateDeleteRequestInformation ( Action requestConfiguration = default ) : RequestInformation

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

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.

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

Update the navigation property thumbnails in workbooks Configuration for the request such as headers, query parameters, and middleware options.

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

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

메소드 상세

BuildDeleteCommand() 공개 메소드

Delete navigation property thumbnails for workbooks
public BuildDeleteCommand ( ) : Command
리턴 Command

BuildGetCommand() 공개 메소드

Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.
public BuildGetCommand ( ) : Command
리턴 Command

BuildPatchCommand() 공개 메소드

Update the navigation property thumbnails in workbooks
public BuildPatchCommand ( ) : Command
리턴 Command

CreateDeleteRequestInformation() 공개 메소드

Delete navigation property thumbnails for workbooks Configuration for the request such as headers, query parameters, and middleware options.
public CreateDeleteRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
리턴 RequestInformation

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

CreatePatchRequestInformation() 공개 메소드

Update the navigation property thumbnails in workbooks Configuration for the request such as headers, query parameters, and middleware options.
public CreatePatchRequestInformation ( ThumbnailSet body, Action requestConfiguration = default ) : RequestInformation
body ThumbnailSet
requestConfiguration Action
리턴 RequestInformation

ThumbnailSetItemRequestBuilder() 공개 메소드

Instantiates a new ThumbnailSetItemRequestBuilder and sets the default values. Path parameters for the request The request adapter to use to execute the requests.
public ThumbnailSetItemRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models
pathParameters Dictionary
requestAdapter IRequestAdapter
리턴 ApiSdk.Models