Uses of Class
com.mypurecloud.sdk.v2.api.request.GetMobiledevicesRequest
Packages that use GetMobiledevicesRequest
-
Uses of GetMobiledevicesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetMobiledevicesRequestModifier and TypeMethodDescriptionMobileDevicesApi.getMobiledevices(GetMobiledevicesRequest request) Get a list of all devices.MobileDevicesApiAsync.getMobiledevicesAsync(GetMobiledevicesRequest request, AsyncApiCallback<DirectoryUserDevicesListing> callback) Get a list of all devices. -
Uses of GetMobiledevicesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetMobiledevicesRequestModifier and TypeMethodDescriptionGetMobiledevicesRequest.Builder.build()GetMobiledevicesRequest.withCustomHeader(String name, String value) GetMobiledevicesRequest.withPageNumber(Integer pageNumber) GetMobiledevicesRequest.withPageSize(Integer pageSize) GetMobiledevicesRequest.withSortOrder(String sortOrder)