Uses of Class
com.adyen.model.balanceplatform.UpdateSweepConfigurationV2.StatusEnum
-
Packages that use UpdateSweepConfigurationV2.StatusEnum Package Description com.adyen.model.balanceplatform -
-
Uses of UpdateSweepConfigurationV2.StatusEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return UpdateSweepConfigurationV2.StatusEnum Modifier and Type Method Description static UpdateSweepConfigurationV2.StatusEnumUpdateSweepConfigurationV2.StatusEnum. fromValue(String value)UpdateSweepConfigurationV2.StatusEnumUpdateSweepConfigurationV2. getStatus()The status of the sweep.static UpdateSweepConfigurationV2.StatusEnumUpdateSweepConfigurationV2.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateSweepConfigurationV2.StatusEnum[]UpdateSweepConfigurationV2.StatusEnum. 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.StatusEnum Modifier and Type Method Description voidUpdateSweepConfigurationV2. setStatus(UpdateSweepConfigurationV2.StatusEnum status)The status of the sweep.UpdateSweepConfigurationV2UpdateSweepConfigurationV2. status(UpdateSweepConfigurationV2.StatusEnum status)The status of the sweep.
-