Documentation ¶
Index ¶
- type DeleteDriveFollowingContentOperationOptions
- type DeleteDriveFollowingContentOperationResponse
- type DriveFollowingContentClient
- func (c DriveFollowingContentClient) DeleteDriveFollowingContent(ctx context.Context, id beta.MeDriveIdFollowingId, ...) (result DeleteDriveFollowingContentOperationResponse, err error)
- func (c DriveFollowingContentClient) GetDriveFollowingContent(ctx context.Context, id beta.MeDriveIdFollowingId, ...) (result GetDriveFollowingContentOperationResponse, err error)
- func (c DriveFollowingContentClient) SetDriveFollowingContent(ctx context.Context, id beta.MeDriveIdFollowingId, input []byte, ...) (result SetDriveFollowingContentOperationResponse, err error)
- type GetDriveFollowingContentOperationOptions
- type GetDriveFollowingContentOperationResponse
- type SetDriveFollowingContentOperationOptions
- type SetDriveFollowingContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveFollowingContentOperationOptions ¶
type DeleteDriveFollowingContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveFollowingContentOperationOptions ¶
func DefaultDeleteDriveFollowingContentOperationOptions() DeleteDriveFollowingContentOperationOptions
func (DeleteDriveFollowingContentOperationOptions) ToHeaders ¶
func (o DeleteDriveFollowingContentOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveFollowingContentOperationOptions) ToOData ¶
func (o DeleteDriveFollowingContentOperationOptions) ToOData() *odata.Query
func (DeleteDriveFollowingContentOperationOptions) ToQuery ¶
func (o DeleteDriveFollowingContentOperationOptions) ToQuery() *client.QueryParams
type DriveFollowingContentClient ¶
func NewDriveFollowingContentClientWithBaseURI ¶
func NewDriveFollowingContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveFollowingContentClient, error)
func (DriveFollowingContentClient) DeleteDriveFollowingContent ¶
func (c DriveFollowingContentClient) DeleteDriveFollowingContent(ctx context.Context, id beta.MeDriveIdFollowingId, options DeleteDriveFollowingContentOperationOptions) (result DeleteDriveFollowingContentOperationResponse, err error)
DeleteDriveFollowingContent - Delete content for the navigation property following in me. 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 (DriveFollowingContentClient) GetDriveFollowingContent ¶
func (c DriveFollowingContentClient) GetDriveFollowingContent(ctx context.Context, id beta.MeDriveIdFollowingId, options GetDriveFollowingContentOperationOptions) (result GetDriveFollowingContentOperationResponse, err error)
GetDriveFollowingContent - Get content for the navigation property following from me. 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 (DriveFollowingContentClient) SetDriveFollowingContent ¶
func (c DriveFollowingContentClient) SetDriveFollowingContent(ctx context.Context, id beta.MeDriveIdFollowingId, input []byte, options SetDriveFollowingContentOperationOptions) (result SetDriveFollowingContentOperationResponse, err error)
SetDriveFollowingContent - Update content for the navigation property following in me. 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 GetDriveFollowingContentOperationOptions ¶
type GetDriveFollowingContentOperationOptions struct { Format *odata.Format Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveFollowingContentOperationOptions ¶
func DefaultGetDriveFollowingContentOperationOptions() GetDriveFollowingContentOperationOptions
func (GetDriveFollowingContentOperationOptions) ToHeaders ¶
func (o GetDriveFollowingContentOperationOptions) ToHeaders() *client.Headers
func (GetDriveFollowingContentOperationOptions) ToOData ¶
func (o GetDriveFollowingContentOperationOptions) ToOData() *odata.Query
func (GetDriveFollowingContentOperationOptions) ToQuery ¶
func (o GetDriveFollowingContentOperationOptions) ToQuery() *client.QueryParams
type SetDriveFollowingContentOperationOptions ¶
type SetDriveFollowingContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveFollowingContentOperationOptions ¶
func DefaultSetDriveFollowingContentOperationOptions() SetDriveFollowingContentOperationOptions
func (SetDriveFollowingContentOperationOptions) ToHeaders ¶
func (o SetDriveFollowingContentOperationOptions) ToHeaders() *client.Headers
func (SetDriveFollowingContentOperationOptions) ToOData ¶
func (o SetDriveFollowingContentOperationOptions) ToOData() *odata.Query
func (SetDriveFollowingContentOperationOptions) ToQuery ¶
func (o SetDriveFollowingContentOperationOptions) ToQuery() *client.QueryParams