drivelistsubscription

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 CreateDriveListSubscriptionOperationOptions

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

func DefaultCreateDriveListSubscriptionOperationOptions

func DefaultCreateDriveListSubscriptionOperationOptions() CreateDriveListSubscriptionOperationOptions

func (CreateDriveListSubscriptionOperationOptions) ToHeaders

func (CreateDriveListSubscriptionOperationOptions) ToOData

func (CreateDriveListSubscriptionOperationOptions) ToQuery

type CreateDriveListSubscriptionOperationResponse

type CreateDriveListSubscriptionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.Subscription
}

type CreateDriveListSubscriptionReauthorizeOperationOptions

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

func DefaultCreateDriveListSubscriptionReauthorizeOperationOptions

func DefaultCreateDriveListSubscriptionReauthorizeOperationOptions() CreateDriveListSubscriptionReauthorizeOperationOptions

func (CreateDriveListSubscriptionReauthorizeOperationOptions) ToHeaders

func (CreateDriveListSubscriptionReauthorizeOperationOptions) ToOData

func (CreateDriveListSubscriptionReauthorizeOperationOptions) ToQuery

type CreateDriveListSubscriptionReauthorizeOperationResponse

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

type DeleteDriveListSubscriptionOperationOptions

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

func DefaultDeleteDriveListSubscriptionOperationOptions

func DefaultDeleteDriveListSubscriptionOperationOptions() DeleteDriveListSubscriptionOperationOptions

func (DeleteDriveListSubscriptionOperationOptions) ToHeaders

func (DeleteDriveListSubscriptionOperationOptions) ToOData

func (DeleteDriveListSubscriptionOperationOptions) ToQuery

type DeleteDriveListSubscriptionOperationResponse

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

type DriveListSubscriptionClient

type DriveListSubscriptionClient struct {
	Client *msgraph.Client
}

func NewDriveListSubscriptionClientWithBaseURI

func NewDriveListSubscriptionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListSubscriptionClient, error)

func (DriveListSubscriptionClient) CreateDriveListSubscription

CreateDriveListSubscription - Create new navigation property to subscriptions for groups

func (DriveListSubscriptionClient) CreateDriveListSubscriptionReauthorize

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

func (DriveListSubscriptionClient) DeleteDriveListSubscription

DeleteDriveListSubscription - Delete navigation property subscriptions for groups

func (DriveListSubscriptionClient) GetDriveListSubscription

GetDriveListSubscription - Get subscriptions from groups. The set of subscriptions on the list.

func (DriveListSubscriptionClient) GetDriveListSubscriptionsCount

GetDriveListSubscriptionsCount - Get the number of the resource

func (DriveListSubscriptionClient) ListDriveListSubscriptions

ListDriveListSubscriptions - Get subscriptions from groups. The set of subscriptions on the list.

func (DriveListSubscriptionClient) ListDriveListSubscriptionsComplete

ListDriveListSubscriptionsComplete retrieves all the results into a single object

func (DriveListSubscriptionClient) ListDriveListSubscriptionsCompleteMatchingPredicate

ListDriveListSubscriptionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DriveListSubscriptionClient) UpdateDriveListSubscription

UpdateDriveListSubscription - Update the navigation property subscriptions in groups

type GetDriveListSubscriptionOperationOptions

type GetDriveListSubscriptionOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetDriveListSubscriptionOperationOptions

func DefaultGetDriveListSubscriptionOperationOptions() GetDriveListSubscriptionOperationOptions

func (GetDriveListSubscriptionOperationOptions) ToHeaders

func (GetDriveListSubscriptionOperationOptions) ToOData

func (GetDriveListSubscriptionOperationOptions) ToQuery

type GetDriveListSubscriptionOperationResponse

type GetDriveListSubscriptionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.Subscription
}

type GetDriveListSubscriptionsCountOperationOptions

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

func DefaultGetDriveListSubscriptionsCountOperationOptions

func DefaultGetDriveListSubscriptionsCountOperationOptions() GetDriveListSubscriptionsCountOperationOptions

func (GetDriveListSubscriptionsCountOperationOptions) ToHeaders

func (GetDriveListSubscriptionsCountOperationOptions) ToOData

func (GetDriveListSubscriptionsCountOperationOptions) ToQuery

type GetDriveListSubscriptionsCountOperationResponse

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

type ListDriveListSubscriptionsCompleteResult

type ListDriveListSubscriptionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.Subscription
}

type ListDriveListSubscriptionsCustomPager

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

type ListDriveListSubscriptionsOperationOptions

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

func DefaultListDriveListSubscriptionsOperationOptions() ListDriveListSubscriptionsOperationOptions

func (ListDriveListSubscriptionsOperationOptions) ToHeaders

func (ListDriveListSubscriptionsOperationOptions) ToOData

func (ListDriveListSubscriptionsOperationOptions) ToQuery

type ListDriveListSubscriptionsOperationResponse

type ListDriveListSubscriptionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.Subscription
}

type SubscriptionOperationPredicate

type SubscriptionOperationPredicate struct {
}

func (SubscriptionOperationPredicate) Matches

type UpdateDriveListSubscriptionOperationOptions

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

func DefaultUpdateDriveListSubscriptionOperationOptions

func DefaultUpdateDriveListSubscriptionOperationOptions() UpdateDriveListSubscriptionOperationOptions

func (UpdateDriveListSubscriptionOperationOptions) ToHeaders

func (UpdateDriveListSubscriptionOperationOptions) ToOData

func (UpdateDriveListSubscriptionOperationOptions) ToQuery

type UpdateDriveListSubscriptionOperationResponse

type UpdateDriveListSubscriptionOperationResponse 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