@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class NotificationSubscriptionDetails extends java.lang.Object implements java.io.Serializable
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.
Constructor and Description |
---|
NotificationSubscriptionDetails(java.lang.String id,
java.util.Collection<ASN1OctetString> details)
Creates a new notification subscription details object with the provided
information.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ASN1OctetString> |
getDetails()
Retrieves the encoded details for this subscription details object.
|
java.lang.String |
getID()
Retrieves the unique ID for this subscription details object.
|
java.lang.String |
toString()
Retrieves a string representation of this notification subscription details
object.
|
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this notification subscription details
object to the provided buffer.
|
public NotificationSubscriptionDetails(@NotNull java.lang.String id, @NotNull java.util.Collection<ASN1OctetString> details)
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.@NotNull public java.lang.String getID()
@NotNull public java.util.List<ASN1OctetString> getDetails()
@NotNull public java.lang.String toString()
toString
in class java.lang.Object