All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
HotelRoom |
copyFrom(HotelRoom instance) |
HotelRoom |
fetch() |
static HotelRoom |
fetchById(Long id,
APIContext context) |
static HotelRoom |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<HotelRoom> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<HotelRoom> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<HotelRoom> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<HotelRoom>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
HotelRoom.APIRequestGet |
get() |
APIContext |
getContext() |
CatalogItemAppLinks |
getFieldApplinks() |
String |
getFieldBasePrice() |
String |
getFieldCurrency() |
String |
getFieldDescription() |
String |
getFieldId() |
List<String> |
getFieldImages() |
String |
getFieldMarginLevel() |
String |
getFieldName() |
String |
getFieldRoomId() |
String |
getFieldSalePrice() |
String |
getFieldUrl() |
String |
getId() |
static APIRequest.ResponseParser<HotelRoom> |
getParser() |
HotelRoom.APIRequestGetPricingVariables |
getPricingVariables() |
static HotelRoom |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<HotelRoom> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |