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