Uses of Class
com.adyen.model.balanceplatform.SweepSchedule
-
Packages that use SweepSchedule Package Description com.adyen.model.balanceplatform -
-
Uses of SweepSchedule in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return SweepSchedule Modifier and Type Method Description SweepScheduleSweepSchedule. cronExpression(String cronExpression)static SweepScheduleSweepSchedule. fromJson(String jsonString)Create an instance of SweepSchedule given an JSON stringSweepScheduleSweepConfigurationV2. getSchedule()Get scheduleSweepScheduleUpdateSweepConfigurationV2. getSchedule()Get scheduleSweepScheduleSweepSchedule. type(SweepSchedule.TypeEnum type)Methods in com.adyen.model.balanceplatform with parameters of type SweepSchedule Modifier and Type Method Description SweepConfigurationV2SweepConfigurationV2. schedule(SweepSchedule schedule)UpdateSweepConfigurationV2UpdateSweepConfigurationV2. schedule(SweepSchedule schedule)voidSweepConfigurationV2. setSchedule(SweepSchedule schedule)voidUpdateSweepConfigurationV2. setSchedule(SweepSchedule schedule)
-