Interface StatusItemBuilder

All Superinterfaces:
ItemBuilder<StatusField,StatusItemBuilder>

public interface StatusItemBuilder extends ItemBuilder<StatusField,StatusItemBuilder>
Builder to create items for the StatusField
  • Method Details

    • getText

      String getText()
      Get the text that will set in the item
      Returns:
      The item text
    • text

      Set the text that will set in the item
      Parameters:
      text - The item text
      Returns:
      The status item builder
    • getType

      StatusItemType getType()
      Get the type that will set in the item
      Returns:
      The item type
    • type

      Set the type that will set in the item
      Parameters:
      type - The item type
      Returns:
      The status item builder