Documentation ¶
Index ¶
- type DeleteDriveItemVersionContentOperationOptions
- type DeleteDriveItemVersionContentOperationResponse
- type DriveItemVersionContentClient
- func (c DriveItemVersionContentClient) DeleteDriveItemVersionContent(ctx context.Context, id stable.GroupIdDriveIdItemIdVersionId, ...) (result DeleteDriveItemVersionContentOperationResponse, err error)
- func (c DriveItemVersionContentClient) GetDriveItemVersionContent(ctx context.Context, id stable.GroupIdDriveIdItemIdVersionId, ...) (result GetDriveItemVersionContentOperationResponse, err error)
- func (c DriveItemVersionContentClient) SetDriveItemVersionContent(ctx context.Context, id stable.GroupIdDriveIdItemIdVersionId, input []byte, ...) (result SetDriveItemVersionContentOperationResponse, err error)
- type GetDriveItemVersionContentOperationOptions
- type GetDriveItemVersionContentOperationResponse
- type SetDriveItemVersionContentOperationOptions
- type SetDriveItemVersionContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveItemVersionContentOperationOptions ¶
type DeleteDriveItemVersionContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveItemVersionContentOperationOptions ¶
func DefaultDeleteDriveItemVersionContentOperationOptions() DeleteDriveItemVersionContentOperationOptions
func (DeleteDriveItemVersionContentOperationOptions) ToHeaders ¶
func (o DeleteDriveItemVersionContentOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveItemVersionContentOperationOptions) ToOData ¶
func (o DeleteDriveItemVersionContentOperationOptions) ToOData() *odata.Query
func (DeleteDriveItemVersionContentOperationOptions) ToQuery ¶
func (o DeleteDriveItemVersionContentOperationOptions) ToQuery() *client.QueryParams
type DriveItemVersionContentClient ¶
func NewDriveItemVersionContentClientWithBaseURI ¶
func NewDriveItemVersionContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemVersionContentClient, error)
func (DriveItemVersionContentClient) DeleteDriveItemVersionContent ¶
func (c DriveItemVersionContentClient) DeleteDriveItemVersionContent(ctx context.Context, id stable.GroupIdDriveIdItemIdVersionId, options DeleteDriveItemVersionContentOperationOptions) (result DeleteDriveItemVersionContentOperationResponse, err error)
DeleteDriveItemVersionContent - Delete content for the navigation property versions in groups. The content stream for this version of the item.
func (DriveItemVersionContentClient) GetDriveItemVersionContent ¶
func (c DriveItemVersionContentClient) GetDriveItemVersionContent(ctx context.Context, id stable.GroupIdDriveIdItemIdVersionId, options GetDriveItemVersionContentOperationOptions) (result GetDriveItemVersionContentOperationResponse, err error)
GetDriveItemVersionContent - Get content for the navigation property versions from groups. The content stream for this version of the item.
func (DriveItemVersionContentClient) SetDriveItemVersionContent ¶
func (c DriveItemVersionContentClient) SetDriveItemVersionContent(ctx context.Context, id stable.GroupIdDriveIdItemIdVersionId, input []byte, options SetDriveItemVersionContentOperationOptions) (result SetDriveItemVersionContentOperationResponse, err error)
SetDriveItemVersionContent - Update content for the navigation property versions in groups. The content stream for this version of the item.
type GetDriveItemVersionContentOperationOptions ¶
type GetDriveItemVersionContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveItemVersionContentOperationOptions ¶
func DefaultGetDriveItemVersionContentOperationOptions() GetDriveItemVersionContentOperationOptions
func (GetDriveItemVersionContentOperationOptions) ToHeaders ¶
func (o GetDriveItemVersionContentOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemVersionContentOperationOptions) ToOData ¶
func (o GetDriveItemVersionContentOperationOptions) ToOData() *odata.Query
func (GetDriveItemVersionContentOperationOptions) ToQuery ¶
func (o GetDriveItemVersionContentOperationOptions) ToQuery() *client.QueryParams
type SetDriveItemVersionContentOperationOptions ¶
type SetDriveItemVersionContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveItemVersionContentOperationOptions ¶
func DefaultSetDriveItemVersionContentOperationOptions() SetDriveItemVersionContentOperationOptions
func (SetDriveItemVersionContentOperationOptions) ToHeaders ¶
func (o SetDriveItemVersionContentOperationOptions) ToHeaders() *client.Headers
func (SetDriveItemVersionContentOperationOptions) ToOData ¶
func (o SetDriveItemVersionContentOperationOptions) ToOData() *odata.Query
func (SetDriveItemVersionContentOperationOptions) ToQuery ¶
func (o SetDriveItemVersionContentOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.