APINodeList<HotelRoom> |
Hotel.APIRequestGetHotelRooms.execute() |
APINodeList<HotelRoom> |
Hotel.APIRequestGetHotelRooms.execute(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<APINodeList<HotelRoom>> |
Hotel.APIRequestGetHotelRooms.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<HotelRoom> |
HotelRoom.APIRequestGet.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<APINodeList<HotelRoom>> |
Hotel.APIRequestGetHotelRooms.executeAsync(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<HotelRoom> |
HotelRoom.APIRequestGet.executeAsync(Map<String,Object> extraParams) |
static com.google.common.util.concurrent.ListenableFuture<HotelRoom> |
HotelRoom.fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<HotelRoom> |
HotelRoom.fetchByIdAsync(String id,
APIContext context) |
static APINodeList<HotelRoom> |
HotelRoom.fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<HotelRoom>> |
HotelRoom.fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
APINodeList<HotelRoom> |
Hotel.APIRequestGetHotelRooms.getLastResponse() |
static APIRequest.ResponseParser<HotelRoom> |
HotelRoom.getParser() |
static APINodeList<HotelRoom> |
HotelRoom.parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
APINodeList<HotelRoom> |
Hotel.APIRequestGetHotelRooms.parseResponse(String response,
String header) |