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