Documentation ¶
Index ¶
- type DeleteDriveRootListItemDriveItemContentOperationOptions
- type DeleteDriveRootListItemDriveItemContentOperationResponse
- type DriveRootListItemDriveItemContentClient
- func (c DriveRootListItemDriveItemContentClient) DeleteDriveRootListItemDriveItemContent(ctx context.Context, id beta.GroupIdDriveId, ...) (result DeleteDriveRootListItemDriveItemContentOperationResponse, err error)
- func (c DriveRootListItemDriveItemContentClient) GetDriveRootListItemDriveItemContent(ctx context.Context, id beta.GroupIdDriveId, ...) (result GetDriveRootListItemDriveItemContentOperationResponse, err error)
- func (c DriveRootListItemDriveItemContentClient) SetDriveRootListItemDriveItemContent(ctx context.Context, id beta.GroupIdDriveId, input []byte, ...) (result SetDriveRootListItemDriveItemContentOperationResponse, err error)
- type GetDriveRootListItemDriveItemContentOperationOptions
- type GetDriveRootListItemDriveItemContentOperationResponse
- type SetDriveRootListItemDriveItemContentOperationOptions
- type SetDriveRootListItemDriveItemContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveRootListItemDriveItemContentOperationOptions ¶
type DeleteDriveRootListItemDriveItemContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootListItemDriveItemContentOperationOptions ¶
func DefaultDeleteDriveRootListItemDriveItemContentOperationOptions() DeleteDriveRootListItemDriveItemContentOperationOptions
func (DeleteDriveRootListItemDriveItemContentOperationOptions) ToHeaders ¶
func (o DeleteDriveRootListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootListItemDriveItemContentOperationOptions) ToOData ¶
func (o DeleteDriveRootListItemDriveItemContentOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootListItemDriveItemContentOperationOptions) ToQuery ¶
func (o DeleteDriveRootListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams
type DriveRootListItemDriveItemContentClient ¶
func NewDriveRootListItemDriveItemContentClientWithBaseURI ¶
func NewDriveRootListItemDriveItemContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootListItemDriveItemContentClient, error)
func (DriveRootListItemDriveItemContentClient) DeleteDriveRootListItemDriveItemContent ¶
func (c DriveRootListItemDriveItemContentClient) DeleteDriveRootListItemDriveItemContent(ctx context.Context, id beta.GroupIdDriveId, options DeleteDriveRootListItemDriveItemContentOperationOptions) (result DeleteDriveRootListItemDriveItemContentOperationResponse, err error)
DeleteDriveRootListItemDriveItemContent - Delete content for the navigation property driveItem 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 (DriveRootListItemDriveItemContentClient) GetDriveRootListItemDriveItemContent ¶
func (c DriveRootListItemDriveItemContentClient) GetDriveRootListItemDriveItemContent(ctx context.Context, id beta.GroupIdDriveId, options GetDriveRootListItemDriveItemContentOperationOptions) (result GetDriveRootListItemDriveItemContentOperationResponse, err error)
GetDriveRootListItemDriveItemContent - Get content for the navigation property driveItem 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 (DriveRootListItemDriveItemContentClient) SetDriveRootListItemDriveItemContent ¶
func (c DriveRootListItemDriveItemContentClient) SetDriveRootListItemDriveItemContent(ctx context.Context, id beta.GroupIdDriveId, input []byte, options SetDriveRootListItemDriveItemContentOperationOptions) (result SetDriveRootListItemDriveItemContentOperationResponse, err error)
SetDriveRootListItemDriveItemContent - Update content for the navigation property driveItem 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 GetDriveRootListItemDriveItemContentOperationOptions ¶
type GetDriveRootListItemDriveItemContentOperationOptions struct { Format *odata.Format Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveRootListItemDriveItemContentOperationOptions ¶
func DefaultGetDriveRootListItemDriveItemContentOperationOptions() GetDriveRootListItemDriveItemContentOperationOptions
func (GetDriveRootListItemDriveItemContentOperationOptions) ToHeaders ¶
func (o GetDriveRootListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootListItemDriveItemContentOperationOptions) ToOData ¶
func (o GetDriveRootListItemDriveItemContentOperationOptions) ToOData() *odata.Query
func (GetDriveRootListItemDriveItemContentOperationOptions) ToQuery ¶
func (o GetDriveRootListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams
type SetDriveRootListItemDriveItemContentOperationOptions ¶
type SetDriveRootListItemDriveItemContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveRootListItemDriveItemContentOperationOptions ¶
func DefaultSetDriveRootListItemDriveItemContentOperationOptions() SetDriveRootListItemDriveItemContentOperationOptions
func (SetDriveRootListItemDriveItemContentOperationOptions) ToHeaders ¶
func (o SetDriveRootListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (SetDriveRootListItemDriveItemContentOperationOptions) ToOData ¶
func (o SetDriveRootListItemDriveItemContentOperationOptions) ToOData() *odata.Query
func (SetDriveRootListItemDriveItemContentOperationOptions) ToQuery ¶
func (o SetDriveRootListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams