driverootsubscription

package
v0.20241111.1164443 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

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 (CreateDriveRootSubscriptionOperationOptions) ToOData

func (CreateDriveRootSubscriptionOperationOptions) ToQuery

type CreateDriveRootSubscriptionOperationResponse

type CreateDriveRootSubscriptionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.Subscription
}

type CreateDriveRootSubscriptionReauthorizeOperationOptions

type CreateDriveRootSubscriptionReauthorizeOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateDriveRootSubscriptionReauthorizeOperationOptions

func DefaultCreateDriveRootSubscriptionReauthorizeOperationOptions() CreateDriveRootSubscriptionReauthorizeOperationOptions

func (CreateDriveRootSubscriptionReauthorizeOperationOptions) ToHeaders

func (CreateDriveRootSubscriptionReauthorizeOperationOptions) ToOData

func (CreateDriveRootSubscriptionReauthorizeOperationOptions) ToQuery

type CreateDriveRootSubscriptionReauthorizeOperationResponse

type CreateDriveRootSubscriptionReauthorizeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type DeleteDriveRootSubscriptionOperationOptions

type DeleteDriveRootSubscriptionOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteDriveRootSubscriptionOperationOptions

func DefaultDeleteDriveRootSubscriptionOperationOptions() DeleteDriveRootSubscriptionOperationOptions

func (DeleteDriveRootSubscriptionOperationOptions) ToHeaders

func (DeleteDriveRootSubscriptionOperationOptions) ToOData

func (DeleteDriveRootSubscriptionOperationOptions) ToQuery

type DeleteDriveRootSubscriptionOperationResponse

type DeleteDriveRootSubscriptionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type DriveRootSubscriptionClient

type DriveRootSubscriptionClient struct {
	Client *msgraph.Client
}

func NewDriveRootSubscriptionClientWithBaseURI

func NewDriveRootSubscriptionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootSubscriptionClient, error)

func (DriveRootSubscriptionClient) CreateDriveRootSubscription

CreateDriveRootSubscription - Create new navigation property to subscriptions for groups

func (DriveRootSubscriptionClient) CreateDriveRootSubscriptionReauthorize

CreateDriveRootSubscriptionReauthorize - Invoke action reauthorize. Reauthorize a subscription when you receive a reauthorizationRequired challenge.

func (DriveRootSubscriptionClient) DeleteDriveRootSubscription

DeleteDriveRootSubscription - Delete navigation property subscriptions for groups

func (DriveRootSubscriptionClient) GetDriveRootSubscription

GetDriveRootSubscription - Get subscriptions from groups. The set of subscriptions on the item. Only supported on the root of a drive.

func (DriveRootSubscriptionClient) GetDriveRootSubscriptionsCount

GetDriveRootSubscriptionsCount - Get the number of the resource

func (DriveRootSubscriptionClient) ListDriveRootSubscriptions

ListDriveRootSubscriptions - Get subscriptions from groups. The set of subscriptions on the item. Only supported on the root of a drive.

func (DriveRootSubscriptionClient) ListDriveRootSubscriptionsComplete

ListDriveRootSubscriptionsComplete retrieves all the results into a single object

func (DriveRootSubscriptionClient) ListDriveRootSubscriptionsCompleteMatchingPredicate

ListDriveRootSubscriptionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DriveRootSubscriptionClient) UpdateDriveRootSubscription

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 (GetDriveRootSubscriptionOperationOptions) ToOData

func (GetDriveRootSubscriptionOperationOptions) ToQuery

type GetDriveRootSubscriptionOperationResponse

type GetDriveRootSubscriptionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.Subscription
}

type GetDriveRootSubscriptionsCountOperationOptions

type GetDriveRootSubscriptionsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetDriveRootSubscriptionsCountOperationOptions

func DefaultGetDriveRootSubscriptionsCountOperationOptions() GetDriveRootSubscriptionsCountOperationOptions

func (GetDriveRootSubscriptionsCountOperationOptions) ToHeaders

func (GetDriveRootSubscriptionsCountOperationOptions) ToOData

func (GetDriveRootSubscriptionsCountOperationOptions) ToQuery

type GetDriveRootSubscriptionsCountOperationResponse

type GetDriveRootSubscriptionsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListDriveRootSubscriptionsCompleteResult

type ListDriveRootSubscriptionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.Subscription
}

type ListDriveRootSubscriptionsCustomPager

type ListDriveRootSubscriptionsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

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 (ListDriveRootSubscriptionsOperationOptions) ToOData

func (ListDriveRootSubscriptionsOperationOptions) ToQuery

type ListDriveRootSubscriptionsOperationResponse

type ListDriveRootSubscriptionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.Subscription
}

type SubscriptionOperationPredicate

type SubscriptionOperationPredicate struct {
}

func (SubscriptionOperationPredicate) Matches

type UpdateDriveRootSubscriptionOperationOptions

type UpdateDriveRootSubscriptionOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateDriveRootSubscriptionOperationOptions

func DefaultUpdateDriveRootSubscriptionOperationOptions() UpdateDriveRootSubscriptionOperationOptions

func (UpdateDriveRootSubscriptionOperationOptions) ToHeaders

func (UpdateDriveRootSubscriptionOperationOptions) ToOData

func (UpdateDriveRootSubscriptionOperationOptions) ToQuery

type UpdateDriveRootSubscriptionOperationResponse

type UpdateDriveRootSubscriptionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL