Interface CheckTransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CheckTransferServiceAsync.WithRawResponseA view of CheckTransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract CheckTransferServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
mail
CompletableFuture<HttpResponseFor<CheckTransfer>> mail(String checkTransferId)
Returns a raw HTTP response for
post /simulations/check_transfers/{check_transfer_id}/mail, but is otherwise the same as CheckTransferServiceAsync.mail.
-
mail
CompletableFuture<HttpResponseFor<CheckTransfer>> mail(String checkTransferId, CheckTransferMailParams params, RequestOptions requestOptions)
-
mail
CompletableFuture<HttpResponseFor<CheckTransfer>> mail(String checkTransferId, CheckTransferMailParams params)
-
mail
abstract CompletableFuture<HttpResponseFor<CheckTransfer>> mail(CheckTransferMailParams params, RequestOptions requestOptions)
-
mail
CompletableFuture<HttpResponseFor<CheckTransfer>> mail(CheckTransferMailParams params)
-
mail
CompletableFuture<HttpResponseFor<CheckTransfer>> mail(String checkTransferId, RequestOptions requestOptions)
-
-
-
-