Uses of Class
net.bluemind.device.api.Device
Packages that use Device
-
Uses of Device in net.bluemind.device.api
Methods in net.bluemind.device.api that return types with arguments of type DeviceModifier and TypeMethodDescriptionIDevice.byIdentifier
(String uid) IDevicePromise.byIdentifier
(String identifier) IDevice.getComplete
(String uid) IDevicePromise.getComplete
(String uid) IDevice.list()
IDevicePromise.list()
IDevices.listWiped()
IDevicesPromise.listWiped()
Methods in net.bluemind.device.api with parameters of type DeviceModifier and TypeMethodDescriptionvoid
void
IDeviceAsync.create
(String uid, Device device, AsyncHandler<Void> handler) void
void
IDeviceAsync.update
(String uid, Device device, AsyncHandler<Void> handler) Method parameters in net.bluemind.device.api with type arguments of type DeviceModifier and TypeMethodDescriptionvoid
IDeviceAsync.byIdentifier
(String identifier, AsyncHandler<ItemValue<Device>> handler) void
IDeviceAsync.getComplete
(String uid, AsyncHandler<ItemValue<Device>> handler) void
IDeviceAsync.list
(AsyncHandler<ListResult<ItemValue<Device>>> handler) void
IDevicesAsync.listWiped
(AsyncHandler<List<Device>> handler)