Documentation ¶
Index ¶
- type DeleteDriveFollowingContentStreamOperationOptions
- type DeleteDriveFollowingContentStreamOperationResponse
- type DriveFollowingContentStreamClient
- func (c DriveFollowingContentStreamClient) DeleteDriveFollowingContentStream(ctx context.Context, id beta.MeDriveIdFollowingId, ...) (result DeleteDriveFollowingContentStreamOperationResponse, err error)
- func (c DriveFollowingContentStreamClient) GetDriveFollowingContentStream(ctx context.Context, id beta.MeDriveIdFollowingId, ...) (result GetDriveFollowingContentStreamOperationResponse, err error)
- func (c DriveFollowingContentStreamClient) SetDriveFollowingContentStream(ctx context.Context, id beta.MeDriveIdFollowingId, input []byte, ...) (result SetDriveFollowingContentStreamOperationResponse, err error)
- type GetDriveFollowingContentStreamOperationOptions
- type GetDriveFollowingContentStreamOperationResponse
- type SetDriveFollowingContentStreamOperationOptions
- type SetDriveFollowingContentStreamOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveFollowingContentStreamOperationOptions ¶
type DeleteDriveFollowingContentStreamOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveFollowingContentStreamOperationOptions ¶
func DefaultDeleteDriveFollowingContentStreamOperationOptions() DeleteDriveFollowingContentStreamOperationOptions
func (DeleteDriveFollowingContentStreamOperationOptions) ToHeaders ¶
func (o DeleteDriveFollowingContentStreamOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveFollowingContentStreamOperationOptions) ToOData ¶
func (o DeleteDriveFollowingContentStreamOperationOptions) ToOData() *odata.Query
func (DeleteDriveFollowingContentStreamOperationOptions) ToQuery ¶
func (o DeleteDriveFollowingContentStreamOperationOptions) ToQuery() *client.QueryParams
type DriveFollowingContentStreamClient ¶
func NewDriveFollowingContentStreamClientWithBaseURI ¶
func NewDriveFollowingContentStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveFollowingContentStreamClient, error)
func (DriveFollowingContentStreamClient) DeleteDriveFollowingContentStream ¶
func (c DriveFollowingContentStreamClient) DeleteDriveFollowingContentStream(ctx context.Context, id beta.MeDriveIdFollowingId, options DeleteDriveFollowingContentStreamOperationOptions) (result DeleteDriveFollowingContentStreamOperationResponse, err error)
DeleteDriveFollowingContentStream - Delete contentStream for the navigation property following in me. The content stream, if the item represents a file.
func (DriveFollowingContentStreamClient) GetDriveFollowingContentStream ¶
func (c DriveFollowingContentStreamClient) GetDriveFollowingContentStream(ctx context.Context, id beta.MeDriveIdFollowingId, options GetDriveFollowingContentStreamOperationOptions) (result GetDriveFollowingContentStreamOperationResponse, err error)
GetDriveFollowingContentStream - Get contentStream for the navigation property following from me. The content stream, if the item represents a file.
func (DriveFollowingContentStreamClient) SetDriveFollowingContentStream ¶
func (c DriveFollowingContentStreamClient) SetDriveFollowingContentStream(ctx context.Context, id beta.MeDriveIdFollowingId, input []byte, options SetDriveFollowingContentStreamOperationOptions) (result SetDriveFollowingContentStreamOperationResponse, err error)
SetDriveFollowingContentStream - Update contentStream for the navigation property following in me. The content stream, if the item represents a file.
type GetDriveFollowingContentStreamOperationOptions ¶
type GetDriveFollowingContentStreamOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveFollowingContentStreamOperationOptions ¶
func DefaultGetDriveFollowingContentStreamOperationOptions() GetDriveFollowingContentStreamOperationOptions
func (GetDriveFollowingContentStreamOperationOptions) ToHeaders ¶
func (o GetDriveFollowingContentStreamOperationOptions) ToHeaders() *client.Headers
func (GetDriveFollowingContentStreamOperationOptions) ToOData ¶
func (o GetDriveFollowingContentStreamOperationOptions) ToOData() *odata.Query
func (GetDriveFollowingContentStreamOperationOptions) ToQuery ¶
func (o GetDriveFollowingContentStreamOperationOptions) ToQuery() *client.QueryParams
type SetDriveFollowingContentStreamOperationOptions ¶
type SetDriveFollowingContentStreamOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveFollowingContentStreamOperationOptions ¶
func DefaultSetDriveFollowingContentStreamOperationOptions() SetDriveFollowingContentStreamOperationOptions
func (SetDriveFollowingContentStreamOperationOptions) ToHeaders ¶
func (o SetDriveFollowingContentStreamOperationOptions) ToHeaders() *client.Headers
func (SetDriveFollowingContentStreamOperationOptions) ToOData ¶
func (o SetDriveFollowingContentStreamOperationOptions) ToOData() *odata.Query
func (SetDriveFollowingContentStreamOperationOptions) ToQuery ¶
func (o SetDriveFollowingContentStreamOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.