@ExperimentalApi
public interface RequestTypeFieldValue
RequestTypeField
where applicable, for example field value as valid options of a select field.
A field value might have nested children recursively.Modifier and Type | Interface and Description |
---|---|
static interface |
RequestTypeFieldValue.Builder |
Modifier and Type | Method and Description |
---|---|
List<RequestTypeFieldValue> |
children()
Nested valid values as children of this field value if applicable, or empty otherwise
|
String |
label()
The display of this field value
|
String |
value()
The value of this field value
|
String label()
String value()
List<RequestTypeFieldValue> children()
Copyright © 2017 Atlassian. All rights reserved.