public static class FeatureDiscoveryData.Link extends Object
Constructor and Description |
---|
Link(FeatureDiscoveryData.LinkType type,
String url,
FeatureDiscoveryData.Condition condition) |
Modifier and Type | Method and Description |
---|---|
FeatureDiscoveryData.Condition |
getCondition()
A condition which must be met to display this link.
|
FeatureDiscoveryData.LinkType |
getType()
Type of the link.
|
String |
getUrl()
URL of the link.
|
public Link(@NotNull FeatureDiscoveryData.LinkType type, @NotNull String url, @Nullable FeatureDiscoveryData.Condition condition)
@NotNull public FeatureDiscoveryData.LinkType getType()
@NotNull public String getUrl()
DocumentationLinkProvider
Examples:
@Nullable public FeatureDiscoveryData.Condition getCondition()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.