Interface SmoSearchResponse

All Superinterfaces:
SearchResponse
All Known Implementing Classes:
SmoSearchResponseImpl

public interface SmoSearchResponse extends SearchResponse
The SMO search response.
  • Method Details

    • getSearchUri

      String getSearchUri()
      Returns the full search URI (base + params) that was used for this search, never null.
    • getRawJsonResponse

      String getRawJsonResponse()
      Returns "raw" JSON response from SMO endpoint, never null.