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()
SimpleOption
getOptionId
in interface SimpleOption<CustomFieldOptionsResource.Option>
public String getValue()
SimpleOption
getValue
in interface SimpleOption<CustomFieldOptionsResource.Option>
@Nonnull public List<CustomFieldOptionsResource.Option> getChildOptions()
SimpleOption
getChildOptions
in interface SimpleOption<CustomFieldOptionsResource.Option>
Copyright © 2002-2022 Atlassian. All Rights Reserved.