Uses of Class
io.swagger.client.model.ResponsePackHotel
-
Packages that use ResponsePackHotel Package Description io.swagger.client.api io.swagger.client.model -
-
Uses of ResponsePackHotel in io.swagger.client.api
Methods in io.swagger.client.api that return ResponsePackHotel Modifier and Type Method Description ResponsePackHotel
HotelSearchServiceApi. performHotelSearchRq(HotelSearchCriteria body, String sessionId, String conversationId, String X_API_KEY)
Hotel Search Hotel searchResponsePackHotel
HotelSearchServiceApi. performMoreRoomRq(BaseHotelCriteria body, String sessionId, String conversationId, String X_API_KEY)
Hotel Search Get More Rooms Hotel search get more roomsMethods in io.swagger.client.api that return types with arguments of type ResponsePackHotel Modifier and Type Method Description ApiResponse<ResponsePackHotel>
HotelSearchServiceApi. performHotelSearchRqWithHttpInfo(HotelSearchCriteria body, String sessionId, String conversationId, String X_API_KEY)
Hotel Search Hotel searchApiResponse<ResponsePackHotel>
HotelSearchServiceApi. performMoreRoomRqWithHttpInfo(BaseHotelCriteria body, String sessionId, String conversationId, String X_API_KEY)
Hotel Search Get More Rooms Hotel search get more roomsMethod parameters in io.swagger.client.api with type arguments of type ResponsePackHotel Modifier and Type Method Description com.squareup.okhttp.Call
HotelSearchServiceApi. performHotelSearchRqAsync(HotelSearchCriteria body, String sessionId, String conversationId, String X_API_KEY, ApiCallback<ResponsePackHotel> callback)
Hotel Search (asynchronously) Hotel searchcom.squareup.okhttp.Call
HotelSearchServiceApi. performMoreRoomRqAsync(BaseHotelCriteria body, String sessionId, String conversationId, String X_API_KEY, ApiCallback<ResponsePackHotel> callback)
Hotel Search Get More Rooms (asynchronously) Hotel search get more rooms -
Uses of ResponsePackHotel in io.swagger.client.model
Methods in io.swagger.client.model that return ResponsePackHotel Modifier and Type Method Description ResponsePackHotel
ResponsePackHotel. addDataItem(HotelHotelSearchApi dataItem)
ResponsePackHotel
ResponsePackHotel. addWarningDetailsItem(Warning warningDetailsItem)
ResponsePackHotel
ResponsePackHotel. asyncFetch(AsyncFetch asyncFetch)
ResponsePackHotel
ResponsePackHotel. commonData(CommonDataHotelSearchApi commonData)
ResponsePackHotel
ResponsePackHotel. data(List<HotelHotelSearchApi> data)
ResponsePackHotel
ResponsePackHotel. errorDetails(ApiErrorDetails errorDetails)
ResponsePackHotel
ResponsePackHotel. meta(MetaData meta)
ResponsePackHotel
ResponsePackHotel. version(String version)
ResponsePackHotel
ResponsePackHotel. warningDetails(List<Warning> warningDetails)
-