Uses of Class
com.adyen.model.balanceplatform.SourceAccountTypesRestriction.ValueEnum
-
Packages that use SourceAccountTypesRestriction.ValueEnum Package Description com.adyen.model.balanceplatform -
-
Uses of SourceAccountTypesRestriction.ValueEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return SourceAccountTypesRestriction.ValueEnum Modifier and Type Method Description static SourceAccountTypesRestriction.ValueEnumSourceAccountTypesRestriction.ValueEnum. fromValue(String value)static SourceAccountTypesRestriction.ValueEnumSourceAccountTypesRestriction.ValueEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceAccountTypesRestriction.ValueEnum[]SourceAccountTypesRestriction.ValueEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform that return types with arguments of type SourceAccountTypesRestriction.ValueEnum Modifier and Type Method Description List<SourceAccountTypesRestriction.ValueEnum>SourceAccountTypesRestriction. getValue()The list of source account types to be evaluated.Methods in com.adyen.model.balanceplatform with parameters of type SourceAccountTypesRestriction.ValueEnum Modifier and Type Method Description SourceAccountTypesRestrictionSourceAccountTypesRestriction. addValueItem(SourceAccountTypesRestriction.ValueEnum valueItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type SourceAccountTypesRestriction.ValueEnum Modifier and Type Method Description voidSourceAccountTypesRestriction. setValue(List<SourceAccountTypesRestriction.ValueEnum> value)The list of source account types to be evaluated.SourceAccountTypesRestrictionSourceAccountTypesRestriction. value(List<SourceAccountTypesRestriction.ValueEnum> value)The list of source account types to be evaluated.
-