Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletAccount.EType
-
Packages that use HyperwalletAccount.EType Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletAccount.EType in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletAccount.EType Modifier and Type Method Description HyperwalletAccount.ETypeHyperwalletAccount. getType()static HyperwalletAccount.ETypeHyperwalletAccount.EType. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletAccount.EType[]HyperwalletAccount.EType. 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 HyperwalletAccount.EType Modifier and Type Method Description voidHyperwalletAccount. setType(HyperwalletAccount.EType type)HyperwalletAccountHyperwalletAccount. type(HyperwalletAccount.EType type)
-