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)DayOfWeekRestriction.ValueEnumDayOfWeekRestriction.ValueEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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)voidDayOfWeekRestriction.ValueEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DayOfWeekRestriction.ValueEnum enumeration)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)DayOfWeekRestrictionDayOfWeekRestriction. value(List<DayOfWeekRestriction.ValueEnum> value)
-