Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletBankAccount.Status
-
Packages that use HyperwalletBankAccount.Status Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletBankAccount.Status in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletBankAccount.Status Modifier and Type Method Description HyperwalletBankAccount.StatusHyperwalletBankAccount. getStatus()HyperwalletBankAccount.StatusHyperwalletBankAccountsListPaginationOptions. getStatus()static HyperwalletBankAccount.StatusHyperwalletBankAccount.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletBankAccount.Status[]HyperwalletBankAccount.Status. 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.Status Modifier and Type Method Description voidHyperwalletBankAccount. setStatus(HyperwalletBankAccount.Status status)voidHyperwalletBankAccountsListPaginationOptions. setStatus(HyperwalletBankAccount.Status status)HyperwalletBankAccountHyperwalletBankAccount. status(HyperwalletBankAccount.Status status)HyperwalletBankAccountsListPaginationOptionsHyperwalletBankAccountsListPaginationOptions. status(HyperwalletBankAccount.Status status)
-