public static enum FeatureDiscoveryData.LinkType extends Enum<FeatureDiscoveryData.LinkType>
Enum Constant and Description |
---|
READ_MORE
A link to an external documentation page for users to read more about the feature.
|
TRY_IT
A link allowing users to try the feature, either within Bamboo or on an external non-documentation page.
|
Modifier and Type | Method and Description |
---|---|
static FeatureDiscoveryData.LinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureDiscoveryData.LinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureDiscoveryData.LinkType READ_MORE
public static final FeatureDiscoveryData.LinkType TRY_IT
public static FeatureDiscoveryData.LinkType[] values()
for (FeatureDiscoveryData.LinkType c : FeatureDiscoveryData.LinkType.values()) System.out.println(c);
public static FeatureDiscoveryData.LinkType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.