Documentation ¶
Index ¶
- type DeleteSiteListItemDriveItemContentOperationOptions
- type DeleteSiteListItemDriveItemContentOperationResponse
- type GetSiteListItemDriveItemContentOperationOptions
- type GetSiteListItemDriveItemContentOperationResponse
- type SetSiteListItemDriveItemContentOperationOptions
- type SetSiteListItemDriveItemContentOperationResponse
- type SiteListItemDriveItemContentClient
- func (c SiteListItemDriveItemContentClient) DeleteSiteListItemDriveItemContent(ctx context.Context, id beta.GroupIdSiteIdListIdItemId, ...) (result DeleteSiteListItemDriveItemContentOperationResponse, err error)
- func (c SiteListItemDriveItemContentClient) GetSiteListItemDriveItemContent(ctx context.Context, id beta.GroupIdSiteIdListIdItemId, ...) (result GetSiteListItemDriveItemContentOperationResponse, err error)
- func (c SiteListItemDriveItemContentClient) SetSiteListItemDriveItemContent(ctx context.Context, id beta.GroupIdSiteIdListIdItemId, input []byte, ...) (result SetSiteListItemDriveItemContentOperationResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteSiteListItemDriveItemContentOperationOptions ¶
type DeleteSiteListItemDriveItemContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSiteListItemDriveItemContentOperationOptions ¶
func DefaultDeleteSiteListItemDriveItemContentOperationOptions() DeleteSiteListItemDriveItemContentOperationOptions
func (DeleteSiteListItemDriveItemContentOperationOptions) ToHeaders ¶
func (o DeleteSiteListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (DeleteSiteListItemDriveItemContentOperationOptions) ToOData ¶
func (o DeleteSiteListItemDriveItemContentOperationOptions) ToOData() *odata.Query
func (DeleteSiteListItemDriveItemContentOperationOptions) ToQuery ¶
func (o DeleteSiteListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams
type GetSiteListItemDriveItemContentOperationOptions ¶
type GetSiteListItemDriveItemContentOperationOptions struct { Format *odata.Format Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetSiteListItemDriveItemContentOperationOptions ¶
func DefaultGetSiteListItemDriveItemContentOperationOptions() GetSiteListItemDriveItemContentOperationOptions
func (GetSiteListItemDriveItemContentOperationOptions) ToHeaders ¶
func (o GetSiteListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (GetSiteListItemDriveItemContentOperationOptions) ToOData ¶
func (o GetSiteListItemDriveItemContentOperationOptions) ToOData() *odata.Query
func (GetSiteListItemDriveItemContentOperationOptions) ToQuery ¶
func (o GetSiteListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams
type SetSiteListItemDriveItemContentOperationOptions ¶
type SetSiteListItemDriveItemContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetSiteListItemDriveItemContentOperationOptions ¶
func DefaultSetSiteListItemDriveItemContentOperationOptions() SetSiteListItemDriveItemContentOperationOptions
func (SetSiteListItemDriveItemContentOperationOptions) ToHeaders ¶
func (o SetSiteListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers
func (SetSiteListItemDriveItemContentOperationOptions) ToOData ¶
func (o SetSiteListItemDriveItemContentOperationOptions) ToOData() *odata.Query
func (SetSiteListItemDriveItemContentOperationOptions) ToQuery ¶
func (o SetSiteListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams
type SiteListItemDriveItemContentClient ¶
func NewSiteListItemDriveItemContentClientWithBaseURI ¶
func NewSiteListItemDriveItemContentClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteListItemDriveItemContentClient, error)
func (SiteListItemDriveItemContentClient) DeleteSiteListItemDriveItemContent ¶
func (c SiteListItemDriveItemContentClient) DeleteSiteListItemDriveItemContent(ctx context.Context, id beta.GroupIdSiteIdListIdItemId, options DeleteSiteListItemDriveItemContentOperationOptions) (result DeleteSiteListItemDriveItemContentOperationResponse, err error)
DeleteSiteListItemDriveItemContent - Delete content for the navigation property driveItem in groups. 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 (SiteListItemDriveItemContentClient) GetSiteListItemDriveItemContent ¶
func (c SiteListItemDriveItemContentClient) GetSiteListItemDriveItemContent(ctx context.Context, id beta.GroupIdSiteIdListIdItemId, options GetSiteListItemDriveItemContentOperationOptions) (result GetSiteListItemDriveItemContentOperationResponse, err error)
GetSiteListItemDriveItemContent - Get content for the navigation property driveItem from groups. 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 (SiteListItemDriveItemContentClient) SetSiteListItemDriveItemContent ¶
func (c SiteListItemDriveItemContentClient) SetSiteListItemDriveItemContent(ctx context.Context, id beta.GroupIdSiteIdListIdItemId, input []byte, options SetSiteListItemDriveItemContentOperationOptions) (result SetSiteListItemDriveItemContentOperationResponse, err error)
SetSiteListItemDriveItemContent - Update content for the navigation property driveItem in groups. 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.