Documentation ¶
Index ¶
- type DeleteDriveListItemDriveItemContentOperationOptions
- type DeleteDriveListItemDriveItemContentOperationResponse
- type DriveListItemDriveItemContentClient
- func (c DriveListItemDriveItemContentClient) DeleteDriveListItemDriveItemContent(ctx context.Context, id beta.UserIdDriveIdListItemId, ...) (result DeleteDriveListItemDriveItemContentOperationResponse, err error)
- func (c DriveListItemDriveItemContentClient) GetDriveListItemDriveItemContent(ctx context.Context, id beta.UserIdDriveIdListItemId, ...) (result GetDriveListItemDriveItemContentOperationResponse, err error)
- func (c DriveListItemDriveItemContentClient) SetDriveListItemDriveItemContent(ctx context.Context, id beta.UserIdDriveIdListItemId, input []byte, ...) (result SetDriveListItemDriveItemContentOperationResponse, err error)
- type GetDriveListItemDriveItemContentOperationOptions
- type GetDriveListItemDriveItemContentOperationResponse
- type SetDriveListItemDriveItemContentOperationOptions
- type SetDriveListItemDriveItemContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveListItemDriveItemContentOperationOptions ¶
type DeleteDriveListItemDriveItemContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveListItemDriveItemContentOperationOptions ¶
func DefaultDeleteDriveListItemDriveItemContentOperationOptions() DeleteDriveListItemDriveItemContentOperationOptions
func (DeleteDriveListItemDriveItemContentOperationOptions) ToHeaders ¶
func (o DeleteDriveListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveListItemDriveItemContentOperationOptions) ToOData ¶
func (o DeleteDriveListItemDriveItemContentOperationOptions) ToOData() *odata.Query
func (DeleteDriveListItemDriveItemContentOperationOptions) ToQuery ¶
func (o DeleteDriveListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams
type DriveListItemDriveItemContentClient ¶
func NewDriveListItemDriveItemContentClientWithBaseURI ¶
func NewDriveListItemDriveItemContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListItemDriveItemContentClient, error)
func (DriveListItemDriveItemContentClient) DeleteDriveListItemDriveItemContent ¶
func (c DriveListItemDriveItemContentClient) DeleteDriveListItemDriveItemContent(ctx context.Context, id beta.UserIdDriveIdListItemId, options DeleteDriveListItemDriveItemContentOperationOptions) (result DeleteDriveListItemDriveItemContentOperationResponse, err error)
DeleteDriveListItemDriveItemContent - Delete content for the navigation property driveItem in users. 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 (DriveListItemDriveItemContentClient) GetDriveListItemDriveItemContent ¶
func (c DriveListItemDriveItemContentClient) GetDriveListItemDriveItemContent(ctx context.Context, id beta.UserIdDriveIdListItemId, options GetDriveListItemDriveItemContentOperationOptions) (result GetDriveListItemDriveItemContentOperationResponse, err error)
GetDriveListItemDriveItemContent - Get content for the navigation property driveItem from users. 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 (DriveListItemDriveItemContentClient) SetDriveListItemDriveItemContent ¶
func (c DriveListItemDriveItemContentClient) SetDriveListItemDriveItemContent(ctx context.Context, id beta.UserIdDriveIdListItemId, input []byte, options SetDriveListItemDriveItemContentOperationOptions) (result SetDriveListItemDriveItemContentOperationResponse, err error)
SetDriveListItemDriveItemContent - Update content for the navigation property driveItem in users. 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 GetDriveListItemDriveItemContentOperationOptions ¶
type GetDriveListItemDriveItemContentOperationOptions struct { Format *odata.Format Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveListItemDriveItemContentOperationOptions ¶
func DefaultGetDriveListItemDriveItemContentOperationOptions() GetDriveListItemDriveItemContentOperationOptions
func (GetDriveListItemDriveItemContentOperationOptions) ToHeaders ¶
func (o GetDriveListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (GetDriveListItemDriveItemContentOperationOptions) ToOData ¶
func (o GetDriveListItemDriveItemContentOperationOptions) ToOData() *odata.Query
func (GetDriveListItemDriveItemContentOperationOptions) ToQuery ¶
func (o GetDriveListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams
type SetDriveListItemDriveItemContentOperationOptions ¶
type SetDriveListItemDriveItemContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveListItemDriveItemContentOperationOptions ¶
func DefaultSetDriveListItemDriveItemContentOperationOptions() SetDriveListItemDriveItemContentOperationOptions
func (SetDriveListItemDriveItemContentOperationOptions) ToHeaders ¶
func (o SetDriveListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (SetDriveListItemDriveItemContentOperationOptions) ToOData ¶
func (o SetDriveListItemDriveItemContentOperationOptions) ToOData() *odata.Query
func (SetDriveListItemDriveItemContentOperationOptions) ToQuery ¶
func (o SetDriveListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams