Class V1ServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
dev.case.api.services.async.legal.V1ServiceAsync.WithRawResponse
public final class V1ServiceAsyncImpl.WithRawResponseImpl implements V1ServiceAsync.WithRawResponse
-
-
Method Summary
-
Methods inherited from class dev.case.api.services.async.legal.V1ServiceAsync.WithRawResponse
docket, draft, find, getCitations, getCitationsFromUrl, getFullText, listCourts, listCourts, listCourts, listJurisdictions, patentSearch, research, secFiling, similar, trademarkSearch, trademarkSearch, trademarkSearch, verify -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
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, RequestOptions requestOptions)
-
draft
CompletableFuture<HttpResponseFor<V1DraftResponse>> draft(V1DraftParams params, RequestOptions requestOptions)
-
find
CompletableFuture<HttpResponseFor<V1FindResponse>> find(V1FindParams params, RequestOptions requestOptions)
-
getCitations
CompletableFuture<HttpResponseFor<V1GetCitationsResponse>> getCitations(V1GetCitationsParams params, RequestOptions requestOptions)
-
getCitationsFromUrl
CompletableFuture<HttpResponseFor<V1GetCitationsFromUrlResponse>> getCitationsFromUrl(V1GetCitationsFromUrlParams params, RequestOptions requestOptions)
-
getFullText
CompletableFuture<HttpResponseFor<V1GetFullTextResponse>> getFullText(V1GetFullTextParams params, RequestOptions requestOptions)
-
listCourts
CompletableFuture<HttpResponseFor<V1ListCourtsResponse>> listCourts(V1ListCourtsParams params, RequestOptions requestOptions)
-
listJurisdictions
CompletableFuture<HttpResponseFor<V1ListJurisdictionsResponse>> listJurisdictions(V1ListJurisdictionsParams params, RequestOptions requestOptions)
-
patentSearch
CompletableFuture<HttpResponseFor<V1PatentSearchResponse>> patentSearch(V1PatentSearchParams params, RequestOptions requestOptions)
-
research
CompletableFuture<HttpResponseFor<V1ResearchResponse>> research(V1ResearchParams params, RequestOptions requestOptions)
-
secFiling
CompletableFuture<HttpResponseFor<V1SecFilingResponse>> secFiling(V1SecFilingParams params, RequestOptions requestOptions)
-
similar
CompletableFuture<HttpResponseFor<V1SimilarResponse>> similar(V1SimilarParams params, RequestOptions requestOptions)
-
trademarkSearch
CompletableFuture<HttpResponseFor<V1TrademarkSearchResponse>> trademarkSearch(V1TrademarkSearchParams params, RequestOptions requestOptions)
-
verify
CompletableFuture<HttpResponseFor<V1VerifyResponse>> verify(V1VerifyParams params, RequestOptions requestOptions)
-
-
-
-