Documentation ¶
Index ¶
- type DirectoryObjectOperationPredicate
- type GetOwnedDeviceOperationOptions
- type GetOwnedDeviceOperationResponse
- type GetOwnedDevicesCountOperationOptions
- type GetOwnedDevicesCountOperationResponse
- type ListOwnedDevicesCompleteResult
- type ListOwnedDevicesCustomPager
- type ListOwnedDevicesOperationOptions
- type ListOwnedDevicesOperationResponse
- type OwnedDeviceClient
- func (c OwnedDeviceClient) GetOwnedDevice(ctx context.Context, id stable.MeOwnedDeviceId, ...) (result GetOwnedDeviceOperationResponse, err error)
- func (c OwnedDeviceClient) GetOwnedDevicesCount(ctx context.Context, options GetOwnedDevicesCountOperationOptions) (result GetOwnedDevicesCountOperationResponse, err error)
- func (c OwnedDeviceClient) ListOwnedDevices(ctx context.Context, options ListOwnedDevicesOperationOptions) (result ListOwnedDevicesOperationResponse, err error)
- func (c OwnedDeviceClient) ListOwnedDevicesComplete(ctx context.Context, options ListOwnedDevicesOperationOptions) (ListOwnedDevicesCompleteResult, error)
- func (c OwnedDeviceClient) ListOwnedDevicesCompleteMatchingPredicate(ctx context.Context, options ListOwnedDevicesOperationOptions, ...) (result ListOwnedDevicesCompleteResult, 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 GetOwnedDeviceOperationOptions ¶
type GetOwnedDeviceOperationOptions struct { ConsistencyLevel *odata.ConsistencyLevel Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetOwnedDeviceOperationOptions ¶
func DefaultGetOwnedDeviceOperationOptions() GetOwnedDeviceOperationOptions
func (GetOwnedDeviceOperationOptions) ToHeaders ¶
func (o GetOwnedDeviceOperationOptions) ToHeaders() *client.Headers
func (GetOwnedDeviceOperationOptions) ToOData ¶
func (o GetOwnedDeviceOperationOptions) ToOData() *odata.Query
func (GetOwnedDeviceOperationOptions) ToQuery ¶
func (o GetOwnedDeviceOperationOptions) ToQuery() *client.QueryParams
type GetOwnedDevicesCountOperationOptions ¶
type GetOwnedDevicesCountOperationOptions struct { ConsistencyLevel *odata.ConsistencyLevel Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetOwnedDevicesCountOperationOptions ¶
func DefaultGetOwnedDevicesCountOperationOptions() GetOwnedDevicesCountOperationOptions
func (GetOwnedDevicesCountOperationOptions) ToHeaders ¶
func (o GetOwnedDevicesCountOperationOptions) ToHeaders() *client.Headers
func (GetOwnedDevicesCountOperationOptions) ToOData ¶
func (o GetOwnedDevicesCountOperationOptions) ToOData() *odata.Query
func (GetOwnedDevicesCountOperationOptions) ToQuery ¶
func (o GetOwnedDevicesCountOperationOptions) ToQuery() *client.QueryParams
type ListOwnedDevicesCompleteResult ¶
type ListOwnedDevicesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.DirectoryObject }
type ListOwnedDevicesCustomPager ¶
func (*ListOwnedDevicesCustomPager) NextPageLink ¶
func (p *ListOwnedDevicesCustomPager) NextPageLink() *odata.Link
type ListOwnedDevicesOperationOptions ¶
type ListOwnedDevicesOperationOptions 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 DefaultListOwnedDevicesOperationOptions ¶
func DefaultListOwnedDevicesOperationOptions() ListOwnedDevicesOperationOptions
func (ListOwnedDevicesOperationOptions) ToHeaders ¶
func (o ListOwnedDevicesOperationOptions) ToHeaders() *client.Headers
func (ListOwnedDevicesOperationOptions) ToOData ¶
func (o ListOwnedDevicesOperationOptions) ToOData() *odata.Query
func (ListOwnedDevicesOperationOptions) ToQuery ¶
func (o ListOwnedDevicesOperationOptions) ToQuery() *client.QueryParams
type OwnedDeviceClient ¶
func NewOwnedDeviceClientWithBaseURI ¶
func NewOwnedDeviceClientWithBaseURI(sdkApi sdkEnv.Api) (*OwnedDeviceClient, error)
func (OwnedDeviceClient) GetOwnedDevice ¶
func (c OwnedDeviceClient) GetOwnedDevice(ctx context.Context, id stable.MeOwnedDeviceId, options GetOwnedDeviceOperationOptions) (result GetOwnedDeviceOperationResponse, err error)
GetOwnedDevice - Get ownedDevices from me. Devices the user owns. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).
func (OwnedDeviceClient) GetOwnedDevicesCount ¶
func (c OwnedDeviceClient) GetOwnedDevicesCount(ctx context.Context, options GetOwnedDevicesCountOperationOptions) (result GetOwnedDevicesCountOperationResponse, err error)
GetOwnedDevicesCount - Get the number of the resource
func (OwnedDeviceClient) ListOwnedDevices ¶
func (c OwnedDeviceClient) ListOwnedDevices(ctx context.Context, options ListOwnedDevicesOperationOptions) (result ListOwnedDevicesOperationResponse, err error)
ListOwnedDevices - List ownedDevices. Get the list of devices that are owned by the user.
func (OwnedDeviceClient) ListOwnedDevicesComplete ¶
func (c OwnedDeviceClient) ListOwnedDevicesComplete(ctx context.Context, options ListOwnedDevicesOperationOptions) (ListOwnedDevicesCompleteResult, error)
ListOwnedDevicesComplete retrieves all the results into a single object
func (OwnedDeviceClient) ListOwnedDevicesCompleteMatchingPredicate ¶
func (c OwnedDeviceClient) ListOwnedDevicesCompleteMatchingPredicate(ctx context.Context, options ListOwnedDevicesOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListOwnedDevicesCompleteResult, err error)
ListOwnedDevicesCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.