Documentation ¶
Index ¶
- type DeleteDriveRootChildContentStreamOperationOptions
- type DeleteDriveRootChildContentStreamOperationResponse
- type DriveRootChildContentStreamClient
- func (c DriveRootChildContentStreamClient) DeleteDriveRootChildContentStream(ctx context.Context, id beta.UserIdDriveIdRootChildId, ...) (result DeleteDriveRootChildContentStreamOperationResponse, err error)
- func (c DriveRootChildContentStreamClient) GetDriveRootChildContentStream(ctx context.Context, id beta.UserIdDriveIdRootChildId, ...) (result GetDriveRootChildContentStreamOperationResponse, err error)
- func (c DriveRootChildContentStreamClient) SetDriveRootChildContentStream(ctx context.Context, id beta.UserIdDriveIdRootChildId, input []byte, ...) (result SetDriveRootChildContentStreamOperationResponse, err error)
- type GetDriveRootChildContentStreamOperationOptions
- type GetDriveRootChildContentStreamOperationResponse
- type SetDriveRootChildContentStreamOperationOptions
- type SetDriveRootChildContentStreamOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveRootChildContentStreamOperationOptions ¶
type DeleteDriveRootChildContentStreamOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootChildContentStreamOperationOptions ¶
func DefaultDeleteDriveRootChildContentStreamOperationOptions() DeleteDriveRootChildContentStreamOperationOptions
func (DeleteDriveRootChildContentStreamOperationOptions) ToHeaders ¶
func (o DeleteDriveRootChildContentStreamOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootChildContentStreamOperationOptions) ToOData ¶
func (o DeleteDriveRootChildContentStreamOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootChildContentStreamOperationOptions) ToQuery ¶
func (o DeleteDriveRootChildContentStreamOperationOptions) ToQuery() *client.QueryParams
type DriveRootChildContentStreamClient ¶
func NewDriveRootChildContentStreamClientWithBaseURI ¶
func NewDriveRootChildContentStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootChildContentStreamClient, error)
func (DriveRootChildContentStreamClient) DeleteDriveRootChildContentStream ¶
func (c DriveRootChildContentStreamClient) DeleteDriveRootChildContentStream(ctx context.Context, id beta.UserIdDriveIdRootChildId, options DeleteDriveRootChildContentStreamOperationOptions) (result DeleteDriveRootChildContentStreamOperationResponse, err error)
DeleteDriveRootChildContentStream - Delete contentStream for the navigation property children in users. The content stream, if the item represents a file.
func (DriveRootChildContentStreamClient) GetDriveRootChildContentStream ¶
func (c DriveRootChildContentStreamClient) GetDriveRootChildContentStream(ctx context.Context, id beta.UserIdDriveIdRootChildId, options GetDriveRootChildContentStreamOperationOptions) (result GetDriveRootChildContentStreamOperationResponse, err error)
GetDriveRootChildContentStream - Get contentStream for the navigation property children from users. The content stream, if the item represents a file.
func (DriveRootChildContentStreamClient) SetDriveRootChildContentStream ¶
func (c DriveRootChildContentStreamClient) SetDriveRootChildContentStream(ctx context.Context, id beta.UserIdDriveIdRootChildId, input []byte, options SetDriveRootChildContentStreamOperationOptions) (result SetDriveRootChildContentStreamOperationResponse, err error)
SetDriveRootChildContentStream - Update contentStream for the navigation property children in users. The content stream, if the item represents a file.
type GetDriveRootChildContentStreamOperationOptions ¶
type GetDriveRootChildContentStreamOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveRootChildContentStreamOperationOptions ¶
func DefaultGetDriveRootChildContentStreamOperationOptions() GetDriveRootChildContentStreamOperationOptions
func (GetDriveRootChildContentStreamOperationOptions) ToHeaders ¶
func (o GetDriveRootChildContentStreamOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootChildContentStreamOperationOptions) ToOData ¶
func (o GetDriveRootChildContentStreamOperationOptions) ToOData() *odata.Query
func (GetDriveRootChildContentStreamOperationOptions) ToQuery ¶
func (o GetDriveRootChildContentStreamOperationOptions) ToQuery() *client.QueryParams
type SetDriveRootChildContentStreamOperationOptions ¶
type SetDriveRootChildContentStreamOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveRootChildContentStreamOperationOptions ¶
func DefaultSetDriveRootChildContentStreamOperationOptions() SetDriveRootChildContentStreamOperationOptions
func (SetDriveRootChildContentStreamOperationOptions) ToHeaders ¶
func (o SetDriveRootChildContentStreamOperationOptions) ToHeaders() *client.Headers
func (SetDriveRootChildContentStreamOperationOptions) ToOData ¶
func (o SetDriveRootChildContentStreamOperationOptions) ToOData() *odata.Query
func (SetDriveRootChildContentStreamOperationOptions) ToQuery ¶
func (o SetDriveRootChildContentStreamOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.