Package so.prelude.sdk.services.async
Interface LookupServiceAsync
-
- All Implemented Interfaces:
public interface LookupServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
LookupServiceAsync.WithRawResponse
A view of LookupServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract LookupServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<LookupLookupResponse>
lookup(LookupLookupParams params)
Retrieve detailed information about a phone number including carrier data, line type, and portability status. abstract CompletableFuture<LookupLookupResponse>
lookup(LookupLookupParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
abstract 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)
Retrieve detailed information about a phone number including carrier data, line type, and portability status.
-
lookup
abstract CompletableFuture<LookupLookupResponse> lookup(LookupLookupParams params, RequestOptions requestOptions)
-
-
-
-