Class RenameOperation

  • All Implemented Interfaces:
    IOperation

    public class RenameOperation
    extends AbstractOperation
    Represents a CollectionUpdate RENAME operation type. This operation allows for changing the name of a field in a POJO
    • Constructor Detail

      • RenameOperation

        public RenameOperation​(java.lang.String newName)
    • Method Detail

      • getNewName

        public java.lang.String getNewName()