Class UpdateRequestWrapper



  • public class UpdateRequestWrapper
    extends java.lang.Object
    UpdateRequestWrapper object is used to model the payload required when posting an update to a request.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Request getRequest()
      Get the request that was updated
      void setRequest(Request request)
      Set the request to be sent for updating
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UpdateRequestWrapper

        public UpdateRequestWrapper()
    • Method Detail

      • setRequest

        public void setRequest(Request request)
        Set the request to be sent for updating
        Parameters:
        request - Request to be sent for updating
      • getRequest

        public Request getRequest()
        Get the request that was updated
        Returns:
        The request that was updated