All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
AdExportPreset |
copyFrom(AdExportPreset instance) |
AdExportPreset |
fetch() |
static AdExportPreset |
fetchById(Long id,
APIContext context) |
static AdExportPreset |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdExportPreset> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdExportPreset> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdExportPreset> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdExportPreset>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdExportPreset.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldCreatedTime() |
List<String> |
getFieldFields() |
String |
getFieldId() |
String |
getFieldName() |
User |
getFieldOwner() |
String |
getFieldUpdatedTime() |
String |
getId() |
static APIRequest.ResponseParser<AdExportPreset> |
getParser() |
static AdExportPreset |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdExportPreset> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |