Documentation ¶
Index ¶
- type DeleteDriveListOperationOptions
- type DeleteDriveListOperationResponse
- type DriveListClient
- func (c DriveListClient) DeleteDriveList(ctx context.Context, id beta.UserIdDriveId, ...) (result DeleteDriveListOperationResponse, err error)
- func (c DriveListClient) GetDriveList(ctx context.Context, id beta.UserIdDriveId, ...) (result GetDriveListOperationResponse, err error)
- func (c DriveListClient) UpdateDriveList(ctx context.Context, id beta.UserIdDriveId, input beta.List, ...) (result UpdateDriveListOperationResponse, err error)
- type GetDriveListOperationOptions
- type GetDriveListOperationResponse
- type UpdateDriveListOperationOptions
- type UpdateDriveListOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveListOperationOptions ¶
type DeleteDriveListOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveListOperationOptions ¶
func DefaultDeleteDriveListOperationOptions() DeleteDriveListOperationOptions
func (DeleteDriveListOperationOptions) ToHeaders ¶
func (o DeleteDriveListOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveListOperationOptions) ToOData ¶
func (o DeleteDriveListOperationOptions) ToOData() *odata.Query
func (DeleteDriveListOperationOptions) ToQuery ¶
func (o DeleteDriveListOperationOptions) ToQuery() *client.QueryParams
type DriveListClient ¶
func NewDriveListClientWithBaseURI ¶
func NewDriveListClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListClient, error)
func (DriveListClient) DeleteDriveList ¶
func (c DriveListClient) DeleteDriveList(ctx context.Context, id beta.UserIdDriveId, options DeleteDriveListOperationOptions) (result DeleteDriveListOperationResponse, err error)
DeleteDriveList - Delete navigation property list for users
func (DriveListClient) GetDriveList ¶
func (c DriveListClient) GetDriveList(ctx context.Context, id beta.UserIdDriveId, options GetDriveListOperationOptions) (result GetDriveListOperationResponse, err error)
GetDriveList - Get list from users. For drives in SharePoint, the underlying document library list. Read-only. Nullable.
func (DriveListClient) UpdateDriveList ¶
func (c DriveListClient) UpdateDriveList(ctx context.Context, id beta.UserIdDriveId, input beta.List, options UpdateDriveListOperationOptions) (result UpdateDriveListOperationResponse, err error)
UpdateDriveList - Update the navigation property list in users
type GetDriveListOperationOptions ¶
type GetDriveListOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveListOperationOptions ¶
func DefaultGetDriveListOperationOptions() GetDriveListOperationOptions
func (GetDriveListOperationOptions) ToHeaders ¶
func (o GetDriveListOperationOptions) ToHeaders() *client.Headers
func (GetDriveListOperationOptions) ToOData ¶
func (o GetDriveListOperationOptions) ToOData() *odata.Query
func (GetDriveListOperationOptions) ToQuery ¶
func (o GetDriveListOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveListOperationOptions ¶
type UpdateDriveListOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveListOperationOptions ¶
func DefaultUpdateDriveListOperationOptions() UpdateDriveListOperationOptions
func (UpdateDriveListOperationOptions) ToHeaders ¶
func (o UpdateDriveListOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveListOperationOptions) ToOData ¶
func (o UpdateDriveListOperationOptions) ToOData() *odata.Query
func (UpdateDriveListOperationOptions) ToQuery ¶
func (o UpdateDriveListOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.