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 SweepConfigurationScheduleSweepConfigurationSchedule.SweepConfigurationScheduleDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)SweepConfigurationScheduleSweepConfigurationSchedule.SweepConfigurationScheduleDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)Handle deserialization of the 'null' value.SweepConfigurationScheduleSweepConfiguration. 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)voidSweepConfigurationSchedule.SweepConfigurationScheduleSerializer. serialize(SweepConfigurationSchedule value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)voidSweepConfiguration. setSchedule(SweepConfigurationSchedule schedule)voidSweepConfigurationV2. setSchedule(SweepConfigurationSchedule schedule)Constructor parameters in com.adyen.model.configurationwebhooks with type arguments of type SweepConfigurationSchedule Constructor Description SweepConfigurationScheduleSerializer(Class<SweepConfigurationSchedule> t)
-