Documentation ¶
Index ¶
- type CreateDriveBundleOperationOptions
- type CreateDriveBundleOperationResponse
- type DriveBundleClient
- func (c DriveBundleClient) CreateDriveBundle(ctx context.Context, id stable.UserIdDriveId, input stable.DriveItem, ...) (result CreateDriveBundleOperationResponse, err error)
- func (c DriveBundleClient) GetDriveBundle(ctx context.Context, id stable.UserIdDriveIdBundleId, ...) (result GetDriveBundleOperationResponse, err error)
- func (c DriveBundleClient) GetDriveBundlesCount(ctx context.Context, id stable.UserIdDriveId, ...) (result GetDriveBundlesCountOperationResponse, err error)
- func (c DriveBundleClient) ListDriveBundles(ctx context.Context, id stable.UserIdDriveId, ...) (result ListDriveBundlesOperationResponse, err error)
- func (c DriveBundleClient) ListDriveBundlesComplete(ctx context.Context, id stable.UserIdDriveId, ...) (ListDriveBundlesCompleteResult, error)
- func (c DriveBundleClient) ListDriveBundlesCompleteMatchingPredicate(ctx context.Context, id stable.UserIdDriveId, ...) (result ListDriveBundlesCompleteResult, err error)
- type DriveItemOperationPredicate
- type GetDriveBundleOperationOptions
- type GetDriveBundleOperationResponse
- type GetDriveBundlesCountOperationOptions
- type GetDriveBundlesCountOperationResponse
- type ListDriveBundlesCompleteResult
- type ListDriveBundlesCustomPager
- type ListDriveBundlesOperationOptions
- type ListDriveBundlesOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveBundleOperationOptions ¶
type CreateDriveBundleOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveBundleOperationOptions ¶
func DefaultCreateDriveBundleOperationOptions() CreateDriveBundleOperationOptions
func (CreateDriveBundleOperationOptions) ToHeaders ¶
func (o CreateDriveBundleOperationOptions) ToHeaders() *client.Headers
func (CreateDriveBundleOperationOptions) ToOData ¶
func (o CreateDriveBundleOperationOptions) ToOData() *odata.Query
func (CreateDriveBundleOperationOptions) ToQuery ¶
func (o CreateDriveBundleOperationOptions) ToQuery() *client.QueryParams
type DriveBundleClient ¶
func NewDriveBundleClientWithBaseURI ¶
func NewDriveBundleClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveBundleClient, error)
func (DriveBundleClient) CreateDriveBundle ¶
func (c DriveBundleClient) CreateDriveBundle(ctx context.Context, id stable.UserIdDriveId, input stable.DriveItem, options CreateDriveBundleOperationOptions) (result CreateDriveBundleOperationResponse, err error)
CreateDriveBundle - Create new navigation property to bundles for users
func (DriveBundleClient) GetDriveBundle ¶
func (c DriveBundleClient) GetDriveBundle(ctx context.Context, id stable.UserIdDriveIdBundleId, options GetDriveBundleOperationOptions) (result GetDriveBundleOperationResponse, err error)
GetDriveBundle - Get bundles from users. Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive.
func (DriveBundleClient) GetDriveBundlesCount ¶
func (c DriveBundleClient) GetDriveBundlesCount(ctx context.Context, id stable.UserIdDriveId, options GetDriveBundlesCountOperationOptions) (result GetDriveBundlesCountOperationResponse, err error)
GetDriveBundlesCount - Get the number of the resource
func (DriveBundleClient) ListDriveBundles ¶
func (c DriveBundleClient) ListDriveBundles(ctx context.Context, id stable.UserIdDriveId, options ListDriveBundlesOperationOptions) (result ListDriveBundlesOperationResponse, err error)
ListDriveBundles - Get bundles from users. Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive.
func (DriveBundleClient) ListDriveBundlesComplete ¶
func (c DriveBundleClient) ListDriveBundlesComplete(ctx context.Context, id stable.UserIdDriveId, options ListDriveBundlesOperationOptions) (ListDriveBundlesCompleteResult, error)
ListDriveBundlesComplete retrieves all the results into a single object
func (DriveBundleClient) ListDriveBundlesCompleteMatchingPredicate ¶
func (c DriveBundleClient) ListDriveBundlesCompleteMatchingPredicate(ctx context.Context, id stable.UserIdDriveId, options ListDriveBundlesOperationOptions, predicate DriveItemOperationPredicate) (result ListDriveBundlesCompleteResult, err error)
ListDriveBundlesCompleteMatchingPredicate retrieves all the results and then applies the predicate
type DriveItemOperationPredicate ¶
type DriveItemOperationPredicate struct { }
type GetDriveBundleOperationOptions ¶
type GetDriveBundleOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveBundleOperationOptions ¶
func DefaultGetDriveBundleOperationOptions() GetDriveBundleOperationOptions
func (GetDriveBundleOperationOptions) ToHeaders ¶
func (o GetDriveBundleOperationOptions) ToHeaders() *client.Headers
func (GetDriveBundleOperationOptions) ToOData ¶
func (o GetDriveBundleOperationOptions) ToOData() *odata.Query
func (GetDriveBundleOperationOptions) ToQuery ¶
func (o GetDriveBundleOperationOptions) ToQuery() *client.QueryParams
type GetDriveBundlesCountOperationOptions ¶
type GetDriveBundlesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveBundlesCountOperationOptions ¶
func DefaultGetDriveBundlesCountOperationOptions() GetDriveBundlesCountOperationOptions
func (GetDriveBundlesCountOperationOptions) ToHeaders ¶
func (o GetDriveBundlesCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveBundlesCountOperationOptions) ToOData ¶
func (o GetDriveBundlesCountOperationOptions) ToOData() *odata.Query
func (GetDriveBundlesCountOperationOptions) ToQuery ¶
func (o GetDriveBundlesCountOperationOptions) ToQuery() *client.QueryParams
type ListDriveBundlesCustomPager ¶
func (*ListDriveBundlesCustomPager) NextPageLink ¶
func (p *ListDriveBundlesCustomPager) NextPageLink() *odata.Link
type ListDriveBundlesOperationOptions ¶
type ListDriveBundlesOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListDriveBundlesOperationOptions ¶
func DefaultListDriveBundlesOperationOptions() ListDriveBundlesOperationOptions
func (ListDriveBundlesOperationOptions) ToHeaders ¶
func (o ListDriveBundlesOperationOptions) ToHeaders() *client.Headers
func (ListDriveBundlesOperationOptions) ToOData ¶
func (o ListDriveBundlesOperationOptions) ToOData() *odata.Query
func (ListDriveBundlesOperationOptions) ToQuery ¶
func (o ListDriveBundlesOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.