Class BaseSearchResponse

    • Constructor Detail

      • BaseSearchResponse

        public BaseSearchResponse()
    • Method Detail

      • toString

        public String toString()
        String representation of the search response.
        Overrides:
        toString in class CommonResponse
        Returns:
        cleaned string summary
      • bodyLines

        protected abstract List<String> bodyLines()
        Lines composing the response-specific body (header + items).
        Returns:
        A list of body lines.