Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletTransferMethodConfiguration.Field.Category
-
Packages that use HyperwalletTransferMethodConfiguration.Field.Category Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletTransferMethodConfiguration.Field.Category in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletTransferMethodConfiguration.Field.Category Modifier and Type Method Description HyperwalletTransferMethodConfiguration.Field.CategoryHyperwalletTransferMethodConfiguration.Field. getCategory()static HyperwalletTransferMethodConfiguration.Field.CategoryHyperwalletTransferMethodConfiguration.Field.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletTransferMethodConfiguration.Field.Category[]HyperwalletTransferMethodConfiguration.Field.Category. 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 HyperwalletTransferMethodConfiguration.Field.Category Modifier and Type Method Description HyperwalletTransferMethodConfiguration.FieldHyperwalletTransferMethodConfiguration.Field. setCategory(HyperwalletTransferMethodConfiguration.Field.Category category)
-