Uses of Class
com.adyen.model.configurationwebhooks.SweepSchedule
-
Packages that use SweepSchedule Package Description com.adyen.model.configurationwebhooks -
-
Uses of SweepSchedule in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return SweepSchedule Modifier and Type Method Description SweepScheduleSweepSchedule. cronExpression(String cronExpression)A [cron expression](https://en.wikipedia.org/wiki/Cron#CRON_expression) that is used to set the sweep schedule.static SweepScheduleSweepSchedule. fromJson(String jsonString)Create an instance of SweepSchedule given an JSON stringSweepScheduleSweepConfigurationV2. getSchedule()scheduleSweepScheduleSweepSchedule. type(SweepSchedule.TypeEnum type)The schedule type.Methods in com.adyen.model.configurationwebhooks with parameters of type SweepSchedule Modifier and Type Method Description SweepConfigurationV2SweepConfigurationV2. schedule(SweepSchedule schedule)schedulevoidSweepConfigurationV2. setSchedule(SweepSchedule schedule)schedule
-