All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
AdoptablePet |
copyFrom(AdoptablePet instance) |
AdoptablePet |
fetch() |
static AdoptablePet |
fetchById(Long id,
APIContext context) |
static AdoptablePet |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdoptablePet> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdoptablePet> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdoptablePet> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdoptablePet>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdoptablePet.APIRequestGet |
get() |
APIContext |
getContext() |
Object |
getFieldAddress() |
String |
getFieldAdoptablePetId() |
String |
getFieldAdoptionApplicationFormUrl() |
String |
getFieldAgeBucket() |
String |
getFieldAnimalType() |
CatalogItemAppLinks |
getFieldApplinks() |
String |
getFieldAvailability() |
String |
getFieldBreed() |
CatalogSubVerticalList |
getFieldCategorySpecificFields() |
String |
getFieldCoatLength() |
String |
getFieldColor() |
String |
getFieldCurrency() |
String |
getFieldDescription() |
List<String> |
getFieldFeatures() |
String |
getFieldGender() |
String |
getFieldId() |
List<String> |
getFieldImages() |
String |
getFieldName() |
String |
getFieldPrice() |
List<String> |
getFieldSanitizedImages() |
String |
getFieldSecondaryColor() |
String |
getFieldShelterEmail() |
String |
getFieldShelterName() |
Page |
getFieldShelterPageId() |
String |
getFieldShelterPhone() |
String |
getFieldSize() |
String |
getFieldTertiaryColor() |
String |
getFieldUrl() |
String |
getId() |
static APIRequest.ResponseParser<AdoptablePet> |
getParser() |
static AdoptablePet |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdoptablePet> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |