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