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)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 stringSweepScheduleCreateSweepConfigurationV2. getSchedule()Get scheduleSweepScheduleSweepConfigurationV2. getSchedule()Get scheduleSweepScheduleUpdateSweepConfigurationV2. getSchedule()Get scheduleSweepScheduleSweepSchedule. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.SweepScheduleSweepSchedule. type(SweepSchedule.TypeEnum type)The schedule type.Methods in com.adyen.model.balanceplatform with parameters of type SweepSchedule Modifier and Type Method Description CreateSweepConfigurationV2CreateSweepConfigurationV2. schedule(SweepSchedule schedule)scheduleSweepConfigurationV2SweepConfigurationV2. schedule(SweepSchedule schedule)scheduleUpdateSweepConfigurationV2UpdateSweepConfigurationV2. schedule(SweepSchedule schedule)schedulevoidCreateSweepConfigurationV2. setSchedule(SweepSchedule schedule)schedulevoidSweepConfigurationV2. setSchedule(SweepSchedule schedule)schedulevoidUpdateSweepConfigurationV2. setSchedule(SweepSchedule schedule)schedule
-