|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomFieldOption | |
---|---|
com.atlassian.jira.rest.client.domain |
Uses of CustomFieldOption in com.atlassian.jira.rest.client.domain |
---|
Methods in com.atlassian.jira.rest.client.domain that return CustomFieldOption | |
---|---|
CustomFieldOption |
CustomFieldOption.getChild()
|
Methods in com.atlassian.jira.rest.client.domain that return types with arguments of type CustomFieldOption | |
---|---|
Iterable<CustomFieldOption> |
CustomFieldOption.getChildren()
|
Constructors in com.atlassian.jira.rest.client.domain with parameters of type CustomFieldOption | |
---|---|
CustomFieldOption(Long id,
URI self,
String value,
Iterable<CustomFieldOption> children,
CustomFieldOption child)
|
Constructor parameters in com.atlassian.jira.rest.client.domain with type arguments of type CustomFieldOption | |
---|---|
CustomFieldOption(Long id,
URI self,
String value,
Iterable<CustomFieldOption> children,
CustomFieldOption child)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |