Documentation ¶
Index ¶
- type CreateDriveRootThumbnailOperationOptions
- type CreateDriveRootThumbnailOperationResponse
- type DeleteDriveRootThumbnailOperationOptions
- type DeleteDriveRootThumbnailOperationResponse
- type DriveRootThumbnailClient
- func (c DriveRootThumbnailClient) CreateDriveRootThumbnail(ctx context.Context, id stable.MeDriveId, input stable.ThumbnailSet, ...) (result CreateDriveRootThumbnailOperationResponse, err error)
- func (c DriveRootThumbnailClient) DeleteDriveRootThumbnail(ctx context.Context, id stable.MeDriveIdRootThumbnailId, ...) (result DeleteDriveRootThumbnailOperationResponse, err error)
- func (c DriveRootThumbnailClient) GetDriveRootThumbnail(ctx context.Context, id stable.MeDriveIdRootThumbnailId, ...) (result GetDriveRootThumbnailOperationResponse, err error)
- func (c DriveRootThumbnailClient) GetDriveRootThumbnailsCount(ctx context.Context, id stable.MeDriveId, ...) (result GetDriveRootThumbnailsCountOperationResponse, err error)
- func (c DriveRootThumbnailClient) ListDriveRootThumbnails(ctx context.Context, id stable.MeDriveId, ...) (result ListDriveRootThumbnailsOperationResponse, err error)
- func (c DriveRootThumbnailClient) ListDriveRootThumbnailsComplete(ctx context.Context, id stable.MeDriveId, ...) (ListDriveRootThumbnailsCompleteResult, error)
- func (c DriveRootThumbnailClient) ListDriveRootThumbnailsCompleteMatchingPredicate(ctx context.Context, id stable.MeDriveId, ...) (result ListDriveRootThumbnailsCompleteResult, err error)
- func (c DriveRootThumbnailClient) UpdateDriveRootThumbnail(ctx context.Context, id stable.MeDriveIdRootThumbnailId, ...) (result UpdateDriveRootThumbnailOperationResponse, err error)
- type GetDriveRootThumbnailOperationOptions
- type GetDriveRootThumbnailOperationResponse
- type GetDriveRootThumbnailsCountOperationOptions
- type GetDriveRootThumbnailsCountOperationResponse
- type ListDriveRootThumbnailsCompleteResult
- type ListDriveRootThumbnailsCustomPager
- type ListDriveRootThumbnailsOperationOptions
- type ListDriveRootThumbnailsOperationResponse
- type ThumbnailSetOperationPredicate
- type UpdateDriveRootThumbnailOperationOptions
- type UpdateDriveRootThumbnailOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveRootThumbnailOperationOptions ¶
type CreateDriveRootThumbnailOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveRootThumbnailOperationOptions ¶
func DefaultCreateDriveRootThumbnailOperationOptions() CreateDriveRootThumbnailOperationOptions
func (CreateDriveRootThumbnailOperationOptions) ToHeaders ¶
func (o CreateDriveRootThumbnailOperationOptions) ToHeaders() *client.Headers
func (CreateDriveRootThumbnailOperationOptions) ToOData ¶
func (o CreateDriveRootThumbnailOperationOptions) ToOData() *odata.Query
func (CreateDriveRootThumbnailOperationOptions) ToQuery ¶
func (o CreateDriveRootThumbnailOperationOptions) ToQuery() *client.QueryParams
type DeleteDriveRootThumbnailOperationOptions ¶
type DeleteDriveRootThumbnailOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootThumbnailOperationOptions ¶
func DefaultDeleteDriveRootThumbnailOperationOptions() DeleteDriveRootThumbnailOperationOptions
func (DeleteDriveRootThumbnailOperationOptions) ToHeaders ¶
func (o DeleteDriveRootThumbnailOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootThumbnailOperationOptions) ToOData ¶
func (o DeleteDriveRootThumbnailOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootThumbnailOperationOptions) ToQuery ¶
func (o DeleteDriveRootThumbnailOperationOptions) ToQuery() *client.QueryParams
type DriveRootThumbnailClient ¶
func NewDriveRootThumbnailClientWithBaseURI ¶
func NewDriveRootThumbnailClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootThumbnailClient, error)
func (DriveRootThumbnailClient) CreateDriveRootThumbnail ¶
func (c DriveRootThumbnailClient) CreateDriveRootThumbnail(ctx context.Context, id stable.MeDriveId, input stable.ThumbnailSet, options CreateDriveRootThumbnailOperationOptions) (result CreateDriveRootThumbnailOperationResponse, err error)
CreateDriveRootThumbnail - Create new navigation property to thumbnails for me
func (DriveRootThumbnailClient) DeleteDriveRootThumbnail ¶
func (c DriveRootThumbnailClient) DeleteDriveRootThumbnail(ctx context.Context, id stable.MeDriveIdRootThumbnailId, options DeleteDriveRootThumbnailOperationOptions) (result DeleteDriveRootThumbnailOperationResponse, err error)
DeleteDriveRootThumbnail - Delete navigation property thumbnails for me
func (DriveRootThumbnailClient) GetDriveRootThumbnail ¶
func (c DriveRootThumbnailClient) GetDriveRootThumbnail(ctx context.Context, id stable.MeDriveIdRootThumbnailId, options GetDriveRootThumbnailOperationOptions) (result GetDriveRootThumbnailOperationResponse, err error)
GetDriveRootThumbnail - Get thumbnails from me. Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.
func (DriveRootThumbnailClient) GetDriveRootThumbnailsCount ¶
func (c DriveRootThumbnailClient) GetDriveRootThumbnailsCount(ctx context.Context, id stable.MeDriveId, options GetDriveRootThumbnailsCountOperationOptions) (result GetDriveRootThumbnailsCountOperationResponse, err error)
GetDriveRootThumbnailsCount - Get the number of the resource
func (DriveRootThumbnailClient) ListDriveRootThumbnails ¶
func (c DriveRootThumbnailClient) ListDriveRootThumbnails(ctx context.Context, id stable.MeDriveId, options ListDriveRootThumbnailsOperationOptions) (result ListDriveRootThumbnailsOperationResponse, err error)
ListDriveRootThumbnails - Get thumbnails from me. Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.
func (DriveRootThumbnailClient) ListDriveRootThumbnailsComplete ¶
func (c DriveRootThumbnailClient) ListDriveRootThumbnailsComplete(ctx context.Context, id stable.MeDriveId, options ListDriveRootThumbnailsOperationOptions) (ListDriveRootThumbnailsCompleteResult, error)
ListDriveRootThumbnailsComplete retrieves all the results into a single object
func (DriveRootThumbnailClient) ListDriveRootThumbnailsCompleteMatchingPredicate ¶
func (c DriveRootThumbnailClient) ListDriveRootThumbnailsCompleteMatchingPredicate(ctx context.Context, id stable.MeDriveId, options ListDriveRootThumbnailsOperationOptions, predicate ThumbnailSetOperationPredicate) (result ListDriveRootThumbnailsCompleteResult, err error)
ListDriveRootThumbnailsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DriveRootThumbnailClient) UpdateDriveRootThumbnail ¶
func (c DriveRootThumbnailClient) UpdateDriveRootThumbnail(ctx context.Context, id stable.MeDriveIdRootThumbnailId, input stable.ThumbnailSet, options UpdateDriveRootThumbnailOperationOptions) (result UpdateDriveRootThumbnailOperationResponse, err error)
UpdateDriveRootThumbnail - Update the navigation property thumbnails in me
type GetDriveRootThumbnailOperationOptions ¶
type GetDriveRootThumbnailOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveRootThumbnailOperationOptions ¶
func DefaultGetDriveRootThumbnailOperationOptions() GetDriveRootThumbnailOperationOptions
func (GetDriveRootThumbnailOperationOptions) ToHeaders ¶
func (o GetDriveRootThumbnailOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootThumbnailOperationOptions) ToOData ¶
func (o GetDriveRootThumbnailOperationOptions) ToOData() *odata.Query
func (GetDriveRootThumbnailOperationOptions) ToQuery ¶
func (o GetDriveRootThumbnailOperationOptions) ToQuery() *client.QueryParams
type GetDriveRootThumbnailsCountOperationOptions ¶
type GetDriveRootThumbnailsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveRootThumbnailsCountOperationOptions ¶
func DefaultGetDriveRootThumbnailsCountOperationOptions() GetDriveRootThumbnailsCountOperationOptions
func (GetDriveRootThumbnailsCountOperationOptions) ToHeaders ¶
func (o GetDriveRootThumbnailsCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootThumbnailsCountOperationOptions) ToOData ¶
func (o GetDriveRootThumbnailsCountOperationOptions) ToOData() *odata.Query
func (GetDriveRootThumbnailsCountOperationOptions) ToQuery ¶
func (o GetDriveRootThumbnailsCountOperationOptions) ToQuery() *client.QueryParams
type ListDriveRootThumbnailsCompleteResult ¶
type ListDriveRootThumbnailsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.ThumbnailSet }
type ListDriveRootThumbnailsCustomPager ¶
func (*ListDriveRootThumbnailsCustomPager) NextPageLink ¶
func (p *ListDriveRootThumbnailsCustomPager) NextPageLink() *odata.Link
type ListDriveRootThumbnailsOperationOptions ¶
type ListDriveRootThumbnailsOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListDriveRootThumbnailsOperationOptions ¶
func DefaultListDriveRootThumbnailsOperationOptions() ListDriveRootThumbnailsOperationOptions
func (ListDriveRootThumbnailsOperationOptions) ToHeaders ¶
func (o ListDriveRootThumbnailsOperationOptions) ToHeaders() *client.Headers
func (ListDriveRootThumbnailsOperationOptions) ToOData ¶
func (o ListDriveRootThumbnailsOperationOptions) ToOData() *odata.Query
func (ListDriveRootThumbnailsOperationOptions) ToQuery ¶
func (o ListDriveRootThumbnailsOperationOptions) ToQuery() *client.QueryParams
type ThumbnailSetOperationPredicate ¶
type ThumbnailSetOperationPredicate struct { }
func (ThumbnailSetOperationPredicate) Matches ¶
func (p ThumbnailSetOperationPredicate) Matches(input stable.ThumbnailSet) bool
type UpdateDriveRootThumbnailOperationOptions ¶
type UpdateDriveRootThumbnailOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveRootThumbnailOperationOptions ¶
func DefaultUpdateDriveRootThumbnailOperationOptions() UpdateDriveRootThumbnailOperationOptions
func (UpdateDriveRootThumbnailOperationOptions) ToHeaders ¶
func (o UpdateDriveRootThumbnailOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveRootThumbnailOperationOptions) ToOData ¶
func (o UpdateDriveRootThumbnailOperationOptions) ToOData() *odata.Query
func (UpdateDriveRootThumbnailOperationOptions) ToQuery ¶
func (o UpdateDriveRootThumbnailOperationOptions) ToQuery() *client.QueryParams