Class ApiRooms
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.ApiRooms
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class ApiRooms
extends Object
Filter for room types.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRoomItem(String roomItem) boolean@NotNull BooleanIncludes or excludes the listed room types from the response.getRoom()List of room type codes to filter by.inthashCode()voidsetIncluded(Boolean included) voidtoString()
-
Field Details
-
JSON_PROPERTY_ROOM
- See Also:
-
JSON_PROPERTY_INCLUDED
- See Also:
-
-
Constructor Details
-
ApiRooms
public ApiRooms()
-
-
Method Details
-
room
-
addRoomItem
-
getRoom
List of room type codes to filter by. You can get all the possible room type code values through the room types operation of [Hotel Content API](/documentation/hotels/content-api/api-reference/).- Returns:
- room
-
setRoom
-
included
-
getIncluded
Includes or excludes the listed room types from the response.- Returns:
- included
-
setIncluded
-
equals
-
hashCode
public int hashCode() -
toString
-