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