Interface ItemBuilder<T extends ListField,B extends ItemBuilder>

All Known Subinterfaces:
ListItemBuilder, PriorityItemBuilder, StatusItemBuilder

public interface ItemBuilder<T extends ListField,B extends ItemBuilder>
Item
  • Method Summary

    Modifier and Type
    Method
    Description
    field(T field)
    Set the field the list item belongs to
    Gets the field the list item belongs to
  • Method Details

    • getField

      T getField()
      Gets the field the list item belongs to
      Returns:
      The field
    • field

      B field(T field)
      Set the field the list item belongs to
      Parameters:
      field -
      Returns:
      The ItemBuilder