All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
PanelAPIReport |
copyFrom(PanelAPIReport instance) |
PanelAPIReport |
fetch() |
static PanelAPIReport |
fetchById(Long id,
APIContext context) |
static PanelAPIReport |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PanelAPIReport> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PanelAPIReport> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PanelAPIReport> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PanelAPIReport>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PanelAPIReport.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldChecksum() |
String |
getFieldDownloadUrl() |
String |
getFieldEndDate() |
String |
getFieldExportFileType() |
String |
getFieldId() |
Long |
getFieldIndex() |
String |
getFieldName() |
Long |
getFieldNumberOfChunks() |
String |
getFieldStartDate() |
String |
getFieldUploadDate() |
String |
getId() |
static APIRequest.ResponseParser<PanelAPIReport> |
getParser() |
static PanelAPIReport |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PanelAPIReport> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |