Uses of Class
com.adyen.model.balanceplatform.DayOfWeekRestriction.ValueEnum
-
Packages that use DayOfWeekRestriction.ValueEnum Package Description com.adyen.model.balanceplatform -
-
Uses of DayOfWeekRestriction.ValueEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return DayOfWeekRestriction.ValueEnum Modifier and Type Method Description static DayOfWeekRestriction.ValueEnumDayOfWeekRestriction.ValueEnum. fromValue(String value)static DayOfWeekRestriction.ValueEnumDayOfWeekRestriction.ValueEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DayOfWeekRestriction.ValueEnum[]DayOfWeekRestriction.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 DayOfWeekRestriction.ValueEnum Modifier and Type Method Description List<DayOfWeekRestriction.ValueEnum>DayOfWeekRestriction. getValue()List of days of the week.Methods in com.adyen.model.balanceplatform with parameters of type DayOfWeekRestriction.ValueEnum Modifier and Type Method Description DayOfWeekRestrictionDayOfWeekRestriction. addValueItem(DayOfWeekRestriction.ValueEnum valueItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type DayOfWeekRestriction.ValueEnum Modifier and Type Method Description voidDayOfWeekRestriction. setValue(List<DayOfWeekRestriction.ValueEnum> value)List of days of the week.DayOfWeekRestrictionDayOfWeekRestriction. value(List<DayOfWeekRestriction.ValueEnum> value)List of days of the week.
-