Package so.prelude.sdk.services.async
Class LookupServiceAsyncImpl
-
- All Implemented Interfaces:
-
so.prelude.sdk.services.async.LookupServiceAsync
public final class LookupServiceAsyncImpl implements LookupServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
LookupServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description LookupServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<LookupLookupResponse>
lookup(LookupLookupParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
LookupServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
lookup
CompletableFuture<LookupLookupResponse> lookup(LookupLookupParams params, RequestOptions requestOptions)
-
-
-
-