Class UpdateOp.Key

  • Enclosing class:
    UpdateOp

    public static final class UpdateOp.Key
    extends Object
    A key for an operation consists of a property name and an optional revision. The revision is only set if the value for the operation is set for a certain revision.
    • Constructor Detail

      • Key

        public Key​(@NotNull
                   @NotNull String name,
                   @Nullable
                   @Nullable Revision revision)