All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Hotel |
copyFrom(Hotel instance) |
Hotel.APIRequestCreateHotelRoom |
createHotelRoom() |
Hotel.APIRequestDelete |
delete() |
Hotel |
fetch() |
static Hotel |
fetchById(Long id,
APIContext context) |
static Hotel |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Hotel> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Hotel> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<Hotel> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<Hotel>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
Hotel.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAddress() |
AppLinks |
getFieldApplinks() |
String |
getFieldBrand() |
String |
getFieldCurrency() |
String |
getFieldDescription() |
String |
getFieldGuestRatings() |
String |
getFieldHotelId() |
String |
getFieldId() |
List<String> |
getFieldImages() |
String |
getFieldLowestBasePrice() |
String |
getFieldLoyaltyProgram() |
Long |
getFieldMarginLevel() |
String |
getFieldName() |
String |
getFieldPhone() |
String |
getFieldSalePrice() |
List<String> |
getFieldSanitizedImages() |
Double |
getFieldStarRating() |
String |
getFieldUrl() |
Hotel.APIRequestGetHotelRooms |
getHotelRooms() |
String |
getId() |
static APIRequest.ResponseParser<Hotel> |
getParser() |
static Hotel |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<Hotel> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
Hotel.APIRequestUpdate |
update() |