Interface Item<T extends ListField>

All Known Subinterfaces:
ListItem, PriorityItem, StatusItem, UnknownListItem, UnknownPriorityItem, UnknownStatusItem

public interface Item<T extends ListField>
Item
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the field the the list item belongs to
    Gets the id of the list item
    int
    Gets the position of the item
  • Method Details

    • getId

      Integer getId()
      Gets the id of the list item
      Returns:
      The id
    • getField

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

      int getPosition()
      Gets the position of the item
      Returns:
      The position