Uses of Class
io.swagger.client.model.ResponsePackHotelDetails
-
Packages that use ResponsePackHotelDetails Package Description io.swagger.client.api io.swagger.client.model -
-
Uses of ResponsePackHotelDetails in io.swagger.client.api
Methods in io.swagger.client.api that return ResponsePackHotelDetails Modifier and Type Method Description ResponsePackHotelDetails
HotelSearchServiceApi. performHotelDetailSearchRq(BaseHotelCriteria body, String sessionId, String conversationId, String X_API_KEY)
Hotel Detail Search Hotel detail searchMethods in io.swagger.client.api that return types with arguments of type ResponsePackHotelDetails Modifier and Type Method Description ApiResponse<ResponsePackHotelDetails>
HotelSearchServiceApi. performHotelDetailSearchRqWithHttpInfo(BaseHotelCriteria body, String sessionId, String conversationId, String X_API_KEY)
Hotel Detail Search Hotel detail searchMethod parameters in io.swagger.client.api with type arguments of type ResponsePackHotelDetails Modifier and Type Method Description com.squareup.okhttp.Call
HotelSearchServiceApi. performHotelDetailSearchRqAsync(BaseHotelCriteria body, String sessionId, String conversationId, String X_API_KEY, ApiCallback<ResponsePackHotelDetails> callback)
Hotel Detail Search (asynchronously) Hotel detail search -
Uses of ResponsePackHotelDetails in io.swagger.client.model
Methods in io.swagger.client.model that return ResponsePackHotelDetails Modifier and Type Method Description ResponsePackHotelDetails
ResponsePackHotelDetails. addDataItem(HotelDetails dataItem)
ResponsePackHotelDetails
ResponsePackHotelDetails. addWarningDetailsItem(Warning warningDetailsItem)
ResponsePackHotelDetails
ResponsePackHotelDetails. asyncFetch(AsyncFetch asyncFetch)
ResponsePackHotelDetails
ResponsePackHotelDetails. commonData(CommonDataHotelSearchApi commonData)
ResponsePackHotelDetails
ResponsePackHotelDetails. data(List<HotelDetails> data)
ResponsePackHotelDetails
ResponsePackHotelDetails. errorDetails(ApiErrorDetails errorDetails)
ResponsePackHotelDetails
ResponsePackHotelDetails. meta(MetaData meta)
ResponsePackHotelDetails
ResponsePackHotelDetails. version(String version)
ResponsePackHotelDetails
ResponsePackHotelDetails. warningDetails(List<Warning> warningDetails)
-