Interface RESTClientConsumer<T>

    • Method Detail

      • accepts

        Class[] accepts()
        Returns the classes that are accepted input.
        Returns:
        the classes that are accepted
      • setRequestData

        void setRequestData​(T value)
        Sets the data for the request, if any.
        Parameters:
        value - the request data