public static class FeatureDiscoveryData.Notification extends Object
Constructor and Description |
---|
Notification(int id,
String version,
String title,
String description,
List<FeatureDiscoveryData.Link> links) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Description of the notification.
|
int |
getId()
Unique identifier of the notification, for analytics.
|
List<FeatureDiscoveryData.Link> |
getLinks()
Links to display for the notification.
|
String |
getTitle()
Title of the notification.
|
String |
getVersion()
Version of product in which the feature got introduced.
|
public Notification(int id, @NotNull String version, @NotNull String title, @NotNull String description, @NotNull List<FeatureDiscoveryData.Link> links)
public int getId()
@NotNull public String getVersion()
major
and minor
part of the
version are significant, e.g. 6.7
.@NotNull public String getTitle()
@NotNull public String getDescription()
@NotNull public List<FeatureDiscoveryData.Link> getLinks()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.