All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ThirdPartyPartnerPanelRequest |
copyFrom(ThirdPartyPartnerPanelRequest instance) |
ThirdPartyPartnerPanelRequest |
fetch() |
static ThirdPartyPartnerPanelRequest |
fetchById(Long id,
APIContext context) |
static ThirdPartyPartnerPanelRequest |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ThirdPartyPartnerPanelRequest> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ThirdPartyPartnerPanelRequest> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ThirdPartyPartnerPanelRequest> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ThirdPartyPartnerPanelRequest>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ThirdPartyPartnerPanelRequest.APIRequestGet |
get() |
APIContext |
getContext() |
List<String> |
getFieldAdentitiesIds() |
String |
getFieldCountry() |
String |
getFieldCreatedTime() |
String |
getFieldDescription() |
String |
getFieldId() |
String |
getFieldModifiedTime() |
String |
getFieldOwnerInstanceId() |
String |
getFieldOwnerPanelId() |
String |
getFieldOwnerPanelName() |
ThirdPartyPartnerPanelRequest.EnumStatus |
getFieldStatus() |
String |
getFieldStudyEndTime() |
String |
getFieldStudyStartTime() |
ThirdPartyPartnerPanelRequest.EnumStudyType |
getFieldStudyType() |
String |
getId() |
static APIRequest.ResponseParser<ThirdPartyPartnerPanelRequest> |
getParser() |
static ThirdPartyPartnerPanelRequest |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ThirdPartyPartnerPanelRequest> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |