com.atlassian.jira.issue.customfields.option.Option |
Known Indirect Subclasses |
Clients of @PublicApi
can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicApi
as per each product's API policy as long as the client does not implement/extend
@PublicApi
interfaces or classes (refer to each product's API policy for the exact
guarantee---usually binary compatibility is guaranteed at least across minor versions).
@PublicApi
interfaces and classes are not designed to be implemented or extended by clients,
we may perform certain types of binary-incompatible changes to these classes and interfaces, but these will not
affect well-behaved clients that do not extend/implement these types (in general, only classes and interfaces
annotated with @PublicSpi
are safe to extend/implement).
should merge with the field.option.Option
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return a list of options that exist under this option (i.e.
NOTE: This method is here is keep the API checker happy (JRADEV-23901).
| |||||||||||
Get the disabled status.
| |||||||||||
The ID of the option or null if it currently does not have one.
NOTE: This method is here is keep the API checker happy (see JRADEV-23901).
| |||||||||||
The current value of the option.
NOTE: This method is here is keep the API checker happy (JRADEV-23901).
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.issue.customfields.option.SimpleOption
|
Return a list of options that exist under this option (i.e. its children). NOTE: This method is here is keep the API checker happy (JRADEV-23901).
Get the disabled status. A disabled option will is not available to be assigned to this associated custom field, It remains valid historically and for searching with.
The ID of the option or null if it currently does not have one. NOTE: This method is here is keep the API checker happy (see JRADEV-23901).
The current value of the option. This is the option displayed to the user. NOTE: This method is here is keep the API checker happy (JRADEV-23901).