Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletVenmoAccount.Type
-
Packages that use HyperwalletVenmoAccount.Type Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletVenmoAccount.Type in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletVenmoAccount.Type Modifier and Type Method Description HyperwalletVenmoAccount.TypeHyperwalletVenmoAccount. getType()HyperwalletVenmoAccount.TypeHyperwalletVenmoAccountListPaginationOptions. getType()static HyperwalletVenmoAccount.TypeHyperwalletVenmoAccount.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletVenmoAccount.Type[]HyperwalletVenmoAccount.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 HyperwalletVenmoAccount.Type Modifier and Type Method Description voidHyperwalletVenmoAccount. setType(HyperwalletVenmoAccount.Type type)voidHyperwalletVenmoAccountListPaginationOptions. setType(HyperwalletVenmoAccount.Type type)HyperwalletVenmoAccountHyperwalletVenmoAccount. type(HyperwalletVenmoAccount.Type type)HyperwalletVenmoAccountListPaginationOptionsHyperwalletVenmoAccountListPaginationOptions. type(HyperwalletVenmoAccount.Type type)
-