Interface Category.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Category.Builder,Category>, SdkBuilder<Category.Builder,Category>, SdkPojo
Enclosing class:
Category

@Mutable @NotThreadSafe public static interface Category.Builder extends SdkPojo, CopyableBuilder<Category.Builder,Category>
  • Method Details

    • id

      The category ID.

      Parameters:
      id - The category ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The category name.

      Parameters:
      name - The category name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localizedName

      Category.Builder localizedName(String localizedName)

      Localized name of the category type.

      Parameters:
      localizedName - Localized name of the category type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • primary

      Category.Builder primary(Boolean primary)

      Boolean which indicates if this category is the primary offered by the place.

      Parameters:
      primary - Boolean which indicates if this category is the primary offered by the place.
      Returns:
      Returns a reference to this object so that method calls can be chained together.