Interface ExternalAccountService.WithRawResponse
-
- All Implemented Interfaces:
public interface ExternalAccountService.WithRawResponseA view of ExternalAccountService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<ExternalAccount>create(ExternalAccountCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /external_accounts, but is otherwise the same as ExternalAccountService.create.abstract HttpResponseFor<ExternalAccount>create(ExternalAccountCreateParams params)Returns a raw HTTP response for post /external_accounts, but is otherwise the same as ExternalAccountService.create.abstract HttpResponseFor<ExternalAccount>retrieve(ExternalAccountRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /external_accounts/{external_account_id}, but is otherwise the same as ExternalAccountService.retrieve.abstract HttpResponseFor<ExternalAccount>retrieve(ExternalAccountRetrieveParams params)Returns a raw HTTP response for get /external_accounts/{external_account_id}, but is otherwise the same as ExternalAccountService.retrieve.abstract HttpResponseFor<ExternalAccount>update(ExternalAccountUpdateParams params, RequestOptions requestOptions)Returns a raw HTTP response for patch /external_accounts/{external_account_id}, but is otherwise the same as ExternalAccountService.update.abstract HttpResponseFor<ExternalAccount>update(ExternalAccountUpdateParams params)Returns a raw HTTP response for patch /external_accounts/{external_account_id}, but is otherwise the same as ExternalAccountService.update.abstract HttpResponseFor<ExternalAccountListPage>list(ExternalAccountListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /external_accounts, but is otherwise the same as ExternalAccountService.list.abstract HttpResponseFor<ExternalAccountListPage>list(ExternalAccountListParams params)Returns a raw HTTP response for get /external_accounts, but is otherwise the same as ExternalAccountService.list.abstract HttpResponseFor<ExternalAccountListPage>list()Returns a raw HTTP response for get /external_accounts, but is otherwise the same as ExternalAccountService.list.HttpResponseFor<ExternalAccountListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /external_accounts, but is otherwise the same as ExternalAccountService.list.-
-
Method Detail
-
create
abstract HttpResponseFor<ExternalAccount> create(ExternalAccountCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /external_accounts, but is otherwise the same as ExternalAccountService.create.
-
create
abstract HttpResponseFor<ExternalAccount> create(ExternalAccountCreateParams params)
Returns a raw HTTP response for
post /external_accounts, but is otherwise the same as ExternalAccountService.create.
-
retrieve
abstract HttpResponseFor<ExternalAccount> retrieve(ExternalAccountRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /external_accounts/{external_account_id}, but is otherwise the same as ExternalAccountService.retrieve.
-
retrieve
abstract HttpResponseFor<ExternalAccount> retrieve(ExternalAccountRetrieveParams params)
Returns a raw HTTP response for
get /external_accounts/{external_account_id}, but is otherwise the same as ExternalAccountService.retrieve.
-
update
abstract HttpResponseFor<ExternalAccount> update(ExternalAccountUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
patch /external_accounts/{external_account_id}, but is otherwise the same as ExternalAccountService.update.
-
update
abstract HttpResponseFor<ExternalAccount> update(ExternalAccountUpdateParams params)
Returns a raw HTTP response for
patch /external_accounts/{external_account_id}, but is otherwise the same as ExternalAccountService.update.
-
list
abstract HttpResponseFor<ExternalAccountListPage> list(ExternalAccountListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /external_accounts, but is otherwise the same as ExternalAccountService.list.
-
list
abstract HttpResponseFor<ExternalAccountListPage> list(ExternalAccountListParams params)
Returns a raw HTTP response for
get /external_accounts, but is otherwise the same as ExternalAccountService.list.
-
list
abstract HttpResponseFor<ExternalAccountListPage> list()
Returns a raw HTTP response for
get /external_accounts, but is otherwise the same as ExternalAccountService.list.
-
list
HttpResponseFor<ExternalAccountListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /external_accounts, but is otherwise the same as ExternalAccountService.list.
-
-
-
-