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
-
Method Details
-
getField
T getField()Gets the field the list item belongs to- Returns:
- The field
-
field
Set the field the list item belongs to- Parameters:
field
-- Returns:
- The ItemBuilder
-