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 CreateDriveItemSubscriptionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveItemSubscriptionOperationOptions() CreateDriveItemSubscriptionOperationOptions + func (o CreateDriveItemSubscriptionOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveItemSubscriptionOperationOptions) ToOData() *odata.Query + func (o CreateDriveItemSubscriptionOperationOptions) ToQuery() *client.QueryParams + type CreateDriveItemSubscriptionOperationResponse struct + HttpResponse *http.Response + Model *beta.Subscription + OData *odata.OData + type CreateDriveItemSubscriptionReauthorizeOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveItemSubscriptionReauthorizeOperationOptions() CreateDriveItemSubscriptionReauthorizeOperationOptions + func (o CreateDriveItemSubscriptionReauthorizeOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveItemSubscriptionReauthorizeOperationOptions) ToOData() *odata.Query + func (o CreateDriveItemSubscriptionReauthorizeOperationOptions) ToQuery() *client.QueryParams + type CreateDriveItemSubscriptionReauthorizeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeleteDriveItemSubscriptionOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveItemSubscriptionOperationOptions() DeleteDriveItemSubscriptionOperationOptions + func (o DeleteDriveItemSubscriptionOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveItemSubscriptionOperationOptions) ToOData() *odata.Query + func (o DeleteDriveItemSubscriptionOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveItemSubscriptionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveItemSubscriptionClient struct + Client *msgraph.Client + func NewDriveItemSubscriptionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemSubscriptionClient, error) + func (c DriveItemSubscriptionClient) CreateDriveItemSubscription(ctx context.Context, id beta.GroupIdDriveIdItemId, input beta.Subscription, ...) (result CreateDriveItemSubscriptionOperationResponse, err error) + func (c DriveItemSubscriptionClient) CreateDriveItemSubscriptionReauthorize(ctx context.Context, id beta.GroupIdDriveIdItemIdSubscriptionId, ...) (result CreateDriveItemSubscriptionReauthorizeOperationResponse, err error) + func (c DriveItemSubscriptionClient) DeleteDriveItemSubscription(ctx context.Context, id beta.GroupIdDriveIdItemIdSubscriptionId, ...) (result DeleteDriveItemSubscriptionOperationResponse, err error) + func (c DriveItemSubscriptionClient) GetDriveItemSubscription(ctx context.Context, id beta.GroupIdDriveIdItemIdSubscriptionId, ...) (result GetDriveItemSubscriptionOperationResponse, err error) + func (c DriveItemSubscriptionClient) GetDriveItemSubscriptionsCount(ctx context.Context, id beta.GroupIdDriveIdItemId, ...) (result GetDriveItemSubscriptionsCountOperationResponse, err error) + func (c DriveItemSubscriptionClient) ListDriveItemSubscriptions(ctx context.Context, id beta.GroupIdDriveIdItemId, ...) (result ListDriveItemSubscriptionsOperationResponse, err error) + func (c DriveItemSubscriptionClient) ListDriveItemSubscriptionsComplete(ctx context.Context, id beta.GroupIdDriveIdItemId, ...) (ListDriveItemSubscriptionsCompleteResult, error) + func (c DriveItemSubscriptionClient) ListDriveItemSubscriptionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveIdItemId, ...) (result ListDriveItemSubscriptionsCompleteResult, err error) + func (c DriveItemSubscriptionClient) UpdateDriveItemSubscription(ctx context.Context, id beta.GroupIdDriveIdItemIdSubscriptionId, ...) (result UpdateDriveItemSubscriptionOperationResponse, err error) + type GetDriveItemSubscriptionOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveItemSubscriptionOperationOptions() GetDriveItemSubscriptionOperationOptions + func (o GetDriveItemSubscriptionOperationOptions) ToHeaders() *client.Headers + func (o GetDriveItemSubscriptionOperationOptions) ToOData() *odata.Query + func (o GetDriveItemSubscriptionOperationOptions) ToQuery() *client.QueryParams + type GetDriveItemSubscriptionOperationResponse struct + HttpResponse *http.Response + Model *beta.Subscription + OData *odata.OData + type GetDriveItemSubscriptionsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDriveItemSubscriptionsCountOperationOptions() GetDriveItemSubscriptionsCountOperationOptions + func (o GetDriveItemSubscriptionsCountOperationOptions) ToHeaders() *client.Headers + func (o GetDriveItemSubscriptionsCountOperationOptions) ToOData() *odata.Query + func (o GetDriveItemSubscriptionsCountOperationOptions) ToQuery() *client.QueryParams + type GetDriveItemSubscriptionsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDriveItemSubscriptionsCompleteResult struct + Items []beta.Subscription + LatestHttpResponse *http.Response + type ListDriveItemSubscriptionsCustomPager struct + NextLink *odata.Link + func (p *ListDriveItemSubscriptionsCustomPager) NextPageLink() *odata.Link + type ListDriveItemSubscriptionsOperationOptions 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 DefaultListDriveItemSubscriptionsOperationOptions() ListDriveItemSubscriptionsOperationOptions + func (o ListDriveItemSubscriptionsOperationOptions) ToHeaders() *client.Headers + func (o ListDriveItemSubscriptionsOperationOptions) ToOData() *odata.Query + func (o ListDriveItemSubscriptionsOperationOptions) ToQuery() *client.QueryParams + type ListDriveItemSubscriptionsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.Subscription + OData *odata.OData + type SubscriptionOperationPredicate struct + func (p SubscriptionOperationPredicate) Matches(input beta.Subscription) bool + type UpdateDriveItemSubscriptionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveItemSubscriptionOperationOptions() UpdateDriveItemSubscriptionOperationOptions + func (o UpdateDriveItemSubscriptionOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveItemSubscriptionOperationOptions) ToOData() *odata.Query + func (o UpdateDriveItemSubscriptionOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveItemSubscriptionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData