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 Details

  • Constructor Details

    • ApiBoards

      public ApiBoards()
  • Method Details

    • board

      public ApiBoards board(List<String> board)
    • addBoardItem

      public ApiBoards addBoardItem(String boardItem)
    • getBoard

      @Nonnull @NotNull public @NotNull List<String> 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

      public void setBoard(List<String> board)
    • included

      public ApiBoards included(Boolean included)
    • getIncluded

      @Nonnull @NotNull public @NotNull Boolean getIncluded()
      Includes or excludes the listed board types from the response.
      Returns:
      included
    • setIncluded

      public void setIncluded(Boolean included)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object