All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdStudy |
copyFrom(AdStudy instance) |
AdStudy.APIRequestCreateObjective |
createObjective() |
AdStudy.APIRequestDelete |
delete() |
AdStudy |
fetch() |
static AdStudy |
fetchById(Long id,
APIContext context) |
static AdStudy |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdStudy> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdStudy> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdStudy> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdStudy>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdStudy.APIRequestGet |
get() |
AdStudy.APIRequestGetCells |
getCells() |
APIContext |
getContext() |
Business |
getFieldBusiness() |
String |
getFieldCanceledTime() |
String |
getFieldCooldownStartTime() |
User |
getFieldCreatedBy() |
String |
getFieldCreatedTime() |
String |
getFieldDescription() |
String |
getFieldEndTime() |
String |
getFieldId() |
String |
getFieldName() |
String |
getFieldObservationEndTime() |
String |
getFieldResultsFirstAvailableDate() |
String |
getFieldStartTime() |
String |
getFieldType() |
User |
getFieldUpdatedBy() |
String |
getFieldUpdatedTime() |
AdStudy.APIRequestGetHealthCheckErrors |
getHealthCheckErrors() |
String |
getId() |
AdStudy.APIRequestGetObjectives |
getObjectives() |
static APIRequest.ResponseParser<AdStudy> |
getParser() |
static AdStudy |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdStudy> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
AdStudy.APIRequestUpdate |
update() |