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 CreateDriveListSubscriptionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveListSubscriptionOperationOptions() CreateDriveListSubscriptionOperationOptions + func (o CreateDriveListSubscriptionOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveListSubscriptionOperationOptions) ToOData() *odata.Query + func (o CreateDriveListSubscriptionOperationOptions) ToQuery() *client.QueryParams + type CreateDriveListSubscriptionOperationResponse struct + HttpResponse *http.Response + Model *stable.Subscription + OData *odata.OData + type CreateDriveListSubscriptionReauthorizeOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveListSubscriptionReauthorizeOperationOptions() CreateDriveListSubscriptionReauthorizeOperationOptions + func (o CreateDriveListSubscriptionReauthorizeOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveListSubscriptionReauthorizeOperationOptions) ToOData() *odata.Query + func (o CreateDriveListSubscriptionReauthorizeOperationOptions) ToQuery() *client.QueryParams + type CreateDriveListSubscriptionReauthorizeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeleteDriveListSubscriptionOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveListSubscriptionOperationOptions() DeleteDriveListSubscriptionOperationOptions + func (o DeleteDriveListSubscriptionOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveListSubscriptionOperationOptions) ToOData() *odata.Query + func (o DeleteDriveListSubscriptionOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveListSubscriptionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveListSubscriptionClient struct + Client *msgraph.Client + func NewDriveListSubscriptionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListSubscriptionClient, error) + func (c DriveListSubscriptionClient) CreateDriveListSubscription(ctx context.Context, id stable.GroupIdDriveId, input stable.Subscription, ...) (result CreateDriveListSubscriptionOperationResponse, err error) + func (c DriveListSubscriptionClient) CreateDriveListSubscriptionReauthorize(ctx context.Context, id stable.GroupIdDriveIdListSubscriptionId, ...) (result CreateDriveListSubscriptionReauthorizeOperationResponse, err error) + func (c DriveListSubscriptionClient) DeleteDriveListSubscription(ctx context.Context, id stable.GroupIdDriveIdListSubscriptionId, ...) (result DeleteDriveListSubscriptionOperationResponse, err error) + func (c DriveListSubscriptionClient) GetDriveListSubscription(ctx context.Context, id stable.GroupIdDriveIdListSubscriptionId, ...) (result GetDriveListSubscriptionOperationResponse, err error) + func (c DriveListSubscriptionClient) GetDriveListSubscriptionsCount(ctx context.Context, id stable.GroupIdDriveId, ...) (result GetDriveListSubscriptionsCountOperationResponse, err error) + func (c DriveListSubscriptionClient) ListDriveListSubscriptions(ctx context.Context, id stable.GroupIdDriveId, ...) (result ListDriveListSubscriptionsOperationResponse, err error) + func (c DriveListSubscriptionClient) ListDriveListSubscriptionsComplete(ctx context.Context, id stable.GroupIdDriveId, ...) (ListDriveListSubscriptionsCompleteResult, error) + func (c DriveListSubscriptionClient) ListDriveListSubscriptionsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdDriveId, ...) (result ListDriveListSubscriptionsCompleteResult, err error) + func (c DriveListSubscriptionClient) UpdateDriveListSubscription(ctx context.Context, id stable.GroupIdDriveIdListSubscriptionId, ...) (result UpdateDriveListSubscriptionOperationResponse, err error) + type GetDriveListSubscriptionOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveListSubscriptionOperationOptions() GetDriveListSubscriptionOperationOptions + func (o GetDriveListSubscriptionOperationOptions) ToHeaders() *client.Headers + func (o GetDriveListSubscriptionOperationOptions) ToOData() *odata.Query + func (o GetDriveListSubscriptionOperationOptions) ToQuery() *client.QueryParams + type GetDriveListSubscriptionOperationResponse struct + HttpResponse *http.Response + Model *stable.Subscription + OData *odata.OData + type GetDriveListSubscriptionsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDriveListSubscriptionsCountOperationOptions() GetDriveListSubscriptionsCountOperationOptions + func (o GetDriveListSubscriptionsCountOperationOptions) ToHeaders() *client.Headers + func (o GetDriveListSubscriptionsCountOperationOptions) ToOData() *odata.Query + func (o GetDriveListSubscriptionsCountOperationOptions) ToQuery() *client.QueryParams + type GetDriveListSubscriptionsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDriveListSubscriptionsCompleteResult struct + Items []stable.Subscription + LatestHttpResponse *http.Response + type ListDriveListSubscriptionsCustomPager struct + NextLink *odata.Link + func (p *ListDriveListSubscriptionsCustomPager) NextPageLink() *odata.Link + type ListDriveListSubscriptionsOperationOptions 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 DefaultListDriveListSubscriptionsOperationOptions() ListDriveListSubscriptionsOperationOptions + func (o ListDriveListSubscriptionsOperationOptions) ToHeaders() *client.Headers + func (o ListDriveListSubscriptionsOperationOptions) ToOData() *odata.Query + func (o ListDriveListSubscriptionsOperationOptions) ToQuery() *client.QueryParams + type ListDriveListSubscriptionsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Subscription + OData *odata.OData + type SubscriptionOperationPredicate struct + func (p SubscriptionOperationPredicate) Matches(input stable.Subscription) bool + type UpdateDriveListSubscriptionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveListSubscriptionOperationOptions() UpdateDriveListSubscriptionOperationOptions + func (o UpdateDriveListSubscriptionOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveListSubscriptionOperationOptions) ToOData() *odata.Query + func (o UpdateDriveListSubscriptionOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveListSubscriptionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData