All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdReportSpec |
copyFrom(AdReportSpec instance) |
AdReportSpec.APIRequestDelete |
delete() |
AdReportSpec |
fetch() |
static AdReportSpec |
fetchById(Long id,
APIContext context) |
static AdReportSpec |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdReportSpec> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdReportSpec> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdReportSpec> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdReportSpec>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdReportSpec.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAccountId() |
List<String> |
getFieldActionsGroupBy() |
String |
getFieldCreationSource() |
List<String> |
getFieldDataColumns() |
String |
getFieldDatePreset() |
List<String> |
getFieldExportColumns() |
List<Object> |
getFieldFilters() |
Long |
getFieldFormatVersion() |
String |
getFieldId() |
Object |
getFieldInsightsSection() |
String |
getFieldName() |
Object |
getFieldReportSchedule() |
String |
getFieldReportScheduleId() |
String |
getFieldSortBy() |
String |
getFieldSortDir() |
String |
getFieldTimeIncrement() |
Object |
getFieldTimeInterval() |
List<Object> |
getFieldTimeRanges() |
String |
getId() |
static APIRequest.ResponseParser<AdReportSpec> |
getParser() |
static AdReportSpec |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdReportSpec> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |