Interface RequestTypeFieldValue
- All Known Implementing Classes:
RequestTypeFieldValueImpl
@PublicApi
public interface RequestTypeFieldValue
Used as valid field value(s) to
RequestTypeField
where applicable, for example field value as valid options of a select field.
A field value might have nested children recursively.-
Nested Class Summary
-
Method Summary
-
Method Details
-
label
String label()The display of this field value -
value
String value()The value of this field value -
children
List<RequestTypeFieldValue> children()Nested valid values as children of this field value if applicable, or empty otherwise
-