Documentation ¶
Index ¶
- type DeleteDriveItemListItemDriveItemContentOperationOptions
- type DeleteDriveItemListItemDriveItemContentOperationResponse
- type DriveItemListItemDriveItemContentClient
- func (c DriveItemListItemDriveItemContentClient) DeleteDriveItemListItemDriveItemContent(ctx context.Context, id beta.GroupIdDriveIdItemId, ...) (result DeleteDriveItemListItemDriveItemContentOperationResponse, err error)
- func (c DriveItemListItemDriveItemContentClient) GetDriveItemListItemDriveItemContent(ctx context.Context, id beta.GroupIdDriveIdItemId, ...) (result GetDriveItemListItemDriveItemContentOperationResponse, err error)
- func (c DriveItemListItemDriveItemContentClient) SetDriveItemListItemDriveItemContent(ctx context.Context, id beta.GroupIdDriveIdItemId, input []byte, ...) (result SetDriveItemListItemDriveItemContentOperationResponse, err error)
- type GetDriveItemListItemDriveItemContentOperationOptions
- type GetDriveItemListItemDriveItemContentOperationResponse
- type SetDriveItemListItemDriveItemContentOperationOptions
- type SetDriveItemListItemDriveItemContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveItemListItemDriveItemContentOperationOptions ¶
type DeleteDriveItemListItemDriveItemContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveItemListItemDriveItemContentOperationOptions ¶
func DefaultDeleteDriveItemListItemDriveItemContentOperationOptions() DeleteDriveItemListItemDriveItemContentOperationOptions
func (DeleteDriveItemListItemDriveItemContentOperationOptions) ToHeaders ¶
func (o DeleteDriveItemListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveItemListItemDriveItemContentOperationOptions) ToOData ¶
func (o DeleteDriveItemListItemDriveItemContentOperationOptions) ToOData() *odata.Query
func (DeleteDriveItemListItemDriveItemContentOperationOptions) ToQuery ¶
func (o DeleteDriveItemListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams
type DriveItemListItemDriveItemContentClient ¶
func NewDriveItemListItemDriveItemContentClientWithBaseURI ¶
func NewDriveItemListItemDriveItemContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemListItemDriveItemContentClient, error)
func (DriveItemListItemDriveItemContentClient) DeleteDriveItemListItemDriveItemContent ¶
func (c DriveItemListItemDriveItemContentClient) DeleteDriveItemListItemDriveItemContent(ctx context.Context, id beta.GroupIdDriveIdItemId, options DeleteDriveItemListItemDriveItemContentOperationOptions) (result DeleteDriveItemListItemDriveItemContentOperationResponse, err error)
DeleteDriveItemListItemDriveItemContent - 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 (DriveItemListItemDriveItemContentClient) GetDriveItemListItemDriveItemContent ¶
func (c DriveItemListItemDriveItemContentClient) GetDriveItemListItemDriveItemContent(ctx context.Context, id beta.GroupIdDriveIdItemId, options GetDriveItemListItemDriveItemContentOperationOptions) (result GetDriveItemListItemDriveItemContentOperationResponse, err error)
GetDriveItemListItemDriveItemContent - 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 (DriveItemListItemDriveItemContentClient) SetDriveItemListItemDriveItemContent ¶
func (c DriveItemListItemDriveItemContentClient) SetDriveItemListItemDriveItemContent(ctx context.Context, id beta.GroupIdDriveIdItemId, input []byte, options SetDriveItemListItemDriveItemContentOperationOptions) (result SetDriveItemListItemDriveItemContentOperationResponse, err error)
SetDriveItemListItemDriveItemContent - 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 GetDriveItemListItemDriveItemContentOperationOptions ¶
type GetDriveItemListItemDriveItemContentOperationOptions struct { Format *odata.Format Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveItemListItemDriveItemContentOperationOptions ¶
func DefaultGetDriveItemListItemDriveItemContentOperationOptions() GetDriveItemListItemDriveItemContentOperationOptions
func (GetDriveItemListItemDriveItemContentOperationOptions) ToHeaders ¶
func (o GetDriveItemListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemListItemDriveItemContentOperationOptions) ToOData ¶
func (o GetDriveItemListItemDriveItemContentOperationOptions) ToOData() *odata.Query
func (GetDriveItemListItemDriveItemContentOperationOptions) ToQuery ¶
func (o GetDriveItemListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams
type SetDriveItemListItemDriveItemContentOperationOptions ¶
type SetDriveItemListItemDriveItemContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveItemListItemDriveItemContentOperationOptions ¶
func DefaultSetDriveItemListItemDriveItemContentOperationOptions() SetDriveItemListItemDriveItemContentOperationOptions
func (SetDriveItemListItemDriveItemContentOperationOptions) ToHeaders ¶
func (o SetDriveItemListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (SetDriveItemListItemDriveItemContentOperationOptions) ToOData ¶
func (o SetDriveItemListItemDriveItemContentOperationOptions) ToOData() *odata.Query
func (SetDriveItemListItemDriveItemContentOperationOptions) ToQuery ¶
func (o SetDriveItemListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams