Class AddOperation

  • All Implemented Interfaces:
    IOperation

    public class AddOperation
    extends AbstractOperation
    Represents a CollectionUpdate ADD operation type. This operation allows for adding a new field to a POJO
    • Constructor Detail

      • AddOperation

        public AddOperation​(java.lang.Object defaultValue,
                            boolean isSecret)
    • Method Detail

      • getDefaultValue

        public java.lang.Object getDefaultValue()
      • isSecret

        public boolean isSecret()