Documentation ¶
Index ¶
- type DeleteDriveSpecialContentStreamOperationOptions
- type DeleteDriveSpecialContentStreamOperationResponse
- type DriveSpecialContentStreamClient
- func (c DriveSpecialContentStreamClient) DeleteDriveSpecialContentStream(ctx context.Context, id beta.UserIdDriveIdSpecialId, ...) (result DeleteDriveSpecialContentStreamOperationResponse, err error)
- func (c DriveSpecialContentStreamClient) GetDriveSpecialContentStream(ctx context.Context, id beta.UserIdDriveIdSpecialId, ...) (result GetDriveSpecialContentStreamOperationResponse, err error)
- func (c DriveSpecialContentStreamClient) SetDriveSpecialContentStream(ctx context.Context, id beta.UserIdDriveIdSpecialId, input []byte, ...) (result SetDriveSpecialContentStreamOperationResponse, err error)
- type GetDriveSpecialContentStreamOperationOptions
- type GetDriveSpecialContentStreamOperationResponse
- type SetDriveSpecialContentStreamOperationOptions
- type SetDriveSpecialContentStreamOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveSpecialContentStreamOperationOptions ¶
type DeleteDriveSpecialContentStreamOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveSpecialContentStreamOperationOptions ¶
func DefaultDeleteDriveSpecialContentStreamOperationOptions() DeleteDriveSpecialContentStreamOperationOptions
func (DeleteDriveSpecialContentStreamOperationOptions) ToHeaders ¶
func (o DeleteDriveSpecialContentStreamOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveSpecialContentStreamOperationOptions) ToOData ¶
func (o DeleteDriveSpecialContentStreamOperationOptions) ToOData() *odata.Query
func (DeleteDriveSpecialContentStreamOperationOptions) ToQuery ¶
func (o DeleteDriveSpecialContentStreamOperationOptions) ToQuery() *client.QueryParams
type DriveSpecialContentStreamClient ¶
func NewDriveSpecialContentStreamClientWithBaseURI ¶
func NewDriveSpecialContentStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveSpecialContentStreamClient, error)
func (DriveSpecialContentStreamClient) DeleteDriveSpecialContentStream ¶
func (c DriveSpecialContentStreamClient) DeleteDriveSpecialContentStream(ctx context.Context, id beta.UserIdDriveIdSpecialId, options DeleteDriveSpecialContentStreamOperationOptions) (result DeleteDriveSpecialContentStreamOperationResponse, err error)
DeleteDriveSpecialContentStream - Delete contentStream for the navigation property special in users. The content stream, if the item represents a file.
func (DriveSpecialContentStreamClient) GetDriveSpecialContentStream ¶
func (c DriveSpecialContentStreamClient) GetDriveSpecialContentStream(ctx context.Context, id beta.UserIdDriveIdSpecialId, options GetDriveSpecialContentStreamOperationOptions) (result GetDriveSpecialContentStreamOperationResponse, err error)
GetDriveSpecialContentStream - Get contentStream for the navigation property special from users. The content stream, if the item represents a file.
func (DriveSpecialContentStreamClient) SetDriveSpecialContentStream ¶
func (c DriveSpecialContentStreamClient) SetDriveSpecialContentStream(ctx context.Context, id beta.UserIdDriveIdSpecialId, input []byte, options SetDriveSpecialContentStreamOperationOptions) (result SetDriveSpecialContentStreamOperationResponse, err error)
SetDriveSpecialContentStream - Update contentStream for the navigation property special in users. The content stream, if the item represents a file.
type GetDriveSpecialContentStreamOperationOptions ¶
type GetDriveSpecialContentStreamOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveSpecialContentStreamOperationOptions ¶
func DefaultGetDriveSpecialContentStreamOperationOptions() GetDriveSpecialContentStreamOperationOptions
func (GetDriveSpecialContentStreamOperationOptions) ToHeaders ¶
func (o GetDriveSpecialContentStreamOperationOptions) ToHeaders() *client.Headers
func (GetDriveSpecialContentStreamOperationOptions) ToOData ¶
func (o GetDriveSpecialContentStreamOperationOptions) ToOData() *odata.Query
func (GetDriveSpecialContentStreamOperationOptions) ToQuery ¶
func (o GetDriveSpecialContentStreamOperationOptions) ToQuery() *client.QueryParams
type SetDriveSpecialContentStreamOperationOptions ¶
type SetDriveSpecialContentStreamOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveSpecialContentStreamOperationOptions ¶
func DefaultSetDriveSpecialContentStreamOperationOptions() SetDriveSpecialContentStreamOperationOptions
func (SetDriveSpecialContentStreamOperationOptions) ToHeaders ¶
func (o SetDriveSpecialContentStreamOperationOptions) ToHeaders() *client.Headers
func (SetDriveSpecialContentStreamOperationOptions) ToOData ¶
func (o SetDriveSpecialContentStreamOperationOptions) ToOData() *odata.Query
func (SetDriveSpecialContentStreamOperationOptions) ToQuery ¶
func (o SetDriveSpecialContentStreamOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.