Documentation ¶
Index ¶
- type DeleteDriveListItemActivityDriveItemContentOperationOptions
- type DeleteDriveListItemActivityDriveItemContentOperationResponse
- type DriveListItemActivityDriveItemContentClient
- func (c DriveListItemActivityDriveItemContentClient) DeleteDriveListItemActivityDriveItemContent(ctx context.Context, id beta.UserIdDriveIdListItemIdActivityId, ...) (result DeleteDriveListItemActivityDriveItemContentOperationResponse, err error)
- func (c DriveListItemActivityDriveItemContentClient) GetDriveListItemActivityDriveItemContent(ctx context.Context, id beta.UserIdDriveIdListItemIdActivityId, ...) (result GetDriveListItemActivityDriveItemContentOperationResponse, err error)
- func (c DriveListItemActivityDriveItemContentClient) SetDriveListItemActivityDriveItemContent(ctx context.Context, id beta.UserIdDriveIdListItemIdActivityId, input []byte, ...) (result SetDriveListItemActivityDriveItemContentOperationResponse, err error)
- type GetDriveListItemActivityDriveItemContentOperationOptions
- type GetDriveListItemActivityDriveItemContentOperationResponse
- type SetDriveListItemActivityDriveItemContentOperationOptions
- type SetDriveListItemActivityDriveItemContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveListItemActivityDriveItemContentOperationOptions ¶
type DeleteDriveListItemActivityDriveItemContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveListItemActivityDriveItemContentOperationOptions ¶
func DefaultDeleteDriveListItemActivityDriveItemContentOperationOptions() DeleteDriveListItemActivityDriveItemContentOperationOptions
func (DeleteDriveListItemActivityDriveItemContentOperationOptions) ToHeaders ¶
func (o DeleteDriveListItemActivityDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveListItemActivityDriveItemContentOperationOptions) ToOData ¶
func (o DeleteDriveListItemActivityDriveItemContentOperationOptions) ToOData() *odata.Query
func (DeleteDriveListItemActivityDriveItemContentOperationOptions) ToQuery ¶
func (o DeleteDriveListItemActivityDriveItemContentOperationOptions) ToQuery() *client.QueryParams
type DriveListItemActivityDriveItemContentClient ¶
func NewDriveListItemActivityDriveItemContentClientWithBaseURI ¶
func NewDriveListItemActivityDriveItemContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListItemActivityDriveItemContentClient, error)
func (DriveListItemActivityDriveItemContentClient) DeleteDriveListItemActivityDriveItemContent ¶
func (c DriveListItemActivityDriveItemContentClient) DeleteDriveListItemActivityDriveItemContent(ctx context.Context, id beta.UserIdDriveIdListItemIdActivityId, options DeleteDriveListItemActivityDriveItemContentOperationOptions) (result DeleteDriveListItemActivityDriveItemContentOperationResponse, err error)
DeleteDriveListItemActivityDriveItemContent - 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 (DriveListItemActivityDriveItemContentClient) GetDriveListItemActivityDriveItemContent ¶
func (c DriveListItemActivityDriveItemContentClient) GetDriveListItemActivityDriveItemContent(ctx context.Context, id beta.UserIdDriveIdListItemIdActivityId, options GetDriveListItemActivityDriveItemContentOperationOptions) (result GetDriveListItemActivityDriveItemContentOperationResponse, err error)
GetDriveListItemActivityDriveItemContent - 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 (DriveListItemActivityDriveItemContentClient) SetDriveListItemActivityDriveItemContent ¶
func (c DriveListItemActivityDriveItemContentClient) SetDriveListItemActivityDriveItemContent(ctx context.Context, id beta.UserIdDriveIdListItemIdActivityId, input []byte, options SetDriveListItemActivityDriveItemContentOperationOptions) (result SetDriveListItemActivityDriveItemContentOperationResponse, err error)
SetDriveListItemActivityDriveItemContent - 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 GetDriveListItemActivityDriveItemContentOperationOptions ¶
type GetDriveListItemActivityDriveItemContentOperationOptions struct { Format *odata.Format Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveListItemActivityDriveItemContentOperationOptions ¶
func DefaultGetDriveListItemActivityDriveItemContentOperationOptions() GetDriveListItemActivityDriveItemContentOperationOptions
func (GetDriveListItemActivityDriveItemContentOperationOptions) ToHeaders ¶
func (o GetDriveListItemActivityDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (GetDriveListItemActivityDriveItemContentOperationOptions) ToOData ¶
func (o GetDriveListItemActivityDriveItemContentOperationOptions) ToOData() *odata.Query
func (GetDriveListItemActivityDriveItemContentOperationOptions) ToQuery ¶
func (o GetDriveListItemActivityDriveItemContentOperationOptions) ToQuery() *client.QueryParams
type SetDriveListItemActivityDriveItemContentOperationOptions ¶
type SetDriveListItemActivityDriveItemContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveListItemActivityDriveItemContentOperationOptions ¶
func DefaultSetDriveListItemActivityDriveItemContentOperationOptions() SetDriveListItemActivityDriveItemContentOperationOptions
func (SetDriveListItemActivityDriveItemContentOperationOptions) ToHeaders ¶
func (o SetDriveListItemActivityDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (SetDriveListItemActivityDriveItemContentOperationOptions) ToOData ¶
func (o SetDriveListItemActivityDriveItemContentOperationOptions) ToOData() *odata.Query
func (SetDriveListItemActivityDriveItemContentOperationOptions) ToQuery ¶
func (o SetDriveListItemActivityDriveItemContentOperationOptions) ToQuery() *client.QueryParams