All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AsyncSession |
copyFrom(AsyncSession instance) |
AsyncSession |
fetch() |
static AsyncSession |
fetchById(Long id,
APIContext context) |
static AsyncSession |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AsyncSession> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AsyncSession> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AsyncSession> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AsyncSession>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AsyncSession.APIRequestGet |
get() |
APIContext |
getContext() |
Application |
getFieldApp() |
String |
getFieldCompleteTime() |
Long |
getFieldErrorCode() |
String |
getFieldException() |
String |
getFieldId() |
String |
getFieldMethod() |
String |
getFieldName() |
Page |
getFieldPage() |
Long |
getFieldPercentCompleted() |
String |
getFieldPlatformVersion() |
String |
getFieldResult() |
String |
getFieldStartTime() |
String |
getFieldStatus() |
String |
getFieldUri() |
User |
getFieldUser() |
String |
getId() |
static APIRequest.ResponseParser<AsyncSession> |
getParser() |
static AsyncSession |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AsyncSession> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |