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