Uses of Class
com.adyen.model.balanceplatform.EntryModesRestriction.ValueEnum
-
Packages that use EntryModesRestriction.ValueEnum Package Description com.adyen.model.balanceplatform -
-
Uses of EntryModesRestriction.ValueEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return EntryModesRestriction.ValueEnum Modifier and Type Method Description static EntryModesRestriction.ValueEnumEntryModesRestriction.ValueEnum. fromValue(String value)static EntryModesRestriction.ValueEnumEntryModesRestriction.ValueEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EntryModesRestriction.ValueEnum[]EntryModesRestriction.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 EntryModesRestriction.ValueEnum Modifier and Type Method Description List<EntryModesRestriction.ValueEnum>EntryModesRestriction. getValue()List of point-of-sale entry modes.Methods in com.adyen.model.balanceplatform with parameters of type EntryModesRestriction.ValueEnum Modifier and Type Method Description EntryModesRestrictionEntryModesRestriction. addValueItem(EntryModesRestriction.ValueEnum valueItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type EntryModesRestriction.ValueEnum Modifier and Type Method Description voidEntryModesRestriction. setValue(List<EntryModesRestriction.ValueEnum> value)List of point-of-sale entry modes.EntryModesRestrictionEntryModesRestriction. value(List<EntryModesRestriction.ValueEnum> value)List of point-of-sale entry modes.
-