Uses of Class
io.swagger.client.model.ResponsePackAirCancel
-
Packages that use ResponsePackAirCancel Package Description io.swagger.client.api io.swagger.client.model -
-
Uses of ResponsePackAirCancel in io.swagger.client.api
Methods in io.swagger.client.api that return ResponsePackAirCancel Modifier and Type Method Description ResponsePackAirCancel
ReservationServiceApi. performAirCancel(AirCancellationCriteria body, String sessionId, String conversationId, String X_API_KEY)
Flight cancel Flight cancelMethods in io.swagger.client.api that return types with arguments of type ResponsePackAirCancel Modifier and Type Method Description ApiResponse<ResponsePackAirCancel>
ReservationServiceApi. performAirCancelWithHttpInfo(AirCancellationCriteria body, String sessionId, String conversationId, String X_API_KEY)
Flight cancel Flight cancelMethod parameters in io.swagger.client.api with type arguments of type ResponsePackAirCancel Modifier and Type Method Description com.squareup.okhttp.Call
ReservationServiceApi. performAirCancelAsync(AirCancellationCriteria body, String sessionId, String conversationId, String X_API_KEY, ApiCallback<ResponsePackAirCancel> callback)
Flight cancel (asynchronously) Flight cancel -
Uses of ResponsePackAirCancel in io.swagger.client.model
Methods in io.swagger.client.model that return ResponsePackAirCancel Modifier and Type Method Description ResponsePackAirCancel
ResponsePackAirCancel. addDataItem(AirCancel dataItem)
ResponsePackAirCancel
ResponsePackAirCancel. addWarningDetailsItem(Warning warningDetailsItem)
ResponsePackAirCancel
ResponsePackAirCancel. asyncFetch(AsyncFetch asyncFetch)
ResponsePackAirCancel
ResponsePackAirCancel. commonData(CommonDataReservationServiceApi commonData)
ResponsePackAirCancel
ResponsePackAirCancel. data(List<AirCancel> data)
ResponsePackAirCancel
ResponsePackAirCancel. errorDetails(ApiErrorDetails errorDetails)
ResponsePackAirCancel
ResponsePackAirCancel. meta(MetaData meta)
ResponsePackAirCancel
ResponsePackAirCancel. version(String version)
ResponsePackAirCancel
ResponsePackAirCancel. warningDetails(List<Warning> warningDetails)
-