Interface PostRequest<T>

Type Parameters:
T - Defines the return type of the request.
All Superinterfaces:
Request<T>
All Known Implementing Classes:
PostConnector, PostConnectorRestart, PostConnectorTaskRestart

public interface PostRequest<T> extends Request<T>
Defines interface for POST requests.
  • Method Details

    • getRequestMethod

      default RequestMethod getRequestMethod()
      Description copied from interface: Request
      Request Method, IE POST, GET, etc..
      Specified by:
      getRequestMethod in interface Request<T>
      Returns:
      The type of HTTP Request.