Package so.prelude.sdk.client
Class PreludeClientImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
so.prelude.sdk.client.PreludeClient.WithRawResponse
public final class PreludeClientImpl.WithRawResponseImpl implements PreludeClient.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description PreludeClient.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. LookupService.WithRawResponse
lookup()
TransactionalService.WithRawResponse
transactional()
VerificationService.WithRawResponse
verification()
WatchService.WithRawResponse
watch()
-
-
Method Detail
-
withOptions
PreludeClient.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
LookupService.WithRawResponse lookup()
-
transactional
TransactionalService.WithRawResponse transactional()
-
verification
VerificationService.WithRawResponse verification()
-
watch
WatchService.WithRawResponse watch()
-
-
-
-