All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
WearableDevicePublicKey |
copyFrom(WearableDevicePublicKey instance) |
WearableDevicePublicKey |
fetch() |
static WearableDevicePublicKey |
fetchById(Long id,
APIContext context) |
static WearableDevicePublicKey |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<WearableDevicePublicKey> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<WearableDevicePublicKey> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<WearableDevicePublicKey> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<WearableDevicePublicKey>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
WearableDevicePublicKey.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldBase64EncodedPublicKey() |
String |
getFieldCreationTimeOnDevice() |
String |
getFieldDeviceUuid() |
String |
getFieldId() |
String |
getFieldKeyType() |
String |
getFieldOwnerId() |
String |
getFieldProductUseCase() |
String |
getFieldVersion() |
String |
getId() |
static APIRequest.ResponseParser<WearableDevicePublicKey> |
getParser() |
static WearableDevicePublicKey |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<WearableDevicePublicKey> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |