Uses of Class
io.swagger.client.model.ResponsePackAncillaryResult
-
Packages that use ResponsePackAncillaryResult Package Description io.swagger.client.api io.swagger.client.model -
-
Uses of ResponsePackAncillaryResult in io.swagger.client.api
Methods in io.swagger.client.api that return ResponsePackAncillaryResult Modifier and Type Method Description ResponsePackAncillaryResult
ReservationServiceApi. performAncillaryProBookRequest(AncillaryProvBookCriteria body, String sessionId, String conversationId, String X_API_KEY)
Ancillary Prov Book Ancillary Prov BookMethods in io.swagger.client.api that return types with arguments of type ResponsePackAncillaryResult Modifier and Type Method Description ApiResponse<ResponsePackAncillaryResult>
ReservationServiceApi. performAncillaryProBookRequestWithHttpInfo(AncillaryProvBookCriteria body, String sessionId, String conversationId, String X_API_KEY)
Ancillary Prov Book Ancillary Prov BookMethod parameters in io.swagger.client.api with type arguments of type ResponsePackAncillaryResult Modifier and Type Method Description com.squareup.okhttp.Call
ReservationServiceApi. performAncillaryProBookRequestAsync(AncillaryProvBookCriteria body, String sessionId, String conversationId, String X_API_KEY, ApiCallback<ResponsePackAncillaryResult> callback)
Ancillary Prov Book (asynchronously) Ancillary Prov Book -
Uses of ResponsePackAncillaryResult in io.swagger.client.model
Methods in io.swagger.client.model that return ResponsePackAncillaryResult Modifier and Type Method Description ResponsePackAncillaryResult
ResponsePackAncillaryResult. addDataItem(AncillaryResult dataItem)
ResponsePackAncillaryResult
ResponsePackAncillaryResult. addWarningDetailsItem(Warning warningDetailsItem)
ResponsePackAncillaryResult
ResponsePackAncillaryResult. asyncFetch(AsyncFetch asyncFetch)
ResponsePackAncillaryResult
ResponsePackAncillaryResult. commonData(CommonDataReservationServiceApi commonData)
ResponsePackAncillaryResult
ResponsePackAncillaryResult. data(List<AncillaryResult> data)
ResponsePackAncillaryResult
ResponsePackAncillaryResult. errorDetails(ApiErrorDetails errorDetails)
ResponsePackAncillaryResult
ResponsePackAncillaryResult. meta(MetaData meta)
ResponsePackAncillaryResult
ResponsePackAncillaryResult. version(String version)
ResponsePackAncillaryResult
ResponsePackAncillaryResult. warningDetails(List<Warning> warningDetails)
-