Package so.prelude.sdk.client
Interface PreludeClientAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface PreludeClientAsync.WithRawResponse
A view of PreludeClientAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract LookupServiceAsync.WithRawResponse
lookup()
abstract TransactionalServiceAsync.WithRawResponse
transactional()
abstract VerificationServiceAsync.WithRawResponse
verification()
abstract WatchServiceAsync.WithRawResponse
watch()
-
-
Method Detail
-
lookup
abstract LookupServiceAsync.WithRawResponse lookup()
-
transactional
abstract TransactionalServiceAsync.WithRawResponse transactional()
-
verification
abstract VerificationServiceAsync.WithRawResponse verification()
-
watch
abstract WatchServiceAsync.WithRawResponse watch()
-
-
-
-