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
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<AchPrenotification>>create(AchPrenotificationCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /ach_prenotifications, but is otherwise the same as AchPrenotificationServiceAsync.create.abstract CompletableFuture<HttpResponseFor<AchPrenotification>>create(AchPrenotificationCreateParams params)Returns a raw HTTP response for post /ach_prenotifications, but is otherwise the same as AchPrenotificationServiceAsync.create.abstract CompletableFuture<HttpResponseFor<AchPrenotification>>retrieve(AchPrenotificationRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /ach_prenotifications/{ach_prenotification_id}, but is otherwise the same as AchPrenotificationServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<AchPrenotification>>retrieve(AchPrenotificationRetrieveParams params)Returns a raw HTTP response for get /ach_prenotifications/{ach_prenotification_id}, but is otherwise the same as AchPrenotificationServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<AchPrenotificationListPageAsync>>list(AchPrenotificationListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /ach_prenotifications, but is otherwise the same as AchPrenotificationServiceAsync.list.abstract CompletableFuture<HttpResponseFor<AchPrenotificationListPageAsync>>list(AchPrenotificationListParams params)Returns a raw HTTP response for get /ach_prenotifications, but is otherwise the same as AchPrenotificationServiceAsync.list.abstract CompletableFuture<HttpResponseFor<AchPrenotificationListPageAsync>>list()Returns a raw HTTP response for get /ach_prenotifications, but is otherwise the same as AchPrenotificationServiceAsync.list.CompletableFuture<HttpResponseFor<AchPrenotificationListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /ach_prenotifications, but is otherwise the same as AchPrenotificationServiceAsync.list.-
-
Method Detail
-
create
abstract CompletableFuture<HttpResponseFor<AchPrenotification>> create(AchPrenotificationCreateParams params, RequestOptions requestOptions)
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)
Returns a raw HTTP response for
post /ach_prenotifications, but is otherwise the same as AchPrenotificationServiceAsync.create.
-
retrieve
abstract CompletableFuture<HttpResponseFor<AchPrenotification>> retrieve(AchPrenotificationRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /ach_prenotifications/{ach_prenotification_id}, but is otherwise the same as AchPrenotificationServiceAsync.retrieve.
-
retrieve
abstract CompletableFuture<HttpResponseFor<AchPrenotification>> retrieve(AchPrenotificationRetrieveParams params)
Returns a raw HTTP response for
get /ach_prenotifications/{ach_prenotification_id}, but is otherwise the same as AchPrenotificationServiceAsync.retrieve.
-
list
abstract CompletableFuture<HttpResponseFor<AchPrenotificationListPageAsync>> list(AchPrenotificationListParams params, RequestOptions requestOptions)
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)
Returns a raw HTTP response for
get /ach_prenotifications, but is otherwise the same as AchPrenotificationServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<AchPrenotificationListPageAsync>> list()
Returns a raw HTTP response for
get /ach_prenotifications, but is otherwise the same as AchPrenotificationServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<AchPrenotificationListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /ach_prenotifications, but is otherwise the same as AchPrenotificationServiceAsync.list.
-
-
-
-