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