Documentation ¶
Index ¶
- type DeleteDriveItemContentOperationOptions
- type DeleteDriveItemContentOperationResponse
- type DriveItemContentClient
- func (c DriveItemContentClient) DeleteDriveItemContent(ctx context.Context, id stable.UserIdDriveIdItemId, ...) (result DeleteDriveItemContentOperationResponse, err error)
- func (c DriveItemContentClient) GetDriveItemContent(ctx context.Context, id stable.UserIdDriveIdItemId, ...) (result GetDriveItemContentOperationResponse, err error)
- func (c DriveItemContentClient) SetDriveItemContent(ctx context.Context, id stable.UserIdDriveIdItemId, input []byte, ...) (result SetDriveItemContentOperationResponse, err error)
- type GetDriveItemContentOperationOptions
- type GetDriveItemContentOperationResponse
- type SetDriveItemContentOperationOptions
- type SetDriveItemContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveItemContentOperationOptions ¶
type DeleteDriveItemContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveItemContentOperationOptions ¶
func DefaultDeleteDriveItemContentOperationOptions() DeleteDriveItemContentOperationOptions
func (DeleteDriveItemContentOperationOptions) ToHeaders ¶
func (o DeleteDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveItemContentOperationOptions) ToOData ¶
func (o DeleteDriveItemContentOperationOptions) ToOData() *odata.Query
func (DeleteDriveItemContentOperationOptions) ToQuery ¶
func (o DeleteDriveItemContentOperationOptions) ToQuery() *client.QueryParams
type DriveItemContentClient ¶
func NewDriveItemContentClientWithBaseURI ¶
func NewDriveItemContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemContentClient, error)
func (DriveItemContentClient) DeleteDriveItemContent ¶
func (c DriveItemContentClient) DeleteDriveItemContent(ctx context.Context, id stable.UserIdDriveIdItemId, options DeleteDriveItemContentOperationOptions) (result DeleteDriveItemContentOperationResponse, err error)
DeleteDriveItemContent - Delete content for the navigation property items in users. The content stream, if the item represents a file.
func (DriveItemContentClient) GetDriveItemContent ¶
func (c DriveItemContentClient) GetDriveItemContent(ctx context.Context, id stable.UserIdDriveIdItemId, options GetDriveItemContentOperationOptions) (result GetDriveItemContentOperationResponse, err error)
GetDriveItemContent - Get content for the navigation property items from users. The content stream, if the item represents a file.
func (DriveItemContentClient) SetDriveItemContent ¶
func (c DriveItemContentClient) SetDriveItemContent(ctx context.Context, id stable.UserIdDriveIdItemId, input []byte, options SetDriveItemContentOperationOptions) (result SetDriveItemContentOperationResponse, err error)
SetDriveItemContent - Update content for the navigation property items in users. The content stream, if the item represents a file.
type GetDriveItemContentOperationOptions ¶
type GetDriveItemContentOperationOptions struct { Format *odata.Format Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveItemContentOperationOptions ¶
func DefaultGetDriveItemContentOperationOptions() GetDriveItemContentOperationOptions
func (GetDriveItemContentOperationOptions) ToHeaders ¶
func (o GetDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemContentOperationOptions) ToOData ¶
func (o GetDriveItemContentOperationOptions) ToOData() *odata.Query
func (GetDriveItemContentOperationOptions) ToQuery ¶
func (o GetDriveItemContentOperationOptions) ToQuery() *client.QueryParams
type SetDriveItemContentOperationOptions ¶
type SetDriveItemContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveItemContentOperationOptions ¶
func DefaultSetDriveItemContentOperationOptions() SetDriveItemContentOperationOptions
func (SetDriveItemContentOperationOptions) ToHeaders ¶
func (o SetDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (SetDriveItemContentOperationOptions) ToOData ¶
func (o SetDriveItemContentOperationOptions) ToOData() *odata.Query
func (SetDriveItemContentOperationOptions) ToQuery ¶
func (o SetDriveItemContentOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.