Uses of Class
com.adyen.model.configurationwebhooks.CronSweepSchedule
-
Packages that use CronSweepSchedule Package Description com.adyen.model.configurationwebhooks -
-
Uses of CronSweepSchedule in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return CronSweepSchedule Modifier and Type Method Description CronSweepScheduleCronSweepSchedule. cronExpression(String cronExpression)static CronSweepScheduleCronSweepSchedule. fromJson(String jsonString)Create an instance of CronSweepSchedule given an JSON stringCronSweepScheduleSweepConfigurationSchedule. getCronSweepSchedule()Get the actual instance of `CronSweepSchedule`.CronSweepScheduleCronSweepSchedule. type(CronSweepSchedule.TypeEnum type)Constructors in com.adyen.model.configurationwebhooks with parameters of type CronSweepSchedule Constructor Description SweepConfigurationSchedule(CronSweepSchedule o)
-