Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletBankAccount.Type
-
Packages that use HyperwalletBankAccount.Type Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletBankAccount.Type in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletBankAccount.Type Modifier and Type Method Description HyperwalletBankAccount.TypeHyperwalletBankAccount. getType()HyperwalletBankAccount.TypeHyperwalletBankAccountsListPaginationOptions. getType()static HyperwalletBankAccount.TypeHyperwalletBankAccount.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletBankAccount.Type[]HyperwalletBankAccount.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hyperwallet.clientsdk.model with parameters of type HyperwalletBankAccount.Type Modifier and Type Method Description voidHyperwalletBankAccount. setType(HyperwalletBankAccount.Type type)voidHyperwalletBankAccountsListPaginationOptions. setType(HyperwalletBankAccount.Type type)HyperwalletBankAccountHyperwalletBankAccount. type(HyperwalletBankAccount.Type type)HyperwalletBankAccountsListPaginationOptionsHyperwalletBankAccountsListPaginationOptions. type(HyperwalletBankAccount.Type type)
-