Uses of Class
com.adyen.model.configurationwebhooks.SweepConfigurationV2.ReasonEnum
-
Packages that use SweepConfigurationV2.ReasonEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of SweepConfigurationV2.ReasonEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return SweepConfigurationV2.ReasonEnum Modifier and Type Method Description static SweepConfigurationV2.ReasonEnumSweepConfigurationV2.ReasonEnum. fromValue(String value)SweepConfigurationV2.ReasonEnumSweepConfigurationV2. getReason()The reason for disabling the sweep.static SweepConfigurationV2.ReasonEnumSweepConfigurationV2.ReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SweepConfigurationV2.ReasonEnum[]SweepConfigurationV2.ReasonEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type SweepConfigurationV2.ReasonEnum Modifier and Type Method Description SweepConfigurationV2SweepConfigurationV2. reason(SweepConfigurationV2.ReasonEnum reason)voidSweepConfigurationV2. setReason(SweepConfigurationV2.ReasonEnum reason)The reason for disabling the sweep.
-