Uses of Class
com.adyen.model.configurationwebhooks.SweepConfigurationV2.TypeEnum
-
Packages that use SweepConfigurationV2.TypeEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of SweepConfigurationV2.TypeEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return SweepConfigurationV2.TypeEnum Modifier and Type Method Description static SweepConfigurationV2.TypeEnumSweepConfigurationV2.TypeEnum. fromValue(String value)SweepConfigurationV2.TypeEnumSweepConfigurationV2. getType()The direction of sweep, whether pushing out or pulling in funds to the balance account.static SweepConfigurationV2.TypeEnumSweepConfigurationV2.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SweepConfigurationV2.TypeEnum[]SweepConfigurationV2.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type SweepConfigurationV2.TypeEnum Modifier and Type Method Description voidSweepConfigurationV2. setType(SweepConfigurationV2.TypeEnum type)The direction of sweep, whether pushing out or pulling in funds to the balance account.SweepConfigurationV2SweepConfigurationV2. type(SweepConfigurationV2.TypeEnum type)The direction of sweep, whether pushing out or pulling in funds to the balance account.
-