Documentation ¶
Index ¶
- type DeleteDriveRootChildContentOperationOptions
- type DeleteDriveRootChildContentOperationResponse
- type DriveRootChildContentClient
- func (c DriveRootChildContentClient) DeleteDriveRootChildContent(ctx context.Context, id stable.UserIdDriveIdRootChildId, ...) (result DeleteDriveRootChildContentOperationResponse, err error)
- func (c DriveRootChildContentClient) GetDriveRootChildContent(ctx context.Context, id stable.UserIdDriveIdRootChildId, ...) (result GetDriveRootChildContentOperationResponse, err error)
- func (c DriveRootChildContentClient) SetDriveRootChildContent(ctx context.Context, id stable.UserIdDriveIdRootChildId, input []byte, ...) (result SetDriveRootChildContentOperationResponse, err error)
- type GetDriveRootChildContentOperationOptions
- type GetDriveRootChildContentOperationResponse
- type SetDriveRootChildContentOperationOptions
- type SetDriveRootChildContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveRootChildContentOperationOptions ¶
type DeleteDriveRootChildContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootChildContentOperationOptions ¶
func DefaultDeleteDriveRootChildContentOperationOptions() DeleteDriveRootChildContentOperationOptions
func (DeleteDriveRootChildContentOperationOptions) ToHeaders ¶
func (o DeleteDriveRootChildContentOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootChildContentOperationOptions) ToOData ¶
func (o DeleteDriveRootChildContentOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootChildContentOperationOptions) ToQuery ¶
func (o DeleteDriveRootChildContentOperationOptions) ToQuery() *client.QueryParams
type DriveRootChildContentClient ¶
func NewDriveRootChildContentClientWithBaseURI ¶
func NewDriveRootChildContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootChildContentClient, error)
func (DriveRootChildContentClient) DeleteDriveRootChildContent ¶
func (c DriveRootChildContentClient) DeleteDriveRootChildContent(ctx context.Context, id stable.UserIdDriveIdRootChildId, options DeleteDriveRootChildContentOperationOptions) (result DeleteDriveRootChildContentOperationResponse, err error)
DeleteDriveRootChildContent - Delete content for the navigation property children in users. The content stream, if the item represents a file.
func (DriveRootChildContentClient) GetDriveRootChildContent ¶
func (c DriveRootChildContentClient) GetDriveRootChildContent(ctx context.Context, id stable.UserIdDriveIdRootChildId, options GetDriveRootChildContentOperationOptions) (result GetDriveRootChildContentOperationResponse, err error)
GetDriveRootChildContent - Get content for the navigation property children from users. The content stream, if the item represents a file.
func (DriveRootChildContentClient) SetDriveRootChildContent ¶
func (c DriveRootChildContentClient) SetDriveRootChildContent(ctx context.Context, id stable.UserIdDriveIdRootChildId, input []byte, options SetDriveRootChildContentOperationOptions) (result SetDriveRootChildContentOperationResponse, err error)
SetDriveRootChildContent - Update content for the navigation property children in users. The content stream, if the item represents a file.
type GetDriveRootChildContentOperationOptions ¶
type GetDriveRootChildContentOperationOptions struct { Format *odata.Format Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveRootChildContentOperationOptions ¶
func DefaultGetDriveRootChildContentOperationOptions() GetDriveRootChildContentOperationOptions
func (GetDriveRootChildContentOperationOptions) ToHeaders ¶
func (o GetDriveRootChildContentOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootChildContentOperationOptions) ToOData ¶
func (o GetDriveRootChildContentOperationOptions) ToOData() *odata.Query
func (GetDriveRootChildContentOperationOptions) ToQuery ¶
func (o GetDriveRootChildContentOperationOptions) ToQuery() *client.QueryParams
type SetDriveRootChildContentOperationOptions ¶
type SetDriveRootChildContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveRootChildContentOperationOptions ¶
func DefaultSetDriveRootChildContentOperationOptions() SetDriveRootChildContentOperationOptions
func (SetDriveRootChildContentOperationOptions) ToHeaders ¶
func (o SetDriveRootChildContentOperationOptions) ToHeaders() *client.Headers
func (SetDriveRootChildContentOperationOptions) ToOData ¶
func (o SetDriveRootChildContentOperationOptions) ToOData() *odata.Query
func (SetDriveRootChildContentOperationOptions) ToQuery ¶
func (o SetDriveRootChildContentOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.