Package net.bluemind.device.api
Interface IDevicePromise
public interface IDevicePromise
- 
Method Summary
Modifier and TypeMethodDescriptionbyIdentifier(String identifier) getComplete(String uid) list()setPartnership(String uid) unsetPartnership(String uid) updateLastSync(String uid)  
- 
Method Details
- 
byIdentifier
 - 
create
 - 
delete
 - 
deleteAll
CompletableFuture<Void> deleteAll() - 
getComplete
 - 
list
CompletableFuture<ListResult<ItemValue<Device>>> list() - 
setPartnership
 - 
unsetPartnership
 - 
unwipe
 - 
update
 - 
updateLastSync
 - 
wipe
 
 -