All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
AdSavedReport |
copyFrom(AdSavedReport instance) |
AdSavedReport |
fetch() |
static AdSavedReport |
fetchById(Long id,
APIContext context) |
static AdSavedReport |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdSavedReport> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdSavedReport> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdSavedReport> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdSavedReport>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdSavedReport.APIRequestGet |
get() |
APIContext |
getContext() |
Application |
getFieldAppOwner() |
List<String> |
getFieldBreakdowns() |
String |
getFieldBuiltinColumnSet() |
String |
getFieldCreationSource() |
Object |
getFieldDateInterval() |
String |
getFieldDatePreset() |
Long |
getFieldFormatVersion() |
String |
getFieldId() |
Object |
getFieldInsightsSection() |
Boolean |
getFieldIsSharedUnread() |
String |
getFieldLevel() |
String |
getFieldName() |
com.google.gson.JsonArray |
getFieldNormalizedFilter() |
List<Object> |
getFieldSort() |
List<String> |
getFieldUserAttributionWindows() |
List<String> |
getFieldUserColumns() |
com.google.gson.JsonArray |
getFieldUserFilter() |
User |
getFieldUserOwner() |
String |
getId() |
static APIRequest.ResponseParser<AdSavedReport> |
getParser() |
static AdSavedReport |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdSavedReport> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |