Uses of Class
com.adyen.model.balanceplatform.SweepSchedule.TypeEnum
-
Packages that use SweepSchedule.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of SweepSchedule.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return SweepSchedule.TypeEnum Modifier and Type Method Description static SweepSchedule.TypeEnumSweepSchedule.TypeEnum. fromValue(String value)SweepSchedule.TypeEnumSweepSchedule. getType()The schedule type.static SweepSchedule.TypeEnumSweepSchedule.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SweepSchedule.TypeEnum[]SweepSchedule.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type SweepSchedule.TypeEnum Modifier and Type Method Description voidSweepSchedule. setType(SweepSchedule.TypeEnum type)The schedule type.SweepScheduleSweepSchedule. type(SweepSchedule.TypeEnum type)
-