Class CustomFieldOptionsResource.Option
java.lang.Object
com.atlassian.jira.projectconfig.rest.global.CustomFieldOptionsResource.Option
- All Implemented Interfaces:
SimpleOption<CustomFieldOptionsResource.Option>
- Enclosing class:
CustomFieldOptionsResource
public static class CustomFieldOptionsResource.Option
extends Object
implements SimpleOption<CustomFieldOptionsResource.Option>
-
Constructor Details
-
Option
-
-
Method Details
-
getId
-
getName
-
getOptionId
Description copied from interface:SimpleOptionThe ID of the option or null if it currently does not have one.- Specified by:
getOptionIdin interfaceSimpleOption<CustomFieldOptionsResource.Option>- Returns:
- the ID of the option or null if it does not have one.
-
getValue
Description copied from interface:SimpleOptionThe current value of the option. This is the option displayed to the user.- Specified by:
getValuein interfaceSimpleOption<CustomFieldOptionsResource.Option>- Returns:
- the value of the option.
-
getChildOptions
Description copied from interface:SimpleOptionReturn a list of options that exist under this option (i.e. its children).- Specified by:
getChildOptionsin interfaceSimpleOption<CustomFieldOptionsResource.Option>- Returns:
- the list of options that exist under this option. An empty list is returned when such options exist.
-