Documentation ¶
Index ¶
- type DeleteDriveRootVersionContentOperationOptions
- type DeleteDriveRootVersionContentOperationResponse
- type DriveRootVersionContentClient
- func (c DriveRootVersionContentClient) DeleteDriveRootVersionContent(ctx context.Context, id stable.MeDriveIdRootVersionId, ...) (result DeleteDriveRootVersionContentOperationResponse, err error)
- func (c DriveRootVersionContentClient) GetDriveRootVersionContent(ctx context.Context, id stable.MeDriveIdRootVersionId, ...) (result GetDriveRootVersionContentOperationResponse, err error)
- func (c DriveRootVersionContentClient) SetDriveRootVersionContent(ctx context.Context, id stable.MeDriveIdRootVersionId, input []byte, ...) (result SetDriveRootVersionContentOperationResponse, err error)
- type GetDriveRootVersionContentOperationOptions
- type GetDriveRootVersionContentOperationResponse
- type SetDriveRootVersionContentOperationOptions
- type SetDriveRootVersionContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveRootVersionContentOperationOptions ¶
type DeleteDriveRootVersionContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootVersionContentOperationOptions ¶
func DefaultDeleteDriveRootVersionContentOperationOptions() DeleteDriveRootVersionContentOperationOptions
func (DeleteDriveRootVersionContentOperationOptions) ToHeaders ¶
func (o DeleteDriveRootVersionContentOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootVersionContentOperationOptions) ToOData ¶
func (o DeleteDriveRootVersionContentOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootVersionContentOperationOptions) ToQuery ¶
func (o DeleteDriveRootVersionContentOperationOptions) ToQuery() *client.QueryParams
type DriveRootVersionContentClient ¶
func NewDriveRootVersionContentClientWithBaseURI ¶
func NewDriveRootVersionContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootVersionContentClient, error)
func (DriveRootVersionContentClient) DeleteDriveRootVersionContent ¶
func (c DriveRootVersionContentClient) DeleteDriveRootVersionContent(ctx context.Context, id stable.MeDriveIdRootVersionId, options DeleteDriveRootVersionContentOperationOptions) (result DeleteDriveRootVersionContentOperationResponse, err error)
DeleteDriveRootVersionContent - Delete content for the navigation property versions in me. The content stream for this version of the item.
func (DriveRootVersionContentClient) GetDriveRootVersionContent ¶
func (c DriveRootVersionContentClient) GetDriveRootVersionContent(ctx context.Context, id stable.MeDriveIdRootVersionId, options GetDriveRootVersionContentOperationOptions) (result GetDriveRootVersionContentOperationResponse, err error)
GetDriveRootVersionContent - Get content for the navigation property versions from me. The content stream for this version of the item.
func (DriveRootVersionContentClient) SetDriveRootVersionContent ¶
func (c DriveRootVersionContentClient) SetDriveRootVersionContent(ctx context.Context, id stable.MeDriveIdRootVersionId, input []byte, options SetDriveRootVersionContentOperationOptions) (result SetDriveRootVersionContentOperationResponse, err error)
SetDriveRootVersionContent - Update content for the navigation property versions in me. The content stream for this version of the item.
type GetDriveRootVersionContentOperationOptions ¶
type GetDriveRootVersionContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveRootVersionContentOperationOptions ¶
func DefaultGetDriveRootVersionContentOperationOptions() GetDriveRootVersionContentOperationOptions
func (GetDriveRootVersionContentOperationOptions) ToHeaders ¶
func (o GetDriveRootVersionContentOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootVersionContentOperationOptions) ToOData ¶
func (o GetDriveRootVersionContentOperationOptions) ToOData() *odata.Query
func (GetDriveRootVersionContentOperationOptions) ToQuery ¶
func (o GetDriveRootVersionContentOperationOptions) ToQuery() *client.QueryParams
type SetDriveRootVersionContentOperationOptions ¶
type SetDriveRootVersionContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveRootVersionContentOperationOptions ¶
func DefaultSetDriveRootVersionContentOperationOptions() SetDriveRootVersionContentOperationOptions
func (SetDriveRootVersionContentOperationOptions) ToHeaders ¶
func (o SetDriveRootVersionContentOperationOptions) ToHeaders() *client.Headers
func (SetDriveRootVersionContentOperationOptions) ToOData ¶
func (o SetDriveRootVersionContentOperationOptions) ToOData() *odata.Query
func (SetDriveRootVersionContentOperationOptions) ToQuery ¶
func (o SetDriveRootVersionContentOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.