Uses of Class
com.adyen.model.balanceplatform.UpdateSweepConfigurationV2.CategoryEnum
-
Packages that use UpdateSweepConfigurationV2.CategoryEnum Package Description com.adyen.model.balanceplatform -
-
Uses of UpdateSweepConfigurationV2.CategoryEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return UpdateSweepConfigurationV2.CategoryEnum Modifier and Type Method Description static UpdateSweepConfigurationV2.CategoryEnumUpdateSweepConfigurationV2.CategoryEnum. fromValue(String value)UpdateSweepConfigurationV2.CategoryEnumUpdateSweepConfigurationV2. getCategory()The type of transfer that results from the sweep.static UpdateSweepConfigurationV2.CategoryEnumUpdateSweepConfigurationV2.CategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateSweepConfigurationV2.CategoryEnum[]UpdateSweepConfigurationV2.CategoryEnum. 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.CategoryEnum Modifier and Type Method Description UpdateSweepConfigurationV2UpdateSweepConfigurationV2. category(UpdateSweepConfigurationV2.CategoryEnum category)The type of transfer that results from the sweep.voidUpdateSweepConfigurationV2. setCategory(UpdateSweepConfigurationV2.CategoryEnum category)The type of transfer that results from the sweep.
-