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