Class ProcessSchemePolicyChangeSet.ValueChange
- java.lang.Object
-
- com.sodius.oslc.server.process.scheme.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
getCurrentValue()
Gets the current value, if any.Optional<String>
getPreviousValue()
Gets the previous value, if any.
-