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.Constructors in com.adyen.model.balanceplatform with parameters of type UpdateSweepConfigurationV2.ReasonEnum Constructor Description UpdateSweepConfigurationV2(String id, UpdateSweepConfigurationV2.ReasonEnum reason, String reasonDetail)
-