All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
AdStudyCell |
copyFrom(AdStudyCell instance) |
AdStudyCell.APIRequestDelete |
delete() |
AdStudyCell |
fetch() |
static AdStudyCell |
fetchById(Long id,
APIContext context) |
static AdStudyCell |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdStudyCell> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdStudyCell> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdStudyCell> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdStudyCell>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdStudyCell.APIRequestGet |
get() |
AdStudyCell.APIRequestGetAdAccounts |
getAdAccounts() |
AdStudyCell.APIRequestGetAdSets |
getAdSets() |
AdStudyCell.APIRequestGetCampaigns |
getCampaigns() |
APIContext |
getContext() |
Long |
getFieldAdEntitiesCount() |
Double |
getFieldControlPercentage() |
String |
getFieldId() |
String |
getFieldName() |
Double |
getFieldTreatmentPercentage() |
String |
getId() |
static APIRequest.ResponseParser<AdStudyCell> |
getParser() |
static AdStudyCell |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdStudyCell> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
AdStudyCell.APIRequestUpdate |
update() |