Uses of Class
com.adyen.model.configurationwebhooks.SweepConfigurationSchedule
-
Packages that use SweepConfigurationSchedule Package Description com.adyen.model.configurationwebhooks -
-
Uses of SweepConfigurationSchedule in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return SweepConfigurationSchedule Modifier and Type Method Description static SweepConfigurationScheduleSweepConfigurationSchedule. fromJson(String jsonString)Create an instance of SweepConfigurationSchedule given an JSON stringSweepConfigurationScheduleSweepConfiguration. getSchedule()Get scheduleSweepConfigurationScheduleSweepConfigurationV2. getSchedule()Get scheduleMethods in com.adyen.model.configurationwebhooks with parameters of type SweepConfigurationSchedule Modifier and Type Method Description SweepConfigurationSweepConfiguration. schedule(SweepConfigurationSchedule schedule)SweepConfigurationV2SweepConfigurationV2. schedule(SweepConfigurationSchedule schedule)voidSweepConfiguration. setSchedule(SweepConfigurationSchedule schedule)voidSweepConfigurationV2. setSchedule(SweepConfigurationSchedule schedule)
-