Class V1ServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
dev.case.api.services.blocking.legal.V1Service.WithRawResponse
public final class V1ServiceImpl.WithRawResponseImpl implements V1Service.WithRawResponse
-
-
Method Summary
-
Methods inherited from class dev.case.api.services.blocking.legal.V1Service.WithRawResponse
find, getCitations, getCitationsFromUrl, getFullText, listJurisdictions, patentSearch, research, 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
V1Service.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
find
HttpResponseFor<V1FindResponse> find(V1FindParams params, RequestOptions requestOptions)
-
getCitations
HttpResponseFor<V1GetCitationsResponse> getCitations(V1GetCitationsParams params, RequestOptions requestOptions)
-
getCitationsFromUrl
HttpResponseFor<V1GetCitationsFromUrlResponse> getCitationsFromUrl(V1GetCitationsFromUrlParams params, RequestOptions requestOptions)
-
getFullText
HttpResponseFor<V1GetFullTextResponse> getFullText(V1GetFullTextParams params, RequestOptions requestOptions)
-
listJurisdictions
HttpResponseFor<V1ListJurisdictionsResponse> listJurisdictions(V1ListJurisdictionsParams params, RequestOptions requestOptions)
-
patentSearch
HttpResponseFor<V1PatentSearchResponse> patentSearch(V1PatentSearchParams params, RequestOptions requestOptions)
-
research
HttpResponseFor<V1ResearchResponse> research(V1ResearchParams params, RequestOptions requestOptions)
-
similar
HttpResponseFor<V1SimilarResponse> similar(V1SimilarParams params, RequestOptions requestOptions)
-
trademarkSearch
HttpResponseFor<V1TrademarkSearchResponse> trademarkSearch(V1TrademarkSearchParams params, RequestOptions requestOptions)
-
verify
HttpResponseFor<V1VerifyResponse> verify(V1VerifyParams params, RequestOptions requestOptions)
-
-
-
-