Documentation ¶
Index ¶
- type DeleteDriveRootChildContentOperationOptions
- type DeleteDriveRootChildContentOperationResponse
- type DriveRootChildContentClient
- func (c DriveRootChildContentClient) DeleteDriveRootChildContent(ctx context.Context, id beta.GroupIdDriveIdRootChildId, ...) (result DeleteDriveRootChildContentOperationResponse, err error)
- func (c DriveRootChildContentClient) GetDriveRootChildContent(ctx context.Context, id beta.GroupIdDriveIdRootChildId, ...) (result GetDriveRootChildContentOperationResponse, err error)
- func (c DriveRootChildContentClient) SetDriveRootChildContent(ctx context.Context, id beta.GroupIdDriveIdRootChildId, 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 beta.GroupIdDriveIdRootChildId, options DeleteDriveRootChildContentOperationOptions) (result DeleteDriveRootChildContentOperationResponse, err error)
DeleteDriveRootChildContent - Delete content for the navigation property children in groups. The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
func (DriveRootChildContentClient) GetDriveRootChildContent ¶
func (c DriveRootChildContentClient) GetDriveRootChildContent(ctx context.Context, id beta.GroupIdDriveIdRootChildId, options GetDriveRootChildContentOperationOptions) (result GetDriveRootChildContentOperationResponse, err error)
GetDriveRootChildContent - Get content for the navigation property children from groups. The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
func (DriveRootChildContentClient) SetDriveRootChildContent ¶
func (c DriveRootChildContentClient) SetDriveRootChildContent(ctx context.Context, id beta.GroupIdDriveIdRootChildId, input []byte, options SetDriveRootChildContentOperationOptions) (result SetDriveRootChildContentOperationResponse, err error)
SetDriveRootChildContent - Update content for the navigation property children in groups. The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
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