Documentation ¶
Index ¶
- type GetManagedAppRegistrationOperationOptions
- type GetManagedAppRegistrationOperationResponse
- type GetManagedAppRegistrationsCountOperationOptions
- type GetManagedAppRegistrationsCountOperationResponse
- type ListManagedAppRegistrationsCompleteResult
- type ListManagedAppRegistrationsCustomPager
- type ListManagedAppRegistrationsOperationOptions
- type ListManagedAppRegistrationsOperationResponse
- type ManagedAppRegistrationClient
- func (c ManagedAppRegistrationClient) GetManagedAppRegistration(ctx context.Context, id stable.UserIdManagedAppRegistrationId, ...) (result GetManagedAppRegistrationOperationResponse, err error)
- func (c ManagedAppRegistrationClient) GetManagedAppRegistrationsCount(ctx context.Context, id stable.UserId, ...) (result GetManagedAppRegistrationsCountOperationResponse, err error)
- func (c ManagedAppRegistrationClient) ListManagedAppRegistrations(ctx context.Context, id stable.UserId, ...) (result ListManagedAppRegistrationsOperationResponse, err error)
- func (c ManagedAppRegistrationClient) ListManagedAppRegistrationsComplete(ctx context.Context, id stable.UserId, ...) (ListManagedAppRegistrationsCompleteResult, error)
- func (c ManagedAppRegistrationClient) ListManagedAppRegistrationsCompleteMatchingPredicate(ctx context.Context, id stable.UserId, ...) (result ListManagedAppRegistrationsCompleteResult, err error)
- type ManagedAppRegistrationOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetManagedAppRegistrationOperationOptions ¶
type GetManagedAppRegistrationOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetManagedAppRegistrationOperationOptions ¶
func DefaultGetManagedAppRegistrationOperationOptions() GetManagedAppRegistrationOperationOptions
func (GetManagedAppRegistrationOperationOptions) ToHeaders ¶
func (o GetManagedAppRegistrationOperationOptions) ToHeaders() *client.Headers
func (GetManagedAppRegistrationOperationOptions) ToOData ¶
func (o GetManagedAppRegistrationOperationOptions) ToOData() *odata.Query
func (GetManagedAppRegistrationOperationOptions) ToQuery ¶
func (o GetManagedAppRegistrationOperationOptions) ToQuery() *client.QueryParams
type GetManagedAppRegistrationsCountOperationOptions ¶
type GetManagedAppRegistrationsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetManagedAppRegistrationsCountOperationOptions ¶
func DefaultGetManagedAppRegistrationsCountOperationOptions() GetManagedAppRegistrationsCountOperationOptions
func (GetManagedAppRegistrationsCountOperationOptions) ToHeaders ¶
func (o GetManagedAppRegistrationsCountOperationOptions) ToHeaders() *client.Headers
func (GetManagedAppRegistrationsCountOperationOptions) ToOData ¶
func (o GetManagedAppRegistrationsCountOperationOptions) ToOData() *odata.Query
func (GetManagedAppRegistrationsCountOperationOptions) ToQuery ¶
func (o GetManagedAppRegistrationsCountOperationOptions) ToQuery() *client.QueryParams
type ListManagedAppRegistrationsCompleteResult ¶
type ListManagedAppRegistrationsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.ManagedAppRegistration }
type ListManagedAppRegistrationsCustomPager ¶
type ListManagedAppRegistrationsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListManagedAppRegistrationsCustomPager) NextPageLink ¶
func (p *ListManagedAppRegistrationsCustomPager) NextPageLink() *odata.Link
type ListManagedAppRegistrationsOperationOptions ¶
type ListManagedAppRegistrationsOperationOptions 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 DefaultListManagedAppRegistrationsOperationOptions ¶
func DefaultListManagedAppRegistrationsOperationOptions() ListManagedAppRegistrationsOperationOptions
func (ListManagedAppRegistrationsOperationOptions) ToHeaders ¶
func (o ListManagedAppRegistrationsOperationOptions) ToHeaders() *client.Headers
func (ListManagedAppRegistrationsOperationOptions) ToOData ¶
func (o ListManagedAppRegistrationsOperationOptions) ToOData() *odata.Query
func (ListManagedAppRegistrationsOperationOptions) ToQuery ¶
func (o ListManagedAppRegistrationsOperationOptions) ToQuery() *client.QueryParams
type ManagedAppRegistrationClient ¶
func NewManagedAppRegistrationClientWithBaseURI ¶
func NewManagedAppRegistrationClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedAppRegistrationClient, error)
func (ManagedAppRegistrationClient) GetManagedAppRegistration ¶
func (c ManagedAppRegistrationClient) GetManagedAppRegistration(ctx context.Context, id stable.UserIdManagedAppRegistrationId, options GetManagedAppRegistrationOperationOptions) (result GetManagedAppRegistrationOperationResponse, err error)
GetManagedAppRegistration - Get managedAppRegistrations from users. Zero or more managed app registrations that belong to the user.
func (ManagedAppRegistrationClient) GetManagedAppRegistrationsCount ¶
func (c ManagedAppRegistrationClient) GetManagedAppRegistrationsCount(ctx context.Context, id stable.UserId, options GetManagedAppRegistrationsCountOperationOptions) (result GetManagedAppRegistrationsCountOperationResponse, err error)
GetManagedAppRegistrationsCount - Get the number of the resource
func (ManagedAppRegistrationClient) ListManagedAppRegistrations ¶
func (c ManagedAppRegistrationClient) ListManagedAppRegistrations(ctx context.Context, id stable.UserId, options ListManagedAppRegistrationsOperationOptions) (result ListManagedAppRegistrationsOperationResponse, err error)
ListManagedAppRegistrations - Get managedAppRegistrations from users. Zero or more managed app registrations that belong to the user.
func (ManagedAppRegistrationClient) ListManagedAppRegistrationsComplete ¶
func (c ManagedAppRegistrationClient) ListManagedAppRegistrationsComplete(ctx context.Context, id stable.UserId, options ListManagedAppRegistrationsOperationOptions) (ListManagedAppRegistrationsCompleteResult, error)
ListManagedAppRegistrationsComplete retrieves all the results into a single object
func (ManagedAppRegistrationClient) ListManagedAppRegistrationsCompleteMatchingPredicate ¶
func (c ManagedAppRegistrationClient) ListManagedAppRegistrationsCompleteMatchingPredicate(ctx context.Context, id stable.UserId, options ListManagedAppRegistrationsOperationOptions, predicate ManagedAppRegistrationOperationPredicate) (result ListManagedAppRegistrationsCompleteResult, err error)
ListManagedAppRegistrationsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ManagedAppRegistrationOperationPredicate ¶
type ManagedAppRegistrationOperationPredicate struct { }
func (ManagedAppRegistrationOperationPredicate) Matches ¶
func (p ManagedAppRegistrationOperationPredicate) Matches(input stable.ManagedAppRegistration) bool
Click to show internal directories.
Click to hide internal directories.