@PublicApi public class RequestTypeFieldValueImpl extends Object implements RequestTypeFieldValue
Modifier and Type | Class and Description |
---|---|
static class |
RequestTypeFieldValueImpl.BuilderImpl |
RequestTypeFieldValue.Builder
Modifier and Type | Method and Description |
---|---|
static RequestTypeFieldValue.Builder |
builder() |
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
|
public static RequestTypeFieldValue.Builder builder()
public String label()
RequestTypeFieldValue
label
in interface RequestTypeFieldValue
public String value()
RequestTypeFieldValue
value
in interface RequestTypeFieldValue
public List<RequestTypeFieldValue> children()
RequestTypeFieldValue
children
in interface RequestTypeFieldValue
Copyright © 2019 Atlassian. All rights reserved.