driverootthumbnail

package
v0.20240927.1005214 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

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 (CreateDriveRootThumbnailOperationOptions) ToOData

func (CreateDriveRootThumbnailOperationOptions) ToQuery

type CreateDriveRootThumbnailOperationResponse

type CreateDriveRootThumbnailOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.ThumbnailSet
}

type DeleteDriveRootThumbnailOperationOptions

type DeleteDriveRootThumbnailOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteDriveRootThumbnailOperationOptions

func DefaultDeleteDriveRootThumbnailOperationOptions() DeleteDriveRootThumbnailOperationOptions

func (DeleteDriveRootThumbnailOperationOptions) ToHeaders

func (DeleteDriveRootThumbnailOperationOptions) ToOData

func (DeleteDriveRootThumbnailOperationOptions) ToQuery

type DeleteDriveRootThumbnailOperationResponse

type DeleteDriveRootThumbnailOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type DriveRootThumbnailClient

type DriveRootThumbnailClient struct {
	Client *msgraph.Client
}

func NewDriveRootThumbnailClientWithBaseURI

func NewDriveRootThumbnailClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootThumbnailClient, error)

func (DriveRootThumbnailClient) CreateDriveRootThumbnail

CreateDriveRootThumbnail - Create new navigation property to thumbnails for me

func (DriveRootThumbnailClient) DeleteDriveRootThumbnail

DeleteDriveRootThumbnail - Delete navigation property thumbnails for me

func (DriveRootThumbnailClient) GetDriveRootThumbnail

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

GetDriveRootThumbnailsCount - Get the number of the resource

func (DriveRootThumbnailClient) ListDriveRootThumbnails

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

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

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 (GetDriveRootThumbnailOperationOptions) ToOData

func (GetDriveRootThumbnailOperationOptions) ToQuery

type GetDriveRootThumbnailOperationResponse

type GetDriveRootThumbnailOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.ThumbnailSet
}

type GetDriveRootThumbnailsCountOperationOptions

type GetDriveRootThumbnailsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetDriveRootThumbnailsCountOperationOptions

func DefaultGetDriveRootThumbnailsCountOperationOptions() GetDriveRootThumbnailsCountOperationOptions

func (GetDriveRootThumbnailsCountOperationOptions) ToHeaders

func (GetDriveRootThumbnailsCountOperationOptions) ToOData

func (GetDriveRootThumbnailsCountOperationOptions) ToQuery

type GetDriveRootThumbnailsCountOperationResponse

type GetDriveRootThumbnailsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListDriveRootThumbnailsCompleteResult

type ListDriveRootThumbnailsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.ThumbnailSet
}

type ListDriveRootThumbnailsCustomPager

type ListDriveRootThumbnailsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
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 (ListDriveRootThumbnailsOperationOptions) ToOData

func (ListDriveRootThumbnailsOperationOptions) ToQuery

type ListDriveRootThumbnailsOperationResponse

type ListDriveRootThumbnailsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.ThumbnailSet
}

type ThumbnailSetOperationPredicate

type ThumbnailSetOperationPredicate struct {
}

func (ThumbnailSetOperationPredicate) Matches

type UpdateDriveRootThumbnailOperationOptions

type UpdateDriveRootThumbnailOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateDriveRootThumbnailOperationOptions

func DefaultUpdateDriveRootThumbnailOperationOptions() UpdateDriveRootThumbnailOperationOptions

func (UpdateDriveRootThumbnailOperationOptions) ToHeaders

func (UpdateDriveRootThumbnailOperationOptions) ToOData

func (UpdateDriveRootThumbnailOperationOptions) ToQuery

type UpdateDriveRootThumbnailOperationResponse

type UpdateDriveRootThumbnailOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL