Class ProcessSchemePolicyChangeSet.ValueChange

  • Enclosing class:
    ProcessSchemePolicyChangeSet

    public static final class ProcessSchemePolicyChangeSet.ValueChange
    extends Object
    Encapsulates the current and/or the previous value of a policy.
    • Method Detail

      • getCurrentValue

        public Optional<String> getCurrentValue()
        Gets the current value, if any.
        Returns:
        an empty Optional if there is no current value; the contained reference otherwise.
      • getPreviousValue

        public Optional<String> getPreviousValue()
        Gets the previous value, if any.
        Returns:
        an empty Optional if there is no previous value; the contained reference otherwise.