Documentation ¶
Index ¶
- type CreateDriveRootSubscriptionOperationOptions
- type CreateDriveRootSubscriptionOperationResponse
- type CreateDriveRootSubscriptionReauthorizeOperationOptions
- type CreateDriveRootSubscriptionReauthorizeOperationResponse
- type DeleteDriveRootSubscriptionOperationOptions
- type DeleteDriveRootSubscriptionOperationResponse
- type DriveRootSubscriptionClient
- func (c DriveRootSubscriptionClient) CreateDriveRootSubscription(ctx context.Context, id stable.GroupIdDriveId, input stable.Subscription, ...) (result CreateDriveRootSubscriptionOperationResponse, err error)
- func (c DriveRootSubscriptionClient) CreateDriveRootSubscriptionReauthorize(ctx context.Context, id stable.GroupIdDriveIdRootSubscriptionId, ...) (result CreateDriveRootSubscriptionReauthorizeOperationResponse, err error)
- func (c DriveRootSubscriptionClient) DeleteDriveRootSubscription(ctx context.Context, id stable.GroupIdDriveIdRootSubscriptionId, ...) (result DeleteDriveRootSubscriptionOperationResponse, err error)
- func (c DriveRootSubscriptionClient) GetDriveRootSubscription(ctx context.Context, id stable.GroupIdDriveIdRootSubscriptionId, ...) (result GetDriveRootSubscriptionOperationResponse, err error)
- func (c DriveRootSubscriptionClient) GetDriveRootSubscriptionsCount(ctx context.Context, id stable.GroupIdDriveId, ...) (result GetDriveRootSubscriptionsCountOperationResponse, err error)
- func (c DriveRootSubscriptionClient) ListDriveRootSubscriptions(ctx context.Context, id stable.GroupIdDriveId, ...) (result ListDriveRootSubscriptionsOperationResponse, err error)
- func (c DriveRootSubscriptionClient) ListDriveRootSubscriptionsComplete(ctx context.Context, id stable.GroupIdDriveId, ...) (ListDriveRootSubscriptionsCompleteResult, error)
- func (c DriveRootSubscriptionClient) ListDriveRootSubscriptionsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdDriveId, ...) (result ListDriveRootSubscriptionsCompleteResult, err error)
- func (c DriveRootSubscriptionClient) UpdateDriveRootSubscription(ctx context.Context, id stable.GroupIdDriveIdRootSubscriptionId, ...) (result UpdateDriveRootSubscriptionOperationResponse, err error)
- type GetDriveRootSubscriptionOperationOptions
- type GetDriveRootSubscriptionOperationResponse
- type GetDriveRootSubscriptionsCountOperationOptions
- type GetDriveRootSubscriptionsCountOperationResponse
- type ListDriveRootSubscriptionsCompleteResult
- type ListDriveRootSubscriptionsCustomPager
- type ListDriveRootSubscriptionsOperationOptions
- type ListDriveRootSubscriptionsOperationResponse
- type SubscriptionOperationPredicate
- type UpdateDriveRootSubscriptionOperationOptions
- type UpdateDriveRootSubscriptionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveRootSubscriptionOperationOptions ¶
type CreateDriveRootSubscriptionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveRootSubscriptionOperationOptions ¶
func DefaultCreateDriveRootSubscriptionOperationOptions() CreateDriveRootSubscriptionOperationOptions
func (CreateDriveRootSubscriptionOperationOptions) ToHeaders ¶
func (o CreateDriveRootSubscriptionOperationOptions) ToHeaders() *client.Headers
func (CreateDriveRootSubscriptionOperationOptions) ToOData ¶
func (o CreateDriveRootSubscriptionOperationOptions) ToOData() *odata.Query
func (CreateDriveRootSubscriptionOperationOptions) ToQuery ¶
func (o CreateDriveRootSubscriptionOperationOptions) ToQuery() *client.QueryParams
type CreateDriveRootSubscriptionReauthorizeOperationOptions ¶
type CreateDriveRootSubscriptionReauthorizeOperationOptions struct {}
func DefaultCreateDriveRootSubscriptionReauthorizeOperationOptions ¶
func DefaultCreateDriveRootSubscriptionReauthorizeOperationOptions() CreateDriveRootSubscriptionReauthorizeOperationOptions
func (CreateDriveRootSubscriptionReauthorizeOperationOptions) ToHeaders ¶
func (o CreateDriveRootSubscriptionReauthorizeOperationOptions) ToHeaders() *client.Headers
func (CreateDriveRootSubscriptionReauthorizeOperationOptions) ToOData ¶
func (o CreateDriveRootSubscriptionReauthorizeOperationOptions) ToOData() *odata.Query
func (CreateDriveRootSubscriptionReauthorizeOperationOptions) ToQuery ¶
func (o CreateDriveRootSubscriptionReauthorizeOperationOptions) ToQuery() *client.QueryParams
type CreateDriveRootSubscriptionReauthorizeOperationResponse ¶
type CreateDriveRootSubscriptionReauthorizeOperationResponse struct {}
type DeleteDriveRootSubscriptionOperationOptions ¶
type DeleteDriveRootSubscriptionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootSubscriptionOperationOptions ¶
func DefaultDeleteDriveRootSubscriptionOperationOptions() DeleteDriveRootSubscriptionOperationOptions
func (DeleteDriveRootSubscriptionOperationOptions) ToHeaders ¶
func (o DeleteDriveRootSubscriptionOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootSubscriptionOperationOptions) ToOData ¶
func (o DeleteDriveRootSubscriptionOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootSubscriptionOperationOptions) ToQuery ¶
func (o DeleteDriveRootSubscriptionOperationOptions) ToQuery() *client.QueryParams
type DriveRootSubscriptionClient ¶
func NewDriveRootSubscriptionClientWithBaseURI ¶
func NewDriveRootSubscriptionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootSubscriptionClient, error)
func (DriveRootSubscriptionClient) CreateDriveRootSubscription ¶
func (c DriveRootSubscriptionClient) CreateDriveRootSubscription(ctx context.Context, id stable.GroupIdDriveId, input stable.Subscription, options CreateDriveRootSubscriptionOperationOptions) (result CreateDriveRootSubscriptionOperationResponse, err error)
CreateDriveRootSubscription - Create new navigation property to subscriptions for groups
func (DriveRootSubscriptionClient) CreateDriveRootSubscriptionReauthorize ¶
func (c DriveRootSubscriptionClient) CreateDriveRootSubscriptionReauthorize(ctx context.Context, id stable.GroupIdDriveIdRootSubscriptionId, options CreateDriveRootSubscriptionReauthorizeOperationOptions) (result CreateDriveRootSubscriptionReauthorizeOperationResponse, err error)
CreateDriveRootSubscriptionReauthorize - Invoke action reauthorize. Reauthorize a subscription when you receive a reauthorizationRequired challenge.
func (DriveRootSubscriptionClient) DeleteDriveRootSubscription ¶
func (c DriveRootSubscriptionClient) DeleteDriveRootSubscription(ctx context.Context, id stable.GroupIdDriveIdRootSubscriptionId, options DeleteDriveRootSubscriptionOperationOptions) (result DeleteDriveRootSubscriptionOperationResponse, err error)
DeleteDriveRootSubscription - Delete navigation property subscriptions for groups
func (DriveRootSubscriptionClient) GetDriveRootSubscription ¶
func (c DriveRootSubscriptionClient) GetDriveRootSubscription(ctx context.Context, id stable.GroupIdDriveIdRootSubscriptionId, options GetDriveRootSubscriptionOperationOptions) (result GetDriveRootSubscriptionOperationResponse, err error)
GetDriveRootSubscription - Get subscriptions from groups. The set of subscriptions on the item. Only supported on the root of a drive.
func (DriveRootSubscriptionClient) GetDriveRootSubscriptionsCount ¶
func (c DriveRootSubscriptionClient) GetDriveRootSubscriptionsCount(ctx context.Context, id stable.GroupIdDriveId, options GetDriveRootSubscriptionsCountOperationOptions) (result GetDriveRootSubscriptionsCountOperationResponse, err error)
GetDriveRootSubscriptionsCount - Get the number of the resource
func (DriveRootSubscriptionClient) ListDriveRootSubscriptions ¶
func (c DriveRootSubscriptionClient) ListDriveRootSubscriptions(ctx context.Context, id stable.GroupIdDriveId, options ListDriveRootSubscriptionsOperationOptions) (result ListDriveRootSubscriptionsOperationResponse, err error)
ListDriveRootSubscriptions - Get subscriptions from groups. The set of subscriptions on the item. Only supported on the root of a drive.
func (DriveRootSubscriptionClient) ListDriveRootSubscriptionsComplete ¶
func (c DriveRootSubscriptionClient) ListDriveRootSubscriptionsComplete(ctx context.Context, id stable.GroupIdDriveId, options ListDriveRootSubscriptionsOperationOptions) (ListDriveRootSubscriptionsCompleteResult, error)
ListDriveRootSubscriptionsComplete retrieves all the results into a single object
func (DriveRootSubscriptionClient) ListDriveRootSubscriptionsCompleteMatchingPredicate ¶
func (c DriveRootSubscriptionClient) ListDriveRootSubscriptionsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdDriveId, options ListDriveRootSubscriptionsOperationOptions, predicate SubscriptionOperationPredicate) (result ListDriveRootSubscriptionsCompleteResult, err error)
ListDriveRootSubscriptionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DriveRootSubscriptionClient) UpdateDriveRootSubscription ¶
func (c DriveRootSubscriptionClient) UpdateDriveRootSubscription(ctx context.Context, id stable.GroupIdDriveIdRootSubscriptionId, input stable.Subscription, options UpdateDriveRootSubscriptionOperationOptions) (result UpdateDriveRootSubscriptionOperationResponse, err error)
UpdateDriveRootSubscription - Update the navigation property subscriptions in groups
type GetDriveRootSubscriptionOperationOptions ¶
type GetDriveRootSubscriptionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveRootSubscriptionOperationOptions ¶
func DefaultGetDriveRootSubscriptionOperationOptions() GetDriveRootSubscriptionOperationOptions
func (GetDriveRootSubscriptionOperationOptions) ToHeaders ¶
func (o GetDriveRootSubscriptionOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootSubscriptionOperationOptions) ToOData ¶
func (o GetDriveRootSubscriptionOperationOptions) ToOData() *odata.Query
func (GetDriveRootSubscriptionOperationOptions) ToQuery ¶
func (o GetDriveRootSubscriptionOperationOptions) ToQuery() *client.QueryParams
type GetDriveRootSubscriptionsCountOperationOptions ¶
type GetDriveRootSubscriptionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveRootSubscriptionsCountOperationOptions ¶
func DefaultGetDriveRootSubscriptionsCountOperationOptions() GetDriveRootSubscriptionsCountOperationOptions
func (GetDriveRootSubscriptionsCountOperationOptions) ToHeaders ¶
func (o GetDriveRootSubscriptionsCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootSubscriptionsCountOperationOptions) ToOData ¶
func (o GetDriveRootSubscriptionsCountOperationOptions) ToOData() *odata.Query
func (GetDriveRootSubscriptionsCountOperationOptions) ToQuery ¶
func (o GetDriveRootSubscriptionsCountOperationOptions) ToQuery() *client.QueryParams
type ListDriveRootSubscriptionsCompleteResult ¶
type ListDriveRootSubscriptionsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.Subscription }
type ListDriveRootSubscriptionsCustomPager ¶
func (*ListDriveRootSubscriptionsCustomPager) NextPageLink ¶
func (p *ListDriveRootSubscriptionsCustomPager) NextPageLink() *odata.Link
type ListDriveRootSubscriptionsOperationOptions ¶
type ListDriveRootSubscriptionsOperationOptions 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 DefaultListDriveRootSubscriptionsOperationOptions ¶
func DefaultListDriveRootSubscriptionsOperationOptions() ListDriveRootSubscriptionsOperationOptions
func (ListDriveRootSubscriptionsOperationOptions) ToHeaders ¶
func (o ListDriveRootSubscriptionsOperationOptions) ToHeaders() *client.Headers
func (ListDriveRootSubscriptionsOperationOptions) ToOData ¶
func (o ListDriveRootSubscriptionsOperationOptions) ToOData() *odata.Query
func (ListDriveRootSubscriptionsOperationOptions) ToQuery ¶
func (o ListDriveRootSubscriptionsOperationOptions) ToQuery() *client.QueryParams
type SubscriptionOperationPredicate ¶
type SubscriptionOperationPredicate struct { }
func (SubscriptionOperationPredicate) Matches ¶
func (p SubscriptionOperationPredicate) Matches(input stable.Subscription) bool
type UpdateDriveRootSubscriptionOperationOptions ¶
type UpdateDriveRootSubscriptionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveRootSubscriptionOperationOptions ¶
func DefaultUpdateDriveRootSubscriptionOperationOptions() UpdateDriveRootSubscriptionOperationOptions
func (UpdateDriveRootSubscriptionOperationOptions) ToHeaders ¶
func (o UpdateDriveRootSubscriptionOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveRootSubscriptionOperationOptions) ToOData ¶
func (o UpdateDriveRootSubscriptionOperationOptions) ToOData() *odata.Query
func (UpdateDriveRootSubscriptionOperationOptions) ToQuery ¶
func (o UpdateDriveRootSubscriptionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createdriverootsubscription.go
- method_createdriverootsubscriptionreauthorize.go
- method_deletedriverootsubscription.go
- method_getdriverootsubscription.go
- method_getdriverootsubscriptionscount.go
- method_listdriverootsubscriptions.go
- method_updatedriverootsubscription.go
- predicates.go
- version.go