Class NotificationSubscriptionDetails

java.lang.Object
com.unboundid.ldap.sdk.unboundidds.extensions.NotificationSubscriptionDetails
All Implemented Interfaces:
Serializable

This class represents a data structure with information about a notification subscription defined in a Ping Identity, UnboundID, or Nokia/Alcatel-Lucent 8661 server instance.
NOTE: This class, and other classes within the com.unboundid.ldap.sdk.unboundidds package structure, are only supported for use against Ping Identity, UnboundID, and Nokia/Alcatel-Lucent 8661 server products. These classes provide support for proprietary functionality or for external specifications that are not considered stable or mature enough to be guaranteed to work in an interoperable way with other types of LDAP servers.
See Also:
  • Constructor Details

    • NotificationSubscriptionDetails

      Creates a new notification subscription details object with the provided information.
      Parameters:
      id - The unique ID for this notification subscription. It must not be null.
      details - The encoded details for this notification subscription. It must not be null or empty.
  • Method Details

    • getID

      @NotNull public String getID()
      Retrieves the unique ID for this subscription details object.
      Returns:
      The unique ID for this subscription details object.
    • getDetails

      Retrieves the encoded details for this subscription details object.
      Returns:
      The encoded details for this subscription details object.
    • toString

      Retrieves a string representation of this notification subscription details object.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this notification subscription details object.
    • toString

      public void toString(@NotNull StringBuilder buffer)
      Appends a string representation of this notification subscription details object to the provided buffer.
      Parameters:
      buffer - The buffer to which the information should be appended.