Interface AccountNumberServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface AccountNumberServiceAsync.WithRawResponseA view of AccountNumberServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<AccountNumber>>create(AccountNumberCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /account_numbers, but is otherwise the same as AccountNumberServiceAsync.create.abstract CompletableFuture<HttpResponseFor<AccountNumber>>create(AccountNumberCreateParams params)Returns a raw HTTP response for post /account_numbers, but is otherwise the same as AccountNumberServiceAsync.create.abstract CompletableFuture<HttpResponseFor<AccountNumber>>retrieve(AccountNumberRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /account_numbers/{account_number_id}, but is otherwise the same as AccountNumberServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<AccountNumber>>retrieve(AccountNumberRetrieveParams params)Returns a raw HTTP response for get /account_numbers/{account_number_id}, but is otherwise the same as AccountNumberServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<AccountNumber>>update(AccountNumberUpdateParams params, RequestOptions requestOptions)Returns a raw HTTP response for patch /account_numbers/{account_number_id}, but is otherwise the same as AccountNumberServiceAsync.update.abstract CompletableFuture<HttpResponseFor<AccountNumber>>update(AccountNumberUpdateParams params)Returns a raw HTTP response for patch /account_numbers/{account_number_id}, but is otherwise the same as AccountNumberServiceAsync.update.abstract CompletableFuture<HttpResponseFor<AccountNumberListPageAsync>>list(AccountNumberListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /account_numbers, but is otherwise the same as AccountNumberServiceAsync.list.abstract CompletableFuture<HttpResponseFor<AccountNumberListPageAsync>>list(AccountNumberListParams params)Returns a raw HTTP response for get /account_numbers, but is otherwise the same as AccountNumberServiceAsync.list.abstract CompletableFuture<HttpResponseFor<AccountNumberListPageAsync>>list()Returns a raw HTTP response for get /account_numbers, but is otherwise the same as AccountNumberServiceAsync.list.CompletableFuture<HttpResponseFor<AccountNumberListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /account_numbers, but is otherwise the same as AccountNumberServiceAsync.list.-
-
Method Detail
-
create
abstract CompletableFuture<HttpResponseFor<AccountNumber>> create(AccountNumberCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /account_numbers, but is otherwise the same as AccountNumberServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<AccountNumber>> create(AccountNumberCreateParams params)
Returns a raw HTTP response for
post /account_numbers, but is otherwise the same as AccountNumberServiceAsync.create.
-
retrieve
abstract CompletableFuture<HttpResponseFor<AccountNumber>> retrieve(AccountNumberRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /account_numbers/{account_number_id}, but is otherwise the same as AccountNumberServiceAsync.retrieve.
-
retrieve
abstract CompletableFuture<HttpResponseFor<AccountNumber>> retrieve(AccountNumberRetrieveParams params)
Returns a raw HTTP response for
get /account_numbers/{account_number_id}, but is otherwise the same as AccountNumberServiceAsync.retrieve.
-
update
abstract CompletableFuture<HttpResponseFor<AccountNumber>> update(AccountNumberUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
patch /account_numbers/{account_number_id}, but is otherwise the same as AccountNumberServiceAsync.update.
-
update
abstract CompletableFuture<HttpResponseFor<AccountNumber>> update(AccountNumberUpdateParams params)
Returns a raw HTTP response for
patch /account_numbers/{account_number_id}, but is otherwise the same as AccountNumberServiceAsync.update.
-
list
abstract CompletableFuture<HttpResponseFor<AccountNumberListPageAsync>> list(AccountNumberListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /account_numbers, but is otherwise the same as AccountNumberServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<AccountNumberListPageAsync>> list(AccountNumberListParams params)
Returns a raw HTTP response for
get /account_numbers, but is otherwise the same as AccountNumberServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<AccountNumberListPageAsync>> list()
Returns a raw HTTP response for
get /account_numbers, but is otherwise the same as AccountNumberServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<AccountNumberListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /account_numbers, but is otherwise the same as AccountNumberServiceAsync.list.
-
-
-
-