Class DbPutAction

All Implemented Interfaces:
Comparable<DbPostAction>

public class DbPutAction extends DbPostAction
Delegates all operations to DbPostAction which currently implements all POST/PUT/PATCH methods.

Currently this class exists as a potential future compatibility shim and so that people looking at the source code tree before really digging in will not be confused by the superficial lack of a PUT action class.

  • Constructor Details

    • DbPutAction

      public DbPutAction()