Documentation ¶
Index ¶
- type DeleteDriveItemListItemActivityContentOperationOptions
- type DeleteDriveItemListItemActivityContentOperationResponse
- type DriveItemListItemActivityDriveItemContentClient
- func (c DriveItemListItemActivityDriveItemContentClient) DeleteDriveItemListItemActivityContent(ctx context.Context, id beta.UserIdDriveIdItemIdListItemActivityId, ...) (result DeleteDriveItemListItemActivityContentOperationResponse, err error)
- func (c DriveItemListItemActivityDriveItemContentClient) GetDriveItemListItemActivityContent(ctx context.Context, id beta.UserIdDriveIdItemIdListItemActivityId, ...) (result GetDriveItemListItemActivityContentOperationResponse, err error)
- func (c DriveItemListItemActivityDriveItemContentClient) SetDriveItemListItemActivityContent(ctx context.Context, id beta.UserIdDriveIdItemIdListItemActivityId, ...) (result SetDriveItemListItemActivityContentOperationResponse, err error)
- type GetDriveItemListItemActivityContentOperationOptions
- type GetDriveItemListItemActivityContentOperationResponse
- type SetDriveItemListItemActivityContentOperationOptions
- type SetDriveItemListItemActivityContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveItemListItemActivityContentOperationOptions ¶
type DeleteDriveItemListItemActivityContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveItemListItemActivityContentOperationOptions ¶
func DefaultDeleteDriveItemListItemActivityContentOperationOptions() DeleteDriveItemListItemActivityContentOperationOptions
func (DeleteDriveItemListItemActivityContentOperationOptions) ToHeaders ¶
func (o DeleteDriveItemListItemActivityContentOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveItemListItemActivityContentOperationOptions) ToOData ¶
func (o DeleteDriveItemListItemActivityContentOperationOptions) ToOData() *odata.Query
func (DeleteDriveItemListItemActivityContentOperationOptions) ToQuery ¶
func (o DeleteDriveItemListItemActivityContentOperationOptions) ToQuery() *client.QueryParams
type DriveItemListItemActivityDriveItemContentClient ¶
func NewDriveItemListItemActivityDriveItemContentClientWithBaseURI ¶
func NewDriveItemListItemActivityDriveItemContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemListItemActivityDriveItemContentClient, error)
func (DriveItemListItemActivityDriveItemContentClient) DeleteDriveItemListItemActivityContent ¶
func (c DriveItemListItemActivityDriveItemContentClient) DeleteDriveItemListItemActivityContent(ctx context.Context, id beta.UserIdDriveIdItemIdListItemActivityId, options DeleteDriveItemListItemActivityContentOperationOptions) (result DeleteDriveItemListItemActivityContentOperationResponse, err error)
DeleteDriveItemListItemActivityContent - 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 (DriveItemListItemActivityDriveItemContentClient) GetDriveItemListItemActivityContent ¶
func (c DriveItemListItemActivityDriveItemContentClient) GetDriveItemListItemActivityContent(ctx context.Context, id beta.UserIdDriveIdItemIdListItemActivityId, options GetDriveItemListItemActivityContentOperationOptions) (result GetDriveItemListItemActivityContentOperationResponse, err error)
GetDriveItemListItemActivityContent - 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 (DriveItemListItemActivityDriveItemContentClient) SetDriveItemListItemActivityContent ¶
func (c DriveItemListItemActivityDriveItemContentClient) SetDriveItemListItemActivityContent(ctx context.Context, id beta.UserIdDriveIdItemIdListItemActivityId, input []byte, options SetDriveItemListItemActivityContentOperationOptions) (result SetDriveItemListItemActivityContentOperationResponse, err error)
SetDriveItemListItemActivityContent - 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 GetDriveItemListItemActivityContentOperationOptions ¶
type GetDriveItemListItemActivityContentOperationOptions struct { Format *odata.Format Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveItemListItemActivityContentOperationOptions ¶
func DefaultGetDriveItemListItemActivityContentOperationOptions() GetDriveItemListItemActivityContentOperationOptions
func (GetDriveItemListItemActivityContentOperationOptions) ToHeaders ¶
func (o GetDriveItemListItemActivityContentOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemListItemActivityContentOperationOptions) ToOData ¶
func (o GetDriveItemListItemActivityContentOperationOptions) ToOData() *odata.Query
func (GetDriveItemListItemActivityContentOperationOptions) ToQuery ¶
func (o GetDriveItemListItemActivityContentOperationOptions) ToQuery() *client.QueryParams
type SetDriveItemListItemActivityContentOperationOptions ¶
type SetDriveItemListItemActivityContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveItemListItemActivityContentOperationOptions ¶
func DefaultSetDriveItemListItemActivityContentOperationOptions() SetDriveItemListItemActivityContentOperationOptions
func (SetDriveItemListItemActivityContentOperationOptions) ToHeaders ¶
func (o SetDriveItemListItemActivityContentOperationOptions) ToHeaders() *client.Headers
func (SetDriveItemListItemActivityContentOperationOptions) ToOData ¶
func (o SetDriveItemListItemActivityContentOperationOptions) ToOData() *odata.Query
func (SetDriveItemListItemActivityContentOperationOptions) ToQuery ¶
func (o SetDriveItemListItemActivityContentOperationOptions) ToQuery() *client.QueryParams