All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
PartnerStudy |
copyFrom(PartnerStudy instance) |
PartnerStudy |
fetch() |
static PartnerStudy |
fetchById(Long id,
APIContext context) |
static PartnerStudy |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PartnerStudy> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PartnerStudy> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PartnerStudy> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PartnerStudy>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PartnerStudy.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAdditionalInfo() |
String |
getFieldBrand() |
String |
getFieldClientName() |
String |
getFieldEmails() |
String |
getFieldId() |
List<String> |
getFieldInputIds() |
Boolean |
getFieldIsExport() |
AdStudy |
getFieldLiftStudy() |
String |
getFieldLocation() |
String |
getFieldMatchFileDs() |
String |
getFieldName() |
String |
getFieldPartnerDefinedId() |
String |
getFieldPartnerHouseholdGraphDatasetId() |
String |
getFieldStatus() |
String |
getFieldStudyEndDate() |
String |
getFieldStudyStartDate() |
String |
getFieldStudyType() |
String |
getFieldSubmitDate() |
String |
getId() |
static APIRequest.ResponseParser<PartnerStudy> |
getParser() |
PartnerStudy.APIRequestGetPartners |
getPartners() |
PartnerStudy.APIRequestGetSubmitters |
getSubmitters() |
static PartnerStudy |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PartnerStudy> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |