Documentation ¶
Index ¶
- type DeleteDriveItemChildContentOperationOptions
- type DeleteDriveItemChildContentOperationResponse
- type DriveItemChildContentClient
- func (c DriveItemChildContentClient) DeleteDriveItemChildContent(ctx context.Context, id stable.MeDriveIdItemIdChildId, ...) (result DeleteDriveItemChildContentOperationResponse, err error)
- func (c DriveItemChildContentClient) GetDriveItemChildContent(ctx context.Context, id stable.MeDriveIdItemIdChildId, ...) (result GetDriveItemChildContentOperationResponse, err error)
- func (c DriveItemChildContentClient) SetDriveItemChildContent(ctx context.Context, id stable.MeDriveIdItemIdChildId, input []byte, ...) (result SetDriveItemChildContentOperationResponse, err error)
- type GetDriveItemChildContentOperationOptions
- type GetDriveItemChildContentOperationResponse
- type SetDriveItemChildContentOperationOptions
- type SetDriveItemChildContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveItemChildContentOperationOptions ¶
type DeleteDriveItemChildContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveItemChildContentOperationOptions ¶
func DefaultDeleteDriveItemChildContentOperationOptions() DeleteDriveItemChildContentOperationOptions
func (DeleteDriveItemChildContentOperationOptions) ToHeaders ¶
func (o DeleteDriveItemChildContentOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveItemChildContentOperationOptions) ToOData ¶
func (o DeleteDriveItemChildContentOperationOptions) ToOData() *odata.Query
func (DeleteDriveItemChildContentOperationOptions) ToQuery ¶
func (o DeleteDriveItemChildContentOperationOptions) ToQuery() *client.QueryParams
type DriveItemChildContentClient ¶
func NewDriveItemChildContentClientWithBaseURI ¶
func NewDriveItemChildContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemChildContentClient, error)
func (DriveItemChildContentClient) DeleteDriveItemChildContent ¶
func (c DriveItemChildContentClient) DeleteDriveItemChildContent(ctx context.Context, id stable.MeDriveIdItemIdChildId, options DeleteDriveItemChildContentOperationOptions) (result DeleteDriveItemChildContentOperationResponse, err error)
DeleteDriveItemChildContent - Delete content for the navigation property children in me. The content stream, if the item represents a file.
func (DriveItemChildContentClient) GetDriveItemChildContent ¶
func (c DriveItemChildContentClient) GetDriveItemChildContent(ctx context.Context, id stable.MeDriveIdItemIdChildId, options GetDriveItemChildContentOperationOptions) (result GetDriveItemChildContentOperationResponse, err error)
GetDriveItemChildContent - Get content for the navigation property children from me. The content stream, if the item represents a file.
func (DriveItemChildContentClient) SetDriveItemChildContent ¶
func (c DriveItemChildContentClient) SetDriveItemChildContent(ctx context.Context, id stable.MeDriveIdItemIdChildId, input []byte, options SetDriveItemChildContentOperationOptions) (result SetDriveItemChildContentOperationResponse, err error)
SetDriveItemChildContent - Update content for the navigation property children in me. The content stream, if the item represents a file.
type GetDriveItemChildContentOperationOptions ¶
type GetDriveItemChildContentOperationOptions struct { Format *odata.Format Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveItemChildContentOperationOptions ¶
func DefaultGetDriveItemChildContentOperationOptions() GetDriveItemChildContentOperationOptions
func (GetDriveItemChildContentOperationOptions) ToHeaders ¶
func (o GetDriveItemChildContentOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemChildContentOperationOptions) ToOData ¶
func (o GetDriveItemChildContentOperationOptions) ToOData() *odata.Query
func (GetDriveItemChildContentOperationOptions) ToQuery ¶
func (o GetDriveItemChildContentOperationOptions) ToQuery() *client.QueryParams
type SetDriveItemChildContentOperationOptions ¶
type SetDriveItemChildContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveItemChildContentOperationOptions ¶
func DefaultSetDriveItemChildContentOperationOptions() SetDriveItemChildContentOperationOptions
func (SetDriveItemChildContentOperationOptions) ToHeaders ¶
func (o SetDriveItemChildContentOperationOptions) ToHeaders() *client.Headers
func (SetDriveItemChildContentOperationOptions) ToOData ¶
func (o SetDriveItemChildContentOperationOptions) ToOData() *odata.Query
func (SetDriveItemChildContentOperationOptions) ToQuery ¶
func (o SetDriveItemChildContentOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.