owneddevice

package
v0.20241009.1142232 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

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

func (GetOwnedDeviceOperationOptions) ToQuery

type GetOwnedDeviceOperationResponse

type GetOwnedDeviceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.DirectoryObject
}

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

func (GetOwnedDevicesCountOperationOptions) ToQuery

type GetOwnedDevicesCountOperationResponse

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

type ListOwnedDevicesCompleteResult

type ListOwnedDevicesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DirectoryObject
}

type ListOwnedDevicesCustomPager

type ListOwnedDevicesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
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 (ListOwnedDevicesOperationOptions) ToOData

func (ListOwnedDevicesOperationOptions) ToQuery

type ListOwnedDevicesOperationResponse

type ListOwnedDevicesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DirectoryObject
}

type OwnedDeviceClient

type OwnedDeviceClient struct {
	Client *msgraph.Client
}

func NewOwnedDeviceClientWithBaseURI

func NewOwnedDeviceClientWithBaseURI(sdkApi sdkEnv.Api) (*OwnedDeviceClient, error)

func (OwnedDeviceClient) GetOwnedDevice

GetOwnedDevice - Get ownedDevices from me. Devices owned by the user. Read-only. Nullable. Supports $expand.

func (OwnedDeviceClient) GetOwnedDevicesCount

GetOwnedDevicesCount - Get the number of the resource

func (OwnedDeviceClient) ListOwnedDevices

ListOwnedDevices - List ownedDevices. Get the list of devices that are owned by the user.

func (OwnedDeviceClient) ListOwnedDevicesComplete

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

Jump to

Keyboard shortcuts

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