Uses of Class
io.swagger.client.model.BookingCancellationResponse
-
Packages that use BookingCancellationResponse Package Description io.swagger.client.model -
-
Uses of BookingCancellationResponse in io.swagger.client.model
Methods in io.swagger.client.model that return BookingCancellationResponse Modifier and Type Method Description BookingCancellationResponse
BookingCancellationResponse. bookingReferenceNumber(String bookingReferenceNumber)
BookingCancellationResponse
BookingCancellationResponse. bookingStatus(String bookingStatus)
BookingCancellationResponse
BookingCancellationResponse. penalty(Penalty penalty)
Methods in io.swagger.client.model that return types with arguments of type BookingCancellationResponse Modifier and Type Method Description List<BookingCancellationResponse>
ResponsePackBookingCancellationResponse. getData()
Get dataMethods in io.swagger.client.model with parameters of type BookingCancellationResponse Modifier and Type Method Description ResponsePackBookingCancellationResponse
ResponsePackBookingCancellationResponse. addDataItem(BookingCancellationResponse dataItem)
Method parameters in io.swagger.client.model with type arguments of type BookingCancellationResponse Modifier and Type Method Description ResponsePackBookingCancellationResponse
ResponsePackBookingCancellationResponse. data(List<BookingCancellationResponse> data)
void
ResponsePackBookingCancellationResponse. setData(List<BookingCancellationResponse> data)
-