All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdReportRun |
copyFrom(AdReportRun instance) |
AdReportRun |
fetch() |
static AdReportRun |
fetchById(Long id,
APIContext context) |
static AdReportRun |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdReportRun> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdReportRun> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdReportRun> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdReportRun>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdReportRun.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAccountId() |
Long |
getFieldAsyncPercentCompletion() |
String |
getFieldAsyncStatus() |
String |
getFieldDateStart() |
String |
getFieldDateStop() |
List<String> |
getFieldEmails() |
String |
getFieldFriendlyName() |
String |
getFieldId() |
Boolean |
getFieldIsBookmarked() |
Boolean |
getFieldIsRunning() |
String |
getFieldScheduleId() |
Long |
getFieldTimeCompleted() |
Long |
getFieldTimeRef() |
String |
getId() |
AdReportRun.APIRequestGetInsights |
getInsights() |
static APIRequest.ResponseParser<AdReportRun> |
getParser() |
static AdReportRun |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdReportRun> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |