Interface V1ServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface V1ServiceAsync.WithRawResponseA view of V1ServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract V1ServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
answer
CompletableFuture<HttpResponseFor<V1AnswerResponse>> answer(V1AnswerParams params)
Returns a raw HTTP response for
post /search/v1/answer, but is otherwise the same as V1ServiceAsync.answer.
-
answer
abstract CompletableFuture<HttpResponseFor<V1AnswerResponse>> answer(V1AnswerParams params, RequestOptions requestOptions)
-
contents
CompletableFuture<HttpResponseFor<V1ContentsResponse>> contents(V1ContentsParams params)
Returns a raw HTTP response for
post /search/v1/contents, but is otherwise the same as V1ServiceAsync.contents.
-
contents
abstract CompletableFuture<HttpResponseFor<V1ContentsResponse>> contents(V1ContentsParams params, RequestOptions requestOptions)
-
research
CompletableFuture<HttpResponseFor<V1ResearchResponse>> research(V1ResearchParams params)
Returns a raw HTTP response for
post /search/v1/research, but is otherwise the same as V1ServiceAsync.research.
-
research
abstract CompletableFuture<HttpResponseFor<V1ResearchResponse>> research(V1ResearchParams params, RequestOptions requestOptions)
-
retrieveResearch
CompletableFuture<HttpResponseFor<V1RetrieveResearchResponse>> retrieveResearch(String id)
Returns a raw HTTP response for
get /search/v1/research/{id}, but is otherwise the same as V1ServiceAsync.retrieveResearch.
-
retrieveResearch
CompletableFuture<HttpResponseFor<V1RetrieveResearchResponse>> retrieveResearch(String id, V1RetrieveResearchParams params, RequestOptions requestOptions)
-
retrieveResearch
CompletableFuture<HttpResponseFor<V1RetrieveResearchResponse>> retrieveResearch(String id, V1RetrieveResearchParams params)
-
retrieveResearch
abstract CompletableFuture<HttpResponseFor<V1RetrieveResearchResponse>> retrieveResearch(V1RetrieveResearchParams params, RequestOptions requestOptions)
-
retrieveResearch
CompletableFuture<HttpResponseFor<V1RetrieveResearchResponse>> retrieveResearch(V1RetrieveResearchParams params)
-
retrieveResearch
CompletableFuture<HttpResponseFor<V1RetrieveResearchResponse>> retrieveResearch(String id, RequestOptions requestOptions)
-
search
CompletableFuture<HttpResponseFor<V1SearchResponse>> search(V1SearchParams params)
Returns a raw HTTP response for
post /search/v1/search, but is otherwise the same as V1ServiceAsync.search.
-
search
abstract CompletableFuture<HttpResponseFor<V1SearchResponse>> search(V1SearchParams params, RequestOptions requestOptions)
-
similar
CompletableFuture<HttpResponseFor<V1SimilarResponse>> similar(V1SimilarParams params)
Returns a raw HTTP response for
post /search/v1/similar, but is otherwise the same as V1ServiceAsync.similar.
-
similar
abstract CompletableFuture<HttpResponseFor<V1SimilarResponse>> similar(V1SimilarParams params, RequestOptions requestOptions)
-
-
-
-