public static class CustomFieldOptionsResource.Option extends Object implements SimpleOption<CustomFieldOptionsResource.Option>
| Modifier and Type | Method and Description |
|---|---|
List<CustomFieldOptionsResource.Option> |
getChildOptions()
Return a list of options that exist under this option (i.e.
|
Long |
getId() |
String |
getName() |
Long |
getOptionId()
The ID of the option or null if it currently does not have one.
|
String |
getValue()
The current value of the option.
|
public Long getId()
public String getName()
public Long getOptionId()
SimpleOptiongetOptionId in interface SimpleOption<CustomFieldOptionsResource.Option>public String getValue()
SimpleOptiongetValue in interface SimpleOption<CustomFieldOptionsResource.Option>@Nonnull public List<CustomFieldOptionsResource.Option> getChildOptions()
SimpleOptiongetChildOptions in interface SimpleOption<CustomFieldOptionsResource.Option>Copyright © 2002-2019 Atlassian. All Rights Reserved.