Uses of Class
com.adyen.model.balanceplatform.CreateSweepConfigurationV2.ReasonEnum
-
Packages that use CreateSweepConfigurationV2.ReasonEnum Package Description com.adyen.model.balanceplatform -
-
Uses of CreateSweepConfigurationV2.ReasonEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return CreateSweepConfigurationV2.ReasonEnum Modifier and Type Method Description static CreateSweepConfigurationV2.ReasonEnumCreateSweepConfigurationV2.ReasonEnum. fromValue(String value)CreateSweepConfigurationV2.ReasonEnumCreateSweepConfigurationV2. getReason()The reason for disabling the sweep.static CreateSweepConfigurationV2.ReasonEnumCreateSweepConfigurationV2.ReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateSweepConfigurationV2.ReasonEnum[]CreateSweepConfigurationV2.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 CreateSweepConfigurationV2.ReasonEnum Modifier and Type Method Description CreateSweepConfigurationV2CreateSweepConfigurationV2. reason(CreateSweepConfigurationV2.ReasonEnum reason)voidCreateSweepConfigurationV2. setReason(CreateSweepConfigurationV2.ReasonEnum reason)The reason for disabling the sweep.
-