Interface Params

  • All Implemented Interfaces:

    
    public interface Params
    
                        

    An interface representing parameters passed to a service method.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Headers _headers() The full set of headers in the parameters, including both fixed and additional headers.
      abstract QueryParams _queryParams() The full set of query params in the parameters, including both fixed and additional query params.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • _headers

         abstract Headers _headers()

        The full set of headers in the parameters, including both fixed and additional headers.

      • _queryParams

         abstract QueryParams _queryParams()

        The full set of query params in the parameters, including both fixed and additional query params.