Documentation ¶
Index ¶
- type DeleteDriveItemChildContentOperationOptions
- type DeleteDriveItemChildContentOperationResponse
- type DriveItemChildContentClient
- func (c DriveItemChildContentClient) DeleteDriveItemChildContent(ctx context.Context, id beta.GroupIdDriveIdItemIdChildId, ...) (result DeleteDriveItemChildContentOperationResponse, err error)
- func (c DriveItemChildContentClient) GetDriveItemChildContent(ctx context.Context, id beta.GroupIdDriveIdItemIdChildId, ...) (result GetDriveItemChildContentOperationResponse, err error)
- func (c DriveItemChildContentClient) SetDriveItemChildContent(ctx context.Context, id beta.GroupIdDriveIdItemIdChildId, 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 beta.GroupIdDriveIdItemIdChildId, options DeleteDriveItemChildContentOperationOptions) (result DeleteDriveItemChildContentOperationResponse, err error)
DeleteDriveItemChildContent - 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 (DriveItemChildContentClient) GetDriveItemChildContent ¶
func (c DriveItemChildContentClient) GetDriveItemChildContent(ctx context.Context, id beta.GroupIdDriveIdItemIdChildId, options GetDriveItemChildContentOperationOptions) (result GetDriveItemChildContentOperationResponse, err error)
GetDriveItemChildContent - 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 (DriveItemChildContentClient) SetDriveItemChildContent ¶
func (c DriveItemChildContentClient) SetDriveItemChildContent(ctx context.Context, id beta.GroupIdDriveIdItemIdChildId, input []byte, options SetDriveItemChildContentOperationOptions) (result SetDriveItemChildContentOperationResponse, err error)
SetDriveItemChildContent - 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 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