Uses of Class
com.adyen.model.balanceplatform.ProcessingTypesRestriction.ValueEnum
-
Packages that use ProcessingTypesRestriction.ValueEnum Package Description com.adyen.model.balanceplatform -
-
Uses of ProcessingTypesRestriction.ValueEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return ProcessingTypesRestriction.ValueEnum Modifier and Type Method Description static ProcessingTypesRestriction.ValueEnumProcessingTypesRestriction.ValueEnum. fromValue(String value)static ProcessingTypesRestriction.ValueEnumProcessingTypesRestriction.ValueEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessingTypesRestriction.ValueEnum[]ProcessingTypesRestriction.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 ProcessingTypesRestriction.ValueEnum Modifier and Type Method Description List<ProcessingTypesRestriction.ValueEnum>ProcessingTypesRestriction. getValue()List of processing types.Methods in com.adyen.model.balanceplatform with parameters of type ProcessingTypesRestriction.ValueEnum Modifier and Type Method Description ProcessingTypesRestrictionProcessingTypesRestriction. addValueItem(ProcessingTypesRestriction.ValueEnum valueItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type ProcessingTypesRestriction.ValueEnum Modifier and Type Method Description voidProcessingTypesRestriction. setValue(List<ProcessingTypesRestriction.ValueEnum> value)List of processing types.ProcessingTypesRestrictionProcessingTypesRestriction. value(List<ProcessingTypesRestriction.ValueEnum> value)List of processing types.
-