@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class AnyAttributesChangeSelectionCriteria 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 |
---|
AnyAttributesChangeSelectionCriteria(java.util.Collection<java.lang.String> attributeNames)
Creates a new any attributes change selection criteria value with the
provided set of attribute names.
|
AnyAttributesChangeSelectionCriteria(java.lang.String... attributeNames)
Creates a new any attributes change selection criteria value with the
provided set of attribute names.
|
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.util.List<java.lang.String> |
getAttributeNames()
Retrieves the names of the target attributes for changes that should be
retrieved.
|
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 AnyAttributesChangeSelectionCriteria(@NotNull java.lang.String... attributeNames)
attributeNames
- The names of the target attributes for changes that
should be retrieved. It must not be null
or empty.public AnyAttributesChangeSelectionCriteria(@NotNull java.util.Collection<java.lang.String> attributeNames)
attributeNames
- The names of the target attributes for changes that
should be retrieved. It must not be null
or empty.@NotNull public java.util.List<java.lang.String> getAttributeNames()
@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.