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 PreludeClientAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. abstract LookupServiceAsync.WithRawResponse
lookup()
abstract TransactionalServiceAsync.WithRawResponse
transactional()
abstract VerificationServiceAsync.WithRawResponse
verification()
abstract WatchServiceAsync.WithRawResponse
watch()
-
-
Method Detail
-
withOptions
abstract PreludeClientAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
lookup
abstract LookupServiceAsync.WithRawResponse lookup()
-
transactional
abstract TransactionalServiceAsync.WithRawResponse transactional()
-
verification
abstract VerificationServiceAsync.WithRawResponse verification()
-
watch
abstract WatchServiceAsync.WithRawResponse watch()
-
-
-
-