Class AddStatusRequest.Builder

  • Enclosing class:
    AddStatusRequest

    public static final class AddStatusRequest.Builder
    extends Object
    • Method Detail

      • id

        public AddStatusRequest.Builder id​(UUID id)
        The ID of the new Status. Should be unique within all Statuses.

        It should have a format of universally unique identifier (UUID) and should not start with 00000000-0000-0000- which is a reserved prefix.

        Returns:
        this.
      • name

        public AddStatusRequest.Builder name​(@NotNull
                                             @NotNull String name)
        Required. The name of the new Status. Should be unique within all Statuses.
        Returns:
        this.
      • description

        public AddStatusRequest.Builder description​(String description)
        The description of the new Status.
        Returns:
        this.
      • toString

        public String toString()
        Overrides:
        toString in class Object