All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
PrivateLiftStudyInstance |
copyFrom(PrivateLiftStudyInstance instance) |
PrivateLiftStudyInstance |
fetch() |
static PrivateLiftStudyInstance |
fetchById(Long id,
APIContext context) |
static PrivateLiftStudyInstance |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PrivateLiftStudyInstance> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PrivateLiftStudyInstance> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PrivateLiftStudyInstance> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PrivateLiftStudyInstance>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PrivateLiftStudyInstance.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldBreakdownKey() |
String |
getFieldCreatedTime() |
List<String> |
getFieldFeatureList() |
String |
getFieldId() |
String |
getFieldIssuerCertificate() |
String |
getFieldLatestStatusUpdateTime() |
String |
getFieldRunId() |
List<String> |
getFieldServerHostnames() |
List<String> |
getFieldServerIps() |
String |
getFieldStatus() |
String |
getFieldTier() |
String |
getId() |
static APIRequest.ResponseParser<PrivateLiftStudyInstance> |
getParser() |
static PrivateLiftStudyInstance |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PrivateLiftStudyInstance> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
PrivateLiftStudyInstance.APIRequestUpdate |
update() |