All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
PageInsightsAsyncExportRun |
copyFrom(PageInsightsAsyncExportRun instance) |
PageInsightsAsyncExportRun.APIRequestDeleteInsightsExports |
deleteInsightsExports() |
PageInsightsAsyncExportRun |
fetch() |
static PageInsightsAsyncExportRun |
fetchById(Long id,
APIContext context) |
static PageInsightsAsyncExportRun |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PageInsightsAsyncExportRun> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PageInsightsAsyncExportRun> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PageInsightsAsyncExportRun> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PageInsightsAsyncExportRun>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PageInsightsAsyncExportRun.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldDataLevel() |
List<Object> |
getFieldFilters() |
String |
getFieldFormat() |
Long |
getFieldGenReportDate() |
String |
getFieldId() |
Long |
getFieldReportEndDate() |
Long |
getFieldReportStartDate() |
List<Object> |
getFieldSorters() |
String |
getFieldStatus() |
String |
getId() |
static APIRequest.ResponseParser<PageInsightsAsyncExportRun> |
getParser() |
static PageInsightsAsyncExportRun |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PageInsightsAsyncExportRun> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |