Class FeatureDiscoveryData.Notification

    • Constructor Detail

    • Method Detail

      • getId

        public int getId()
        Unique identifier of the notification, for analytics.
      • getVersion

        @NotNull
        public @NotNull String getVersion()
        Version of product in which the feature got introduced. Only the major and minor part of the version are significant, e.g. 6.7.
      • getTitle

        @NotNull
        public @NotNull String getTitle()
        Title of the notification.
      • getDescription

        @NotNull
        public @NotNull String getDescription()
        Description of the notification.
      • isDataCenter

        public boolean isDataCenter()
        If feature available for Datacenter only.