Documentation ¶
Index ¶
- type DeleteDriveBundleContentOperationOptions
- type DeleteDriveBundleContentOperationResponse
- type DriveBundleContentClient
- func (c DriveBundleContentClient) DeleteDriveBundleContent(ctx context.Context, id beta.GroupIdDriveIdBundleId, ...) (result DeleteDriveBundleContentOperationResponse, err error)
- func (c DriveBundleContentClient) GetDriveBundleContent(ctx context.Context, id beta.GroupIdDriveIdBundleId, ...) (result GetDriveBundleContentOperationResponse, err error)
- func (c DriveBundleContentClient) SetDriveBundleContent(ctx context.Context, id beta.GroupIdDriveIdBundleId, input []byte, ...) (result SetDriveBundleContentOperationResponse, err error)
- type GetDriveBundleContentOperationOptions
- type GetDriveBundleContentOperationResponse
- type SetDriveBundleContentOperationOptions
- type SetDriveBundleContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveBundleContentOperationOptions ¶
type DeleteDriveBundleContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveBundleContentOperationOptions ¶
func DefaultDeleteDriveBundleContentOperationOptions() DeleteDriveBundleContentOperationOptions
func (DeleteDriveBundleContentOperationOptions) ToHeaders ¶
func (o DeleteDriveBundleContentOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveBundleContentOperationOptions) ToOData ¶
func (o DeleteDriveBundleContentOperationOptions) ToOData() *odata.Query
func (DeleteDriveBundleContentOperationOptions) ToQuery ¶
func (o DeleteDriveBundleContentOperationOptions) ToQuery() *client.QueryParams
type DriveBundleContentClient ¶
func NewDriveBundleContentClientWithBaseURI ¶
func NewDriveBundleContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveBundleContentClient, error)
func (DriveBundleContentClient) DeleteDriveBundleContent ¶
func (c DriveBundleContentClient) DeleteDriveBundleContent(ctx context.Context, id beta.GroupIdDriveIdBundleId, options DeleteDriveBundleContentOperationOptions) (result DeleteDriveBundleContentOperationResponse, err error)
DeleteDriveBundleContent - Delete content for the navigation property bundles 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 (DriveBundleContentClient) GetDriveBundleContent ¶
func (c DriveBundleContentClient) GetDriveBundleContent(ctx context.Context, id beta.GroupIdDriveIdBundleId, options GetDriveBundleContentOperationOptions) (result GetDriveBundleContentOperationResponse, err error)
GetDriveBundleContent - Get content for the navigation property bundles 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 (DriveBundleContentClient) SetDriveBundleContent ¶
func (c DriveBundleContentClient) SetDriveBundleContent(ctx context.Context, id beta.GroupIdDriveIdBundleId, input []byte, options SetDriveBundleContentOperationOptions) (result SetDriveBundleContentOperationResponse, err error)
SetDriveBundleContent - Update content for the navigation property bundles 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 GetDriveBundleContentOperationOptions ¶
type GetDriveBundleContentOperationOptions struct { Format *odata.Format Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveBundleContentOperationOptions ¶
func DefaultGetDriveBundleContentOperationOptions() GetDriveBundleContentOperationOptions
func (GetDriveBundleContentOperationOptions) ToHeaders ¶
func (o GetDriveBundleContentOperationOptions) ToHeaders() *client.Headers
func (GetDriveBundleContentOperationOptions) ToOData ¶
func (o GetDriveBundleContentOperationOptions) ToOData() *odata.Query
func (GetDriveBundleContentOperationOptions) ToQuery ¶
func (o GetDriveBundleContentOperationOptions) ToQuery() *client.QueryParams
type SetDriveBundleContentOperationOptions ¶
type SetDriveBundleContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveBundleContentOperationOptions ¶
func DefaultSetDriveBundleContentOperationOptions() SetDriveBundleContentOperationOptions
func (SetDriveBundleContentOperationOptions) ToHeaders ¶
func (o SetDriveBundleContentOperationOptions) ToHeaders() *client.Headers
func (SetDriveBundleContentOperationOptions) ToOData ¶
func (o SetDriveBundleContentOperationOptions) ToOData() *odata.Query
func (SetDriveBundleContentOperationOptions) ToQuery ¶
func (o SetDriveBundleContentOperationOptions) ToQuery() *client.QueryParams