Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CreateDriveRootSubscriptionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveRootSubscriptionOperationOptions() CreateDriveRootSubscriptionOperationOptions + func (o CreateDriveRootSubscriptionOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveRootSubscriptionOperationOptions) ToOData() *odata.Query + func (o CreateDriveRootSubscriptionOperationOptions) ToQuery() *client.QueryParams + type CreateDriveRootSubscriptionOperationResponse struct + HttpResponse *http.Response + Model *stable.Subscription + OData *odata.OData + type CreateDriveRootSubscriptionReauthorizeOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveRootSubscriptionReauthorizeOperationOptions() CreateDriveRootSubscriptionReauthorizeOperationOptions + func (o CreateDriveRootSubscriptionReauthorizeOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveRootSubscriptionReauthorizeOperationOptions) ToOData() *odata.Query + func (o CreateDriveRootSubscriptionReauthorizeOperationOptions) ToQuery() *client.QueryParams + type CreateDriveRootSubscriptionReauthorizeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeleteDriveRootSubscriptionOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveRootSubscriptionOperationOptions() DeleteDriveRootSubscriptionOperationOptions + func (o DeleteDriveRootSubscriptionOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveRootSubscriptionOperationOptions) ToOData() *odata.Query + func (o DeleteDriveRootSubscriptionOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveRootSubscriptionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveRootSubscriptionClient struct + Client *msgraph.Client + func NewDriveRootSubscriptionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootSubscriptionClient, error) + 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 struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveRootSubscriptionOperationOptions() GetDriveRootSubscriptionOperationOptions + func (o GetDriveRootSubscriptionOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootSubscriptionOperationOptions) ToOData() *odata.Query + func (o GetDriveRootSubscriptionOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootSubscriptionOperationResponse struct + HttpResponse *http.Response + Model *stable.Subscription + OData *odata.OData + type GetDriveRootSubscriptionsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDriveRootSubscriptionsCountOperationOptions() GetDriveRootSubscriptionsCountOperationOptions + func (o GetDriveRootSubscriptionsCountOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootSubscriptionsCountOperationOptions) ToOData() *odata.Query + func (o GetDriveRootSubscriptionsCountOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootSubscriptionsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDriveRootSubscriptionsCompleteResult struct + Items []stable.Subscription + LatestHttpResponse *http.Response + type ListDriveRootSubscriptionsCustomPager struct + NextLink *odata.Link + func (p *ListDriveRootSubscriptionsCustomPager) NextPageLink() *odata.Link + 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() ListDriveRootSubscriptionsOperationOptions + func (o ListDriveRootSubscriptionsOperationOptions) ToHeaders() *client.Headers + func (o ListDriveRootSubscriptionsOperationOptions) ToOData() *odata.Query + func (o ListDriveRootSubscriptionsOperationOptions) ToQuery() *client.QueryParams + type ListDriveRootSubscriptionsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Subscription + OData *odata.OData + type SubscriptionOperationPredicate struct + func (p SubscriptionOperationPredicate) Matches(input stable.Subscription) bool + type UpdateDriveRootSubscriptionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveRootSubscriptionOperationOptions() UpdateDriveRootSubscriptionOperationOptions + func (o UpdateDriveRootSubscriptionOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveRootSubscriptionOperationOptions) ToOData() *odata.Query + func (o UpdateDriveRootSubscriptionOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveRootSubscriptionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData