Package so.prelude.sdk.services.blocking
Interface TransactionalService
-
- All Implemented Interfaces:
public interface TransactionalService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
TransactionalService.WithRawResponse
A view of TransactionalService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract TransactionalService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. TransactionalSendResponse
send(TransactionalSendParams params)
Send a transactional message to your user. abstract TransactionalSendResponse
send(TransactionalSendParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
abstract TransactionalService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
send
TransactionalSendResponse send(TransactionalSendParams params)
Send a transactional message to your user.
-
send
abstract TransactionalSendResponse send(TransactionalSendParams params, RequestOptions requestOptions)
-
-
-
-