Class ApiBookingsList
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.ApiBookingsList
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class ApiBookingsList
extends Object
List of bookings and related information.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBookingsItem(ApiBookingList bookingsItem) bookings(List<ApiBookingList> bookings) boolean@Valid List<ApiBookingList>List of returned bookings matching the parameters used in the request.inthashCode()voidsetBookings(List<ApiBookingList> bookings) toString()
-
Field Details
-
JSON_PROPERTY_BOOKINGS
- See Also:
-
-
Constructor Details
-
ApiBookingsList
public ApiBookingsList()
-
-
Method Details