Uses of Class
com.adyen.model.balanceplatform.CronSweepSchedule.TypeEnum
-
Packages that use CronSweepSchedule.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of CronSweepSchedule.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return CronSweepSchedule.TypeEnum Modifier and Type Method Description static CronSweepSchedule.TypeEnumCronSweepSchedule.TypeEnum. fromValue(String value)CronSweepSchedule.TypeEnumCronSweepSchedule. getType()The schedule type.static CronSweepSchedule.TypeEnumCronSweepSchedule.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CronSweepSchedule.TypeEnum[]CronSweepSchedule.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 CronSweepSchedule.TypeEnum Modifier and Type Method Description voidCronSweepSchedule. setType(CronSweepSchedule.TypeEnum type)CronSweepScheduleCronSweepSchedule. type(CronSweepSchedule.TypeEnum type)
-