All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdStudyObjective |
copyFrom(AdStudyObjective instance) |
AdStudyObjective.APIRequestDelete |
delete() |
AdStudyObjective |
fetch() |
static AdStudyObjective |
fetchById(Long id,
APIContext context) |
static AdStudyObjective |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdStudyObjective> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdStudyObjective> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdStudyObjective> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdStudyObjective>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdStudyObjective.APIRequestGet |
get() |
AdStudyObjective.APIRequestGetAdPlacePageSets |
getAdPlacePageSets() |
AdStudyObjective.APIRequestGetAdsPixels |
getAdsPixels() |
AdStudyObjective.APIRequestGetApplications |
getApplications() |
APIContext |
getContext() |
AdStudyObjective.APIRequestGetCustomConversions |
getCustomConversions() |
String |
getFieldId() |
Boolean |
getFieldIsPrimary() |
String |
getFieldLastUpdatedResults() |
String |
getFieldName() |
List<String> |
getFieldResults() |
String |
getFieldType() |
String |
getId() |
AdStudyObjective.APIRequestGetOfflineConversionDataSets |
getOfflineConversionDataSets() |
AdStudyObjective.APIRequestGetOffsitePixels |
getOffsitePixels() |
static APIRequest.ResponseParser<AdStudyObjective> |
getParser() |
AdStudyObjective.APIRequestGetPartnerStudies |
getPartnerStudies() |
static AdStudyObjective |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdStudyObjective> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
AdStudyObjective.APIRequestUpdate |
update() |