Documentation ¶
Index ¶
- type DeleteDriveItemListItemActivityContentStreamOperationOptions
- type DeleteDriveItemListItemActivityContentStreamOperationResponse
- type DriveItemListItemActivityDriveItemContentStreamClient
- func (c DriveItemListItemActivityDriveItemContentStreamClient) DeleteDriveItemListItemActivityContentStream(ctx context.Context, id beta.MeDriveIdItemIdListItemActivityId, ...) (result DeleteDriveItemListItemActivityContentStreamOperationResponse, ...)
- func (c DriveItemListItemActivityDriveItemContentStreamClient) GetDriveItemListItemActivityContentStream(ctx context.Context, id beta.MeDriveIdItemIdListItemActivityId, ...) (result GetDriveItemListItemActivityContentStreamOperationResponse, err error)
- func (c DriveItemListItemActivityDriveItemContentStreamClient) SetDriveItemListItemActivityContentStream(ctx context.Context, id beta.MeDriveIdItemIdListItemActivityId, input []byte, ...) (result SetDriveItemListItemActivityContentStreamOperationResponse, err error)
- type GetDriveItemListItemActivityContentStreamOperationOptions
- type GetDriveItemListItemActivityContentStreamOperationResponse
- type SetDriveItemListItemActivityContentStreamOperationOptions
- type SetDriveItemListItemActivityContentStreamOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveItemListItemActivityContentStreamOperationOptions ¶
type DeleteDriveItemListItemActivityContentStreamOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveItemListItemActivityContentStreamOperationOptions ¶
func DefaultDeleteDriveItemListItemActivityContentStreamOperationOptions() DeleteDriveItemListItemActivityContentStreamOperationOptions
func (DeleteDriveItemListItemActivityContentStreamOperationOptions) ToHeaders ¶
func (o DeleteDriveItemListItemActivityContentStreamOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveItemListItemActivityContentStreamOperationOptions) ToOData ¶
func (o DeleteDriveItemListItemActivityContentStreamOperationOptions) ToOData() *odata.Query
func (DeleteDriveItemListItemActivityContentStreamOperationOptions) ToQuery ¶
func (o DeleteDriveItemListItemActivityContentStreamOperationOptions) ToQuery() *client.QueryParams
type DriveItemListItemActivityDriveItemContentStreamClient ¶
func NewDriveItemListItemActivityDriveItemContentStreamClientWithBaseURI ¶
func NewDriveItemListItemActivityDriveItemContentStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemListItemActivityDriveItemContentStreamClient, error)
func (DriveItemListItemActivityDriveItemContentStreamClient) DeleteDriveItemListItemActivityContentStream ¶
func (c DriveItemListItemActivityDriveItemContentStreamClient) DeleteDriveItemListItemActivityContentStream(ctx context.Context, id beta.MeDriveIdItemIdListItemActivityId, options DeleteDriveItemListItemActivityContentStreamOperationOptions) (result DeleteDriveItemListItemActivityContentStreamOperationResponse, err error)
DeleteDriveItemListItemActivityContentStream - Delete contentStream for the navigation property driveItem in me. The content stream, if the item represents a file.
func (DriveItemListItemActivityDriveItemContentStreamClient) GetDriveItemListItemActivityContentStream ¶
func (c DriveItemListItemActivityDriveItemContentStreamClient) GetDriveItemListItemActivityContentStream(ctx context.Context, id beta.MeDriveIdItemIdListItemActivityId, options GetDriveItemListItemActivityContentStreamOperationOptions) (result GetDriveItemListItemActivityContentStreamOperationResponse, err error)
GetDriveItemListItemActivityContentStream - Get contentStream for the navigation property driveItem from me. The content stream, if the item represents a file.
func (DriveItemListItemActivityDriveItemContentStreamClient) SetDriveItemListItemActivityContentStream ¶
func (c DriveItemListItemActivityDriveItemContentStreamClient) SetDriveItemListItemActivityContentStream(ctx context.Context, id beta.MeDriveIdItemIdListItemActivityId, input []byte, options SetDriveItemListItemActivityContentStreamOperationOptions) (result SetDriveItemListItemActivityContentStreamOperationResponse, err error)
SetDriveItemListItemActivityContentStream - Update contentStream for the navigation property driveItem in me. The content stream, if the item represents a file.
type GetDriveItemListItemActivityContentStreamOperationOptions ¶
type GetDriveItemListItemActivityContentStreamOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveItemListItemActivityContentStreamOperationOptions ¶
func DefaultGetDriveItemListItemActivityContentStreamOperationOptions() GetDriveItemListItemActivityContentStreamOperationOptions
func (GetDriveItemListItemActivityContentStreamOperationOptions) ToHeaders ¶
func (o GetDriveItemListItemActivityContentStreamOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemListItemActivityContentStreamOperationOptions) ToOData ¶
func (o GetDriveItemListItemActivityContentStreamOperationOptions) ToOData() *odata.Query
func (GetDriveItemListItemActivityContentStreamOperationOptions) ToQuery ¶
func (o GetDriveItemListItemActivityContentStreamOperationOptions) ToQuery() *client.QueryParams
type SetDriveItemListItemActivityContentStreamOperationOptions ¶
type SetDriveItemListItemActivityContentStreamOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveItemListItemActivityContentStreamOperationOptions ¶
func DefaultSetDriveItemListItemActivityContentStreamOperationOptions() SetDriveItemListItemActivityContentStreamOperationOptions
func (SetDriveItemListItemActivityContentStreamOperationOptions) ToHeaders ¶
func (o SetDriveItemListItemActivityContentStreamOperationOptions) ToHeaders() *client.Headers
func (SetDriveItemListItemActivityContentStreamOperationOptions) ToOData ¶
func (o SetDriveItemListItemActivityContentStreamOperationOptions) ToOData() *odata.Query
func (SetDriveItemListItemActivityContentStreamOperationOptions) ToQuery ¶
func (o SetDriveItemListItemActivityContentStreamOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.