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