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