Documentation ¶
Index ¶
- type DeleteDriveFollowingContentOperationOptions
- type DeleteDriveFollowingContentOperationResponse
- type DriveFollowingContentClient
- func (c DriveFollowingContentClient) DeleteDriveFollowingContent(ctx context.Context, id stable.GroupIdDriveIdFollowingId, ...) (result DeleteDriveFollowingContentOperationResponse, err error)
- func (c DriveFollowingContentClient) GetDriveFollowingContent(ctx context.Context, id stable.GroupIdDriveIdFollowingId, ...) (result GetDriveFollowingContentOperationResponse, err error)
- func (c DriveFollowingContentClient) SetDriveFollowingContent(ctx context.Context, id stable.GroupIdDriveIdFollowingId, 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 stable.GroupIdDriveIdFollowingId, options DeleteDriveFollowingContentOperationOptions) (result DeleteDriveFollowingContentOperationResponse, err error)
DeleteDriveFollowingContent - Delete content for the navigation property following in groups. The content stream, if the item represents a file.
func (DriveFollowingContentClient) GetDriveFollowingContent ¶
func (c DriveFollowingContentClient) GetDriveFollowingContent(ctx context.Context, id stable.GroupIdDriveIdFollowingId, options GetDriveFollowingContentOperationOptions) (result GetDriveFollowingContentOperationResponse, err error)
GetDriveFollowingContent - Get content for the navigation property following from groups. The content stream, if the item represents a file.
func (DriveFollowingContentClient) SetDriveFollowingContent ¶
func (c DriveFollowingContentClient) SetDriveFollowingContent(ctx context.Context, id stable.GroupIdDriveIdFollowingId, input []byte, options SetDriveFollowingContentOperationOptions) (result SetDriveFollowingContentOperationResponse, err error)
SetDriveFollowingContent - Update content for the navigation property following in groups. The content stream, if the item represents a file.
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
Click to show internal directories.
Click to hide internal directories.