public interface PriorityItemBuilder extends ItemBuilder<PriorityField,PriorityItemBuilder>
PriorityField
Modifier and Type | Method and Description |
---|---|
String |
getText()
Get the text that will set in the item
|
PriorityItemType |
getType()
Get the type that will set in the item
|
PriorityItemBuilder |
text(String text)
Set the text that will set in the item
|
PriorityItemBuilder |
type(PriorityItemType type)
Set the type that will set in the item
|
field, getField
String getText()
PriorityItemBuilder text(String text)
text
- The item textPriorityItemType getType()
PriorityItemBuilder type(PriorityItemType type)
type
- The item typeCopyright © 2020 DEISER. All Rights Reserved.