Uses of Class
com.adyen.model.balanceplatform.WalletProviderDeviceType.ValueEnum
-
Packages that use WalletProviderDeviceType.ValueEnum Package Description com.adyen.model.balanceplatform -
-
Uses of WalletProviderDeviceType.ValueEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return WalletProviderDeviceType.ValueEnum Modifier and Type Method Description static WalletProviderDeviceType.ValueEnumWalletProviderDeviceType.ValueEnum. fromValue(String value)static WalletProviderDeviceType.ValueEnumWalletProviderDeviceType.ValueEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static WalletProviderDeviceType.ValueEnum[]WalletProviderDeviceType.ValueEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform that return types with arguments of type WalletProviderDeviceType.ValueEnum Modifier and Type Method Description List<WalletProviderDeviceType.ValueEnum>WalletProviderDeviceType. getValue()Get valueMethods in com.adyen.model.balanceplatform with parameters of type WalletProviderDeviceType.ValueEnum Modifier and Type Method Description WalletProviderDeviceTypeWalletProviderDeviceType. addValueItem(WalletProviderDeviceType.ValueEnum valueItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type WalletProviderDeviceType.ValueEnum Modifier and Type Method Description voidWalletProviderDeviceType. setValue(List<WalletProviderDeviceType.ValueEnum> value)valueWalletProviderDeviceTypeWalletProviderDeviceType. value(List<WalletProviderDeviceType.ValueEnum> value)value
-