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