public interface AttributeDefinitionDraft
Modifier and Type | Method and Description |
---|---|
AttributeConstraint |
getAttributeConstraint() |
AttributeType |
getAttributeType() |
TextInputHint |
getInputHint() |
LocalizedString |
getInputTip() |
LocalizedString |
getLabel() |
String |
getName() |
Boolean |
isRequired() |
Boolean |
isSearchable() |
AttributeType getAttributeType()
String getName()
LocalizedString getLabel()
Boolean isRequired()
@Nullable AttributeConstraint getAttributeConstraint()
Boolean isSearchable()
TextInputHint getInputHint()
@Nullable LocalizedString getInputTip()