@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public abstract class ChangelogBatchChangeSelectionCriteria extends java.lang.Object
GetChangelogBatchExtendedRequest
.
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 |
---|
ChangelogBatchChangeSelectionCriteria() |
Modifier and Type | Method and Description |
---|---|
static ChangelogBatchChangeSelectionCriteria |
decode(ASN1Element element)
Decodes the provided ASN.1 element as a changelog batch change selection
criteria value.
|
ASN1Element |
encode()
Encodes this changelog batch change selection criteria value to an ASN.1
element suitable for inclusion in the get changelog batch extended request.
|
protected abstract ASN1Element |
encodeInnerElement()
Encodes the inner element for this changelog batch change selection
criteria to an ASN.1 element.
|
java.lang.String |
toString()
Retrieves a string representation of this changelog batch change selection
criteria value.
|
abstract void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this changelog batch change selection
criteria value to the provided buffer.
|
public ChangelogBatchChangeSelectionCriteria()
@NotNull public final ASN1Element encode()
@NotNull protected abstract ASN1Element encodeInnerElement()
@NotNull public static ChangelogBatchChangeSelectionCriteria decode(@NotNull ASN1Element element) throws LDAPException
element
- The ASN.1 element to be decoded. It must not be
null
.LDAPException
- If the provided ASN.1 element cannot be decoded as
a changelog batch starting point.@NotNull public final java.lang.String toString()
toString
in class java.lang.Object