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.
-
docket
CompletableFuture<HttpResponseFor<V1DocketResponse>> docket(V1DocketParams params)
Returns a raw HTTP response for
post /legal/v1/docket, but is otherwise the same as V1ServiceAsync.docket.
-
docket
abstract CompletableFuture<HttpResponseFor<V1DocketResponse>> docket(V1DocketParams params, RequestOptions requestOptions)
-
draft
CompletableFuture<HttpResponseFor<V1DraftResponse>> draft(V1DraftParams params)
Returns a raw HTTP response for
post /legal/v1/draft, but is otherwise the same as V1ServiceAsync.draft.
-
draft
abstract CompletableFuture<HttpResponseFor<V1DraftResponse>> draft(V1DraftParams params, RequestOptions requestOptions)
-
find
CompletableFuture<HttpResponseFor<V1FindResponse>> find(V1FindParams params)
Returns a raw HTTP response for
post /legal/v1/find, but is otherwise the same as V1ServiceAsync.find.
-
find
abstract CompletableFuture<HttpResponseFor<V1FindResponse>> find(V1FindParams params, RequestOptions requestOptions)
-
getCitations
CompletableFuture<HttpResponseFor<V1GetCitationsResponse>> getCitations(V1GetCitationsParams params)
Returns a raw HTTP response for
post /legal/v1/citations, but is otherwise the same as V1ServiceAsync.getCitations.
-
getCitations
abstract CompletableFuture<HttpResponseFor<V1GetCitationsResponse>> getCitations(V1GetCitationsParams params, RequestOptions requestOptions)
-
getCitationsFromUrl
CompletableFuture<HttpResponseFor<V1GetCitationsFromUrlResponse>> getCitationsFromUrl(V1GetCitationsFromUrlParams params)
Returns a raw HTTP response for
post /legal/v1/citations-from-url, but is otherwise the same as V1ServiceAsync.getCitationsFromUrl.
-
getCitationsFromUrl
abstract CompletableFuture<HttpResponseFor<V1GetCitationsFromUrlResponse>> getCitationsFromUrl(V1GetCitationsFromUrlParams params, RequestOptions requestOptions)
-
getFullText
CompletableFuture<HttpResponseFor<V1GetFullTextResponse>> getFullText(V1GetFullTextParams params)
Returns a raw HTTP response for
post /legal/v1/full-text, but is otherwise the same as V1ServiceAsync.getFullText.
-
getFullText
abstract CompletableFuture<HttpResponseFor<V1GetFullTextResponse>> getFullText(V1GetFullTextParams params, RequestOptions requestOptions)
-
listCourts
CompletableFuture<HttpResponseFor<V1ListCourtsResponse>> listCourts()
Returns a raw HTTP response for
post /legal/v1/courts, but is otherwise the same as V1ServiceAsync.listCourts.
-
listCourts
abstract CompletableFuture<HttpResponseFor<V1ListCourtsResponse>> listCourts(V1ListCourtsParams params, RequestOptions requestOptions)
-
listCourts
CompletableFuture<HttpResponseFor<V1ListCourtsResponse>> listCourts(V1ListCourtsParams params)
-
listCourts
CompletableFuture<HttpResponseFor<V1ListCourtsResponse>> listCourts(RequestOptions requestOptions)
-
listJurisdictions
CompletableFuture<HttpResponseFor<V1ListJurisdictionsResponse>> listJurisdictions(V1ListJurisdictionsParams params)
Returns a raw HTTP response for
post /legal/v1/jurisdictions, but is otherwise the same as V1ServiceAsync.listJurisdictions.
-
listJurisdictions
abstract CompletableFuture<HttpResponseFor<V1ListJurisdictionsResponse>> listJurisdictions(V1ListJurisdictionsParams params, RequestOptions requestOptions)
-
patentSearch
CompletableFuture<HttpResponseFor<V1PatentSearchResponse>> patentSearch(V1PatentSearchParams params)
Returns a raw HTTP response for
post /legal/v1/patent-search, but is otherwise the same as V1ServiceAsync.patentSearch.
-
patentSearch
abstract CompletableFuture<HttpResponseFor<V1PatentSearchResponse>> patentSearch(V1PatentSearchParams params, RequestOptions requestOptions)
-
research
CompletableFuture<HttpResponseFor<V1ResearchResponse>> research(V1ResearchParams params)
Returns a raw HTTP response for
post /legal/v1/research, but is otherwise the same as V1ServiceAsync.research.
-
research
abstract CompletableFuture<HttpResponseFor<V1ResearchResponse>> research(V1ResearchParams params, RequestOptions requestOptions)
-
secFiling
CompletableFuture<HttpResponseFor<V1SecFilingResponse>> secFiling(V1SecFilingParams params)
Returns a raw HTTP response for
post /legal/v1/sec-filing, but is otherwise the same as V1ServiceAsync.secFiling.
-
secFiling
abstract CompletableFuture<HttpResponseFor<V1SecFilingResponse>> secFiling(V1SecFilingParams params, RequestOptions requestOptions)
-
similar
CompletableFuture<HttpResponseFor<V1SimilarResponse>> similar(V1SimilarParams params)
Returns a raw HTTP response for
post /legal/v1/similar, but is otherwise the same as V1ServiceAsync.similar.
-
similar
abstract CompletableFuture<HttpResponseFor<V1SimilarResponse>> similar(V1SimilarParams params, RequestOptions requestOptions)
-
trademarkSearch
CompletableFuture<HttpResponseFor<V1TrademarkSearchResponse>> trademarkSearch()
Returns a raw HTTP response for
post /legal/v1/trademark-search, but is otherwise the same as V1ServiceAsync.trademarkSearch.
-
trademarkSearch
abstract CompletableFuture<HttpResponseFor<V1TrademarkSearchResponse>> trademarkSearch(V1TrademarkSearchParams params, RequestOptions requestOptions)
-
trademarkSearch
CompletableFuture<HttpResponseFor<V1TrademarkSearchResponse>> trademarkSearch(V1TrademarkSearchParams params)
-
trademarkSearch
CompletableFuture<HttpResponseFor<V1TrademarkSearchResponse>> trademarkSearch(RequestOptions requestOptions)
-
verify
CompletableFuture<HttpResponseFor<V1VerifyResponse>> verify(V1VerifyParams params)
Returns a raw HTTP response for
post /legal/v1/verify, but is otherwise the same as V1ServiceAsync.verify.
-
verify
abstract CompletableFuture<HttpResponseFor<V1VerifyResponse>> verify(V1VerifyParams params, RequestOptions requestOptions)
-
-
-
-