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