Uses of Class
app.cybrid.cybrid_api_bank.client.model.ListRequestOwnerBankModel
-
Packages that use ListRequestOwnerBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of ListRequestOwnerBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api with parameters of type ListRequestOwnerBankModel Modifier and Type Method Description reactor.core.publisher.Mono<AccountListBankModel>AccountsBankApi. listAccounts(BigInteger page, BigInteger perPage, ListRequestOwnerBankModel owner, String guid, String type, String bankGuid, String customerGuid, String label)List Accounts Retrieves a list of accounts.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AccountListBankModel>>AccountsBankApi. listAccountsWithHttpInfo(BigInteger page, BigInteger perPage, ListRequestOwnerBankModel owner, String guid, String type, String bankGuid, String customerGuid, String label)reactor.core.publisher.Mono<ExternalWalletListBankModel>ExternalWalletsBankApi. listExternalWallets(BigInteger page, BigInteger perPage, ListRequestOwnerBankModel owner, String guid, String bankGuid, String customerGuid, String state)Get external wallets list Retrieves a listing of external wallets.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ExternalWalletListBankModel>>ExternalWalletsBankApi. listExternalWalletsWithHttpInfo(BigInteger page, BigInteger perPage, ListRequestOwnerBankModel owner, String guid, String bankGuid, String customerGuid, String state) -
Uses of ListRequestOwnerBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return ListRequestOwnerBankModel Modifier and Type Method Description static ListRequestOwnerBankModelListRequestOwnerBankModel. fromValue(String value)static ListRequestOwnerBankModelListRequestOwnerBankModel. valueOf(String name)Returns the enum constant of this type with the specified name.static ListRequestOwnerBankModel[]ListRequestOwnerBankModel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-