@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class NotificationDestinationChangeSelectionCriteria extends ChangelogBatchChangeSelectionCriteria
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 |
---|
NotificationDestinationChangeSelectionCriteria(java.lang.String destinationEntryUUID)
Creates a new notification destination change selection criteria value with
the specified destination entryUUID.
|
Modifier and Type | Method and Description |
---|---|
ASN1Element |
encodeInnerElement()
Encodes the inner element for this changelog batch change selection
criteria to an ASN.1 element.
|
java.lang.String |
getDestinationEntryUUID()
Retrieves the entryUUID for the target notification destination.
|
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this changelog batch change selection
criteria value to the provided buffer.
|
decode, encode, toString
public NotificationDestinationChangeSelectionCriteria(@NotNull java.lang.String destinationEntryUUID)
destinationEntryUUID
- The entryUUID for the notification
destination to target. It must not be
null
.@NotNull public java.lang.String getDestinationEntryUUID()
@NotNull public ASN1Element encodeInnerElement()
encodeInnerElement
in class ChangelogBatchChangeSelectionCriteria
public void toString(@NotNull java.lang.StringBuilder buffer)
toString
in class ChangelogBatchChangeSelectionCriteria
buffer
- The buffer to which the information should be appended.