Documentation ¶
Index ¶
- type DirectoryObjectOperationPredicate
- type GetRegisteredDeviceOperationOptions
- type GetRegisteredDeviceOperationResponse
- type GetRegisteredDevicesCountOperationOptions
- type GetRegisteredDevicesCountOperationResponse
- type ListRegisteredDevicesCompleteResult
- type ListRegisteredDevicesCustomPager
- type ListRegisteredDevicesOperationOptions
- type ListRegisteredDevicesOperationResponse
- type RegisteredDeviceClient
- func (c RegisteredDeviceClient) GetRegisteredDevice(ctx context.Context, id stable.MeRegisteredDeviceId, ...) (result GetRegisteredDeviceOperationResponse, err error)
- func (c RegisteredDeviceClient) GetRegisteredDevicesCount(ctx context.Context, options GetRegisteredDevicesCountOperationOptions) (result GetRegisteredDevicesCountOperationResponse, err error)
- func (c RegisteredDeviceClient) ListRegisteredDevices(ctx context.Context, options ListRegisteredDevicesOperationOptions) (result ListRegisteredDevicesOperationResponse, err error)
- func (c RegisteredDeviceClient) ListRegisteredDevicesComplete(ctx context.Context, options ListRegisteredDevicesOperationOptions) (ListRegisteredDevicesCompleteResult, error)
- func (c RegisteredDeviceClient) ListRegisteredDevicesCompleteMatchingPredicate(ctx context.Context, options ListRegisteredDevicesOperationOptions, ...) (result ListRegisteredDevicesCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectoryObjectOperationPredicate ¶
type DirectoryObjectOperationPredicate struct { }
func (DirectoryObjectOperationPredicate) Matches ¶
func (p DirectoryObjectOperationPredicate) Matches(input stable.DirectoryObject) bool
type GetRegisteredDeviceOperationOptions ¶
type GetRegisteredDeviceOperationOptions struct { ConsistencyLevel *odata.ConsistencyLevel Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetRegisteredDeviceOperationOptions ¶
func DefaultGetRegisteredDeviceOperationOptions() GetRegisteredDeviceOperationOptions
func (GetRegisteredDeviceOperationOptions) ToHeaders ¶
func (o GetRegisteredDeviceOperationOptions) ToHeaders() *client.Headers
func (GetRegisteredDeviceOperationOptions) ToOData ¶
func (o GetRegisteredDeviceOperationOptions) ToOData() *odata.Query
func (GetRegisteredDeviceOperationOptions) ToQuery ¶
func (o GetRegisteredDeviceOperationOptions) ToQuery() *client.QueryParams
type GetRegisteredDevicesCountOperationOptions ¶
type GetRegisteredDevicesCountOperationOptions struct { ConsistencyLevel *odata.ConsistencyLevel Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetRegisteredDevicesCountOperationOptions ¶
func DefaultGetRegisteredDevicesCountOperationOptions() GetRegisteredDevicesCountOperationOptions
func (GetRegisteredDevicesCountOperationOptions) ToHeaders ¶
func (o GetRegisteredDevicesCountOperationOptions) ToHeaders() *client.Headers
func (GetRegisteredDevicesCountOperationOptions) ToOData ¶
func (o GetRegisteredDevicesCountOperationOptions) ToOData() *odata.Query
func (GetRegisteredDevicesCountOperationOptions) ToQuery ¶
func (o GetRegisteredDevicesCountOperationOptions) ToQuery() *client.QueryParams
type ListRegisteredDevicesCompleteResult ¶
type ListRegisteredDevicesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.DirectoryObject }
type ListRegisteredDevicesCustomPager ¶
func (*ListRegisteredDevicesCustomPager) NextPageLink ¶
func (p *ListRegisteredDevicesCustomPager) NextPageLink() *odata.Link
type ListRegisteredDevicesOperationOptions ¶
type ListRegisteredDevicesOperationOptions struct { ConsistencyLevel *odata.ConsistencyLevel 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 DefaultListRegisteredDevicesOperationOptions ¶
func DefaultListRegisteredDevicesOperationOptions() ListRegisteredDevicesOperationOptions
func (ListRegisteredDevicesOperationOptions) ToHeaders ¶
func (o ListRegisteredDevicesOperationOptions) ToHeaders() *client.Headers
func (ListRegisteredDevicesOperationOptions) ToOData ¶
func (o ListRegisteredDevicesOperationOptions) ToOData() *odata.Query
func (ListRegisteredDevicesOperationOptions) ToQuery ¶
func (o ListRegisteredDevicesOperationOptions) ToQuery() *client.QueryParams
type RegisteredDeviceClient ¶
func NewRegisteredDeviceClientWithBaseURI ¶
func NewRegisteredDeviceClientWithBaseURI(sdkApi sdkEnv.Api) (*RegisteredDeviceClient, error)
func (RegisteredDeviceClient) GetRegisteredDevice ¶
func (c RegisteredDeviceClient) GetRegisteredDevice(ctx context.Context, id stable.MeRegisteredDeviceId, options GetRegisteredDeviceOperationOptions) (result GetRegisteredDeviceOperationResponse, err error)
GetRegisteredDevice - Get registeredDevices from me. Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects.
func (RegisteredDeviceClient) GetRegisteredDevicesCount ¶
func (c RegisteredDeviceClient) GetRegisteredDevicesCount(ctx context.Context, options GetRegisteredDevicesCountOperationOptions) (result GetRegisteredDevicesCountOperationResponse, err error)
GetRegisteredDevicesCount - Get the number of the resource
func (RegisteredDeviceClient) ListRegisteredDevices ¶
func (c RegisteredDeviceClient) ListRegisteredDevices(ctx context.Context, options ListRegisteredDevicesOperationOptions) (result ListRegisteredDevicesOperationResponse, err error)
ListRegisteredDevices - List registeredDevices. Get the list of user's registered devices.
func (RegisteredDeviceClient) ListRegisteredDevicesComplete ¶
func (c RegisteredDeviceClient) ListRegisteredDevicesComplete(ctx context.Context, options ListRegisteredDevicesOperationOptions) (ListRegisteredDevicesCompleteResult, error)
ListRegisteredDevicesComplete retrieves all the results into a single object
func (RegisteredDeviceClient) ListRegisteredDevicesCompleteMatchingPredicate ¶
func (c RegisteredDeviceClient) ListRegisteredDevicesCompleteMatchingPredicate(ctx context.Context, options ListRegisteredDevicesOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListRegisteredDevicesCompleteResult, err error)
ListRegisteredDevicesCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.