Package com.increase.api.services.async
Interface AchPrenotificationServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface AchPrenotificationServiceAsync.WithRawResponseA view of AchPrenotificationServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract AchPrenotificationServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<AchPrenotification>> create(AchPrenotificationCreateParams params)
Returns a raw HTTP response for
post /ach_prenotifications, but is otherwise the same as AchPrenotificationServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<AchPrenotification>> create(AchPrenotificationCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<AchPrenotification>> retrieve(String achPrenotificationId)
Returns a raw HTTP response for
get /ach_prenotifications/{ach_prenotification_id}, but is otherwise the same as AchPrenotificationServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<AchPrenotification>> retrieve(String achPrenotificationId, AchPrenotificationRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<AchPrenotification>> retrieve(String achPrenotificationId, AchPrenotificationRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<AchPrenotification>> retrieve(AchPrenotificationRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<AchPrenotification>> retrieve(AchPrenotificationRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<AchPrenotification>> retrieve(String achPrenotificationId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<AchPrenotificationListPageAsync>> list()
Returns a raw HTTP response for
get /ach_prenotifications, but is otherwise the same as AchPrenotificationServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<AchPrenotificationListPageAsync>> list(AchPrenotificationListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<AchPrenotificationListPageAsync>> list(AchPrenotificationListParams params)
-
list
CompletableFuture<HttpResponseFor<AchPrenotificationListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-