Interface SearchApi

All Known Subinterfaces:
SearchApiClient

public interface SearchApi
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<ResultSetPaging>
    search(@Valid SearchRequest queryBody)
     
  • Method Details

    • search

      @RequestMapping(value="/search", produces="application/json", consumes="application/json", method=POST) org.springframework.http.ResponseEntity<ResultSetPaging> search(@Valid @RequestBody @Valid SearchRequest queryBody)