driveitemthumbnail

package
v0.20241021.1074254 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 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 CreateDriveItemThumbnailOperationOptions

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

func DefaultCreateDriveItemThumbnailOperationOptions

func DefaultCreateDriveItemThumbnailOperationOptions() CreateDriveItemThumbnailOperationOptions

func (CreateDriveItemThumbnailOperationOptions) ToHeaders

func (CreateDriveItemThumbnailOperationOptions) ToOData

func (CreateDriveItemThumbnailOperationOptions) ToQuery

type CreateDriveItemThumbnailOperationResponse

type CreateDriveItemThumbnailOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ThumbnailSet
}

type DeleteDriveItemThumbnailOperationOptions

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

func DefaultDeleteDriveItemThumbnailOperationOptions

func DefaultDeleteDriveItemThumbnailOperationOptions() DeleteDriveItemThumbnailOperationOptions

func (DeleteDriveItemThumbnailOperationOptions) ToHeaders

func (DeleteDriveItemThumbnailOperationOptions) ToOData

func (DeleteDriveItemThumbnailOperationOptions) ToQuery

type DeleteDriveItemThumbnailOperationResponse

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

type DriveItemThumbnailClient

type DriveItemThumbnailClient struct {
	Client *msgraph.Client
}

func NewDriveItemThumbnailClientWithBaseURI

func NewDriveItemThumbnailClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemThumbnailClient, error)

func (DriveItemThumbnailClient) CreateDriveItemThumbnail

CreateDriveItemThumbnail - Create new navigation property to thumbnails for users

func (DriveItemThumbnailClient) DeleteDriveItemThumbnail

DeleteDriveItemThumbnail - Delete navigation property thumbnails for users

func (DriveItemThumbnailClient) GetDriveItemThumbnail

GetDriveItemThumbnail - Get thumbnails from users. Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.

func (DriveItemThumbnailClient) GetDriveItemThumbnailsCount

GetDriveItemThumbnailsCount - Get the number of the resource

func (DriveItemThumbnailClient) ListDriveItemThumbnails

ListDriveItemThumbnails - Get thumbnails from users. Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.

func (DriveItemThumbnailClient) ListDriveItemThumbnailsComplete

ListDriveItemThumbnailsComplete retrieves all the results into a single object

func (DriveItemThumbnailClient) ListDriveItemThumbnailsCompleteMatchingPredicate

ListDriveItemThumbnailsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DriveItemThumbnailClient) UpdateDriveItemThumbnail

UpdateDriveItemThumbnail - Update the navigation property thumbnails in users

type GetDriveItemThumbnailOperationOptions

type GetDriveItemThumbnailOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetDriveItemThumbnailOperationOptions

func DefaultGetDriveItemThumbnailOperationOptions() GetDriveItemThumbnailOperationOptions

func (GetDriveItemThumbnailOperationOptions) ToHeaders

func (GetDriveItemThumbnailOperationOptions) ToOData

func (GetDriveItemThumbnailOperationOptions) ToQuery

type GetDriveItemThumbnailOperationResponse

type GetDriveItemThumbnailOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ThumbnailSet
}

type GetDriveItemThumbnailsCountOperationOptions

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

func DefaultGetDriveItemThumbnailsCountOperationOptions

func DefaultGetDriveItemThumbnailsCountOperationOptions() GetDriveItemThumbnailsCountOperationOptions

func (GetDriveItemThumbnailsCountOperationOptions) ToHeaders

func (GetDriveItemThumbnailsCountOperationOptions) ToOData

func (GetDriveItemThumbnailsCountOperationOptions) ToQuery

type GetDriveItemThumbnailsCountOperationResponse

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

type ListDriveItemThumbnailsCompleteResult

type ListDriveItemThumbnailsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.ThumbnailSet
}

type ListDriveItemThumbnailsCustomPager

type ListDriveItemThumbnailsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListDriveItemThumbnailsCustomPager) NextPageLink() *odata.Link

type ListDriveItemThumbnailsOperationOptions

type ListDriveItemThumbnailsOperationOptions 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 DefaultListDriveItemThumbnailsOperationOptions

func DefaultListDriveItemThumbnailsOperationOptions() ListDriveItemThumbnailsOperationOptions

func (ListDriveItemThumbnailsOperationOptions) ToHeaders

func (ListDriveItemThumbnailsOperationOptions) ToOData

func (ListDriveItemThumbnailsOperationOptions) ToQuery

type ListDriveItemThumbnailsOperationResponse

type ListDriveItemThumbnailsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.ThumbnailSet
}

type ThumbnailSetOperationPredicate

type ThumbnailSetOperationPredicate struct {
}

func (ThumbnailSetOperationPredicate) Matches

type UpdateDriveItemThumbnailOperationOptions

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

func DefaultUpdateDriveItemThumbnailOperationOptions

func DefaultUpdateDriveItemThumbnailOperationOptions() UpdateDriveItemThumbnailOperationOptions

func (UpdateDriveItemThumbnailOperationOptions) ToHeaders

func (UpdateDriveItemThumbnailOperationOptions) ToOData

func (UpdateDriveItemThumbnailOperationOptions) ToQuery

type UpdateDriveItemThumbnailOperationResponse

type UpdateDriveItemThumbnailOperationResponse 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