@ExperimentalApi
public interface SimpleOption<T extends SimpleOption<T>>
Option
is more heavy weight interface
that can be used when the options actually exist in the database.Modifier and Type | Method and Description |
---|---|
List<T> |
getChildOptions()
Return a list of options that exist under this option (i.e.
|
Long |
getOptionId()
The ID of the option or null if it currently does not have one.
|
String |
getValue()
The current value of the option.
|
@Nullable Long getOptionId()
String getValue()
Copyright © 2002-2023 Atlassian. All Rights Reserved.