All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
HomeListing |
copyFrom(HomeListing instance) |
HomeListing.APIRequestDelete |
delete() |
HomeListing |
fetch() |
static HomeListing |
fetchById(Long id,
APIContext context) |
static HomeListing |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<HomeListing> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<HomeListing> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<HomeListing> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<HomeListing>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
HomeListing.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAcType() |
String |
getFieldAdditionalFeesDescription() |
Object |
getFieldAddress() |
String |
getFieldAgentCompany() |
String |
getFieldAgentEmail() |
Page |
getFieldAgentFbPageId() |
String |
getFieldAgentName() |
String |
getFieldAgentPhone() |
AppLinks |
getFieldApplinks() |
Long |
getFieldAreaSize() |
String |
getFieldAreaUnit() |
String |
getFieldAvailability() |
Object |
getFieldCo2EmissionRatingEu() |
String |
getFieldCurrency() |
Long |
getFieldDaysOnMarket() |
String |
getFieldDescription() |
Object |
getFieldEnergyRatingEu() |
String |
getFieldFurnishType() |
String |
getFieldGroupId() |
String |
getFieldHeatingType() |
String |
getFieldHomeListingId() |
String |
getFieldId() |
List<String> |
getFieldImages() |
String |
getFieldLaundryType() |
String |
getFieldListingType() |
String |
getFieldMaxCurrency() |
String |
getFieldMaxPrice() |
String |
getFieldMinCurrency() |
String |
getFieldMinPrice() |
String |
getFieldName() |
Double |
getFieldNumBaths() |
Double |
getFieldNumBeds() |
Double |
getFieldNumRooms() |
Long |
getFieldNumUnits() |
String |
getFieldParkingType() |
String |
getFieldPartnerVerification() |
String |
getFieldPetPolicy() |
String |
getFieldPrice() |
String |
getFieldPropertyType() |
List<String> |
getFieldSanitizedImages() |
String |
getFieldUrl() |
Long |
getFieldYearBuilt() |
String |
getId() |
static APIRequest.ResponseParser<HomeListing> |
getParser() |
static HomeListing |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<HomeListing> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
HomeListing.APIRequestUpdate |
update() |