Interface ClientRequest


  • public interface ClientRequest
    A request issued by executing any one of the invocation methods on a OslcResource.
    Since:
    3.0.0
    • Method Detail

      • getMethod

        String getMethod()
        Get the HTTP method
        Returns:
        the HTTP method
      • getURI

        URI getURI()
        Get the uri of the request
        Returns:
        the uri of the request
      • getEntity

        Object getEntity()
        Get the request entity to send with the request.
        Returns:
        the request entity instance