Documentation ¶
Index ¶
- type DeleteDriveRootContentStreamOperationOptions
- type DeleteDriveRootContentStreamOperationResponse
- type DriveRootContentStreamClient
- func (c DriveRootContentStreamClient) DeleteDriveRootContentStream(ctx context.Context, id beta.UserIdDriveId, ...) (result DeleteDriveRootContentStreamOperationResponse, err error)
- func (c DriveRootContentStreamClient) GetDriveRootContentStream(ctx context.Context, id beta.UserIdDriveId, ...) (result GetDriveRootContentStreamOperationResponse, err error)
- func (c DriveRootContentStreamClient) SetDriveRootContentStream(ctx context.Context, id beta.UserIdDriveId, input []byte, ...) (result SetDriveRootContentStreamOperationResponse, err error)
- type GetDriveRootContentStreamOperationOptions
- type GetDriveRootContentStreamOperationResponse
- type SetDriveRootContentStreamOperationOptions
- type SetDriveRootContentStreamOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveRootContentStreamOperationOptions ¶
type DeleteDriveRootContentStreamOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootContentStreamOperationOptions ¶
func DefaultDeleteDriveRootContentStreamOperationOptions() DeleteDriveRootContentStreamOperationOptions
func (DeleteDriveRootContentStreamOperationOptions) ToHeaders ¶
func (o DeleteDriveRootContentStreamOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootContentStreamOperationOptions) ToOData ¶
func (o DeleteDriveRootContentStreamOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootContentStreamOperationOptions) ToQuery ¶
func (o DeleteDriveRootContentStreamOperationOptions) ToQuery() *client.QueryParams
type DriveRootContentStreamClient ¶
func NewDriveRootContentStreamClientWithBaseURI ¶
func NewDriveRootContentStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootContentStreamClient, error)
func (DriveRootContentStreamClient) DeleteDriveRootContentStream ¶
func (c DriveRootContentStreamClient) DeleteDriveRootContentStream(ctx context.Context, id beta.UserIdDriveId, options DeleteDriveRootContentStreamOperationOptions) (result DeleteDriveRootContentStreamOperationResponse, err error)
DeleteDriveRootContentStream - Delete contentStream for the navigation property root in users. The content stream, if the item represents a file.
func (DriveRootContentStreamClient) GetDriveRootContentStream ¶
func (c DriveRootContentStreamClient) GetDriveRootContentStream(ctx context.Context, id beta.UserIdDriveId, options GetDriveRootContentStreamOperationOptions) (result GetDriveRootContentStreamOperationResponse, err error)
GetDriveRootContentStream - Get contentStream for the navigation property root from users. The content stream, if the item represents a file.
func (DriveRootContentStreamClient) SetDriveRootContentStream ¶
func (c DriveRootContentStreamClient) SetDriveRootContentStream(ctx context.Context, id beta.UserIdDriveId, input []byte, options SetDriveRootContentStreamOperationOptions) (result SetDriveRootContentStreamOperationResponse, err error)
SetDriveRootContentStream - Update contentStream for the navigation property root in users. The content stream, if the item represents a file.
type GetDriveRootContentStreamOperationOptions ¶
type GetDriveRootContentStreamOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveRootContentStreamOperationOptions ¶
func DefaultGetDriveRootContentStreamOperationOptions() GetDriveRootContentStreamOperationOptions
func (GetDriveRootContentStreamOperationOptions) ToHeaders ¶
func (o GetDriveRootContentStreamOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootContentStreamOperationOptions) ToOData ¶
func (o GetDriveRootContentStreamOperationOptions) ToOData() *odata.Query
func (GetDriveRootContentStreamOperationOptions) ToQuery ¶
func (o GetDriveRootContentStreamOperationOptions) ToQuery() *client.QueryParams
type SetDriveRootContentStreamOperationOptions ¶
type SetDriveRootContentStreamOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveRootContentStreamOperationOptions ¶
func DefaultSetDriveRootContentStreamOperationOptions() SetDriveRootContentStreamOperationOptions
func (SetDriveRootContentStreamOperationOptions) ToHeaders ¶
func (o SetDriveRootContentStreamOperationOptions) ToHeaders() *client.Headers
func (SetDriveRootContentStreamOperationOptions) ToOData ¶
func (o SetDriveRootContentStreamOperationOptions) ToOData() *odata.Query
func (SetDriveRootContentStreamOperationOptions) ToQuery ¶
func (o SetDriveRootContentStreamOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.