Documentation ¶
Index ¶
- type DeleteDriveRootContentOperationOptions
- type DeleteDriveRootContentOperationResponse
- type DriveRootContentClient
- func (c DriveRootContentClient) DeleteDriveRootContent(ctx context.Context, id beta.GroupIdDriveId, ...) (result DeleteDriveRootContentOperationResponse, err error)
- func (c DriveRootContentClient) GetDriveRootContent(ctx context.Context, id beta.GroupIdDriveId, ...) (result GetDriveRootContentOperationResponse, err error)
- func (c DriveRootContentClient) SetDriveRootContent(ctx context.Context, id beta.GroupIdDriveId, input []byte, ...) (result SetDriveRootContentOperationResponse, err error)
- type GetDriveRootContentOperationOptions
- type GetDriveRootContentOperationResponse
- type SetDriveRootContentOperationOptions
- type SetDriveRootContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveRootContentOperationOptions ¶
type DeleteDriveRootContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootContentOperationOptions ¶
func DefaultDeleteDriveRootContentOperationOptions() DeleteDriveRootContentOperationOptions
func (DeleteDriveRootContentOperationOptions) ToHeaders ¶
func (o DeleteDriveRootContentOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootContentOperationOptions) ToOData ¶
func (o DeleteDriveRootContentOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootContentOperationOptions) ToQuery ¶
func (o DeleteDriveRootContentOperationOptions) ToQuery() *client.QueryParams
type DriveRootContentClient ¶
func NewDriveRootContentClientWithBaseURI ¶
func NewDriveRootContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootContentClient, error)
func (DriveRootContentClient) DeleteDriveRootContent ¶
func (c DriveRootContentClient) DeleteDriveRootContent(ctx context.Context, id beta.GroupIdDriveId, options DeleteDriveRootContentOperationOptions) (result DeleteDriveRootContentOperationResponse, err error)
DeleteDriveRootContent - Delete content for the navigation property root 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 (DriveRootContentClient) GetDriveRootContent ¶
func (c DriveRootContentClient) GetDriveRootContent(ctx context.Context, id beta.GroupIdDriveId, options GetDriveRootContentOperationOptions) (result GetDriveRootContentOperationResponse, err error)
GetDriveRootContent - Get content for the navigation property root 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 (DriveRootContentClient) SetDriveRootContent ¶
func (c DriveRootContentClient) SetDriveRootContent(ctx context.Context, id beta.GroupIdDriveId, input []byte, options SetDriveRootContentOperationOptions) (result SetDriveRootContentOperationResponse, err error)
SetDriveRootContent - Update content for the navigation property root 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 GetDriveRootContentOperationOptions ¶
type GetDriveRootContentOperationOptions struct { Format *odata.Format Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveRootContentOperationOptions ¶
func DefaultGetDriveRootContentOperationOptions() GetDriveRootContentOperationOptions
func (GetDriveRootContentOperationOptions) ToHeaders ¶
func (o GetDriveRootContentOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootContentOperationOptions) ToOData ¶
func (o GetDriveRootContentOperationOptions) ToOData() *odata.Query
func (GetDriveRootContentOperationOptions) ToQuery ¶
func (o GetDriveRootContentOperationOptions) ToQuery() *client.QueryParams
type SetDriveRootContentOperationOptions ¶
type SetDriveRootContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveRootContentOperationOptions ¶
func DefaultSetDriveRootContentOperationOptions() SetDriveRootContentOperationOptions
func (SetDriveRootContentOperationOptions) ToHeaders ¶
func (o SetDriveRootContentOperationOptions) ToHeaders() *client.Headers
func (SetDriveRootContentOperationOptions) ToOData ¶
func (o SetDriveRootContentOperationOptions) ToOData() *odata.Query
func (SetDriveRootContentOperationOptions) ToQuery ¶
func (o SetDriveRootContentOperationOptions) ToQuery() *client.QueryParams