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