Uses of Class
com.mypurecloud.sdk.v2.model.UserDevice
Packages that use UserDevice
Package
Description
-
Uses of UserDevice in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return UserDeviceModifier and TypeMethodDescriptionMobileDevicesApi.getMobiledevice(GetMobiledeviceRequest request) Get deviceMobileDevicesApi.getMobiledevice(String deviceId) Get deviceMobileDevicesApi.postMobiledevices(PostMobiledevicesRequest request) Create User deviceMobileDevicesApi.postMobiledevices(UserDevice body) Create User deviceMobileDevicesApi.putMobiledevice(PutMobiledeviceRequest request) Update deviceMobileDevicesApi.putMobiledevice(String deviceId, UserDevice body) Update deviceMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type UserDeviceModifier and TypeMethodDescriptionMobileDevicesApi.getMobiledevice(ApiRequest<Void> request) Get deviceMobileDevicesApiAsync.getMobiledeviceAsync(GetMobiledeviceRequest request, AsyncApiCallback<UserDevice> callback) Get deviceMobileDevicesApiAsync.getMobiledeviceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserDevice>> callback) Get deviceMobileDevicesApi.getMobiledeviceWithHttpInfo(String deviceId) Get deviceMobileDevicesApi.postMobiledevices(ApiRequest<UserDevice> request) Create User deviceMobileDevicesApiAsync.postMobiledevicesAsync(PostMobiledevicesRequest request, AsyncApiCallback<UserDevice> callback) Create User deviceMobileDevicesApiAsync.postMobiledevicesAsync(ApiRequest<UserDevice> request, AsyncApiCallback<ApiResponse<UserDevice>> callback) Create User deviceMobileDevicesApi.postMobiledevicesWithHttpInfo(UserDevice body) Create User deviceMobileDevicesApi.putMobiledevice(ApiRequest<UserDevice> request) Update deviceMobileDevicesApiAsync.putMobiledeviceAsync(PutMobiledeviceRequest request, AsyncApiCallback<UserDevice> callback) Update deviceMobileDevicesApiAsync.putMobiledeviceAsync(ApiRequest<UserDevice> request, AsyncApiCallback<ApiResponse<UserDevice>> callback) Update deviceMobileDevicesApi.putMobiledeviceWithHttpInfo(String deviceId, UserDevice body) Update deviceMethods in com.mypurecloud.sdk.v2.api with parameters of type UserDeviceModifier and TypeMethodDescriptionMobileDevicesApi.postMobiledevices(UserDevice body) Create User deviceMobileDevicesApi.postMobiledevicesWithHttpInfo(UserDevice body) Create User deviceMobileDevicesApi.putMobiledevice(String deviceId, UserDevice body) Update deviceMobileDevicesApi.putMobiledeviceWithHttpInfo(String deviceId, UserDevice body) Update deviceMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UserDeviceModifier and TypeMethodDescriptionMobileDevicesApiAsync.getMobiledeviceAsync(GetMobiledeviceRequest request, AsyncApiCallback<UserDevice> callback) Get deviceMobileDevicesApiAsync.getMobiledeviceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserDevice>> callback) Get deviceMobileDevicesApi.postMobiledevices(ApiRequest<UserDevice> request) Create User deviceMobileDevicesApiAsync.postMobiledevicesAsync(PostMobiledevicesRequest request, AsyncApiCallback<UserDevice> callback) Create User deviceMobileDevicesApiAsync.postMobiledevicesAsync(ApiRequest<UserDevice> request, AsyncApiCallback<ApiResponse<UserDevice>> callback) Create User deviceMobileDevicesApiAsync.postMobiledevicesAsync(ApiRequest<UserDevice> request, AsyncApiCallback<ApiResponse<UserDevice>> callback) Create User deviceMobileDevicesApi.putMobiledevice(ApiRequest<UserDevice> request) Update deviceMobileDevicesApiAsync.putMobiledeviceAsync(PutMobiledeviceRequest request, AsyncApiCallback<UserDevice> callback) Update deviceMobileDevicesApiAsync.putMobiledeviceAsync(ApiRequest<UserDevice> request, AsyncApiCallback<ApiResponse<UserDevice>> callback) Update deviceMobileDevicesApiAsync.putMobiledeviceAsync(ApiRequest<UserDevice> request, AsyncApiCallback<ApiResponse<UserDevice>> callback) Update device -
Uses of UserDevice in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UserDeviceModifier and TypeMethodDescriptionPostMobiledevicesRequest.getBody()PutMobiledeviceRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UserDeviceModifier and TypeMethodDescriptionPostMobiledevicesRequest.withHttpInfo()PutMobiledeviceRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type UserDeviceModifier and TypeMethodDescriptionPostMobiledevicesRequest.builder(UserDevice body) voidPostMobiledevicesRequest.setBody(UserDevice body) voidPutMobiledeviceRequest.setBody(UserDevice body) PostMobiledevicesRequest.Builder.withBody(UserDevice body) PostMobiledevicesRequest.withBody(UserDevice body) PutMobiledeviceRequest.Builder.withBody(UserDevice body) PutMobiledeviceRequest.withBody(UserDevice body) PostMobiledevicesRequest.Builder.withRequiredParams(UserDevice body) -
Uses of UserDevice in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserDeviceModifier and TypeMethodDescriptionUserDevice.acceptNotifications(Boolean acceptNotifications) if the device accepts notificationsUserDevice.deviceToken(String deviceToken) device token sent by mobile clients.make of the device.Device modelUserDevice.notificationId(String notificationId) notification id of the device.UserDevice.sessionHash(String sessionHash) UserDevice.type(UserDevice.TypeEnum type) type of the device; ios or androidMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type UserDeviceMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type UserDeviceModifier and TypeMethodDescriptionDirectoryUserDevicesListing.entities(List<UserDevice> entities) voidDirectoryUserDevicesListing.setEntities(List<UserDevice> entities)