Package com.courier.services.blocking
Class SendServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.SendService
public final class SendServiceImpl implements SendService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSendServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description SendService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. SendServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. SendMessageResponsemessage(SendMessageParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
SendService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
SendService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
message
SendMessageResponse message(SendMessageParams params, RequestOptions requestOptions)
-
-
-
-