Interface StatusItemBuilder
- All Superinterfaces:
- ItemBuilder<StatusField,- StatusItemBuilder> 
Builder to create items for the 
StatusField- 
Method SummaryModifier and TypeMethodDescriptiongetText()Get the text that will set in the itemgetType()Get the type that will set in the itemSet the text that will set in the itemtype(StatusItemType type) Set the type that will set in the itemMethods inherited from interface com.deiser.jira.profields.api.field.item.ItemBuilderfield, getField
- 
Method Details- 
getTextString getText()Get the text that will set in the item- Returns:
- The item text
 
- 
textSet the text that will set in the item- Parameters:
- text- The item text
- Returns:
- The status item builder
 
- 
getTypeStatusItemType getType()Get the type that will set in the item- Returns:
- The item type
 
- 
typeSet the type that will set in the item- Parameters:
- type- The item type
- Returns:
- The status item builder
 
 
-