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

    • name

      The name of the category.

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

      Category.Builder isPrimary(Boolean isPrimary)

      Indicates whether this is the primary category for the task.

      Parameters:
      isPrimary - Indicates whether this is the primary category for the task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.