Class ChangelogBatchChangeSelectionCriteria

    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • encode

        @NotNull
        public final 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.
        Returns:
        An ASN.1 element containing the encoded representation of this changelog batch change selection criteria value.
      • encodeInnerElement

        @NotNull
        protected abstract ASN1Element encodeInnerElement()
        Encodes the inner element for this changelog batch change selection criteria to an ASN.1 element.
        Returns:
        The encoded representation of the inner element to include in the encoded representation of the changelog batch change selection criteria element.
      • toString

        @NotNull
        public final java.lang.String toString()
        Retrieves a string representation of this changelog batch change selection criteria value.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A string representation of this changelog batch change selection criteria value.
      • toString

        public abstract void toString​(@NotNull
                                      java.lang.StringBuilder buffer)
        Appends a string representation of this changelog batch change selection criteria value to the provided buffer.
        Parameters:
        buffer - The buffer to which the information should be appended.