Interface AchPrenotificationService.WithRawResponse
-
- All Implemented Interfaces:
public interface AchPrenotificationService.WithRawResponseA view of AchPrenotificationService that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract AchPrenotificationService.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
@MustBeClosed() HttpResponseFor<AchPrenotification> create(AchPrenotificationCreateParams params)
Returns a raw HTTP response for
post /ach_prenotifications, but is otherwise the same as AchPrenotificationService.create.
-
create
@MustBeClosed() abstract HttpResponseFor<AchPrenotification> create(AchPrenotificationCreateParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<AchPrenotification> retrieve(String achPrenotificationId)
Returns a raw HTTP response for
get /ach_prenotifications/{ach_prenotification_id}, but is otherwise the same as AchPrenotificationService.retrieve.
-
retrieve
@MustBeClosed() HttpResponseFor<AchPrenotification> retrieve(String achPrenotificationId, AchPrenotificationRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<AchPrenotification> retrieve(String achPrenotificationId, AchPrenotificationRetrieveParams params)
-
retrieve
@MustBeClosed() abstract HttpResponseFor<AchPrenotification> retrieve(AchPrenotificationRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<AchPrenotification> retrieve(AchPrenotificationRetrieveParams params)
-
retrieve
@MustBeClosed() HttpResponseFor<AchPrenotification> retrieve(String achPrenotificationId, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<AchPrenotificationListPage> list()
Returns a raw HTTP response for
get /ach_prenotifications, but is otherwise the same as AchPrenotificationService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<AchPrenotificationListPage> list(AchPrenotificationListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<AchPrenotificationListPage> list(AchPrenotificationListParams params)
-
list
@MustBeClosed() HttpResponseFor<AchPrenotificationListPage> list(RequestOptions requestOptions)
-
-
-
-