Uses of Class
com.adyen.model.balanceplatform.CounterpartyTypesRestriction.ValueEnum
-
Packages that use CounterpartyTypesRestriction.ValueEnum Package Description com.adyen.model.balanceplatform -
-
Uses of CounterpartyTypesRestriction.ValueEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return CounterpartyTypesRestriction.ValueEnum Modifier and Type Method Description static CounterpartyTypesRestriction.ValueEnumCounterpartyTypesRestriction.ValueEnum. fromValue(String value)static CounterpartyTypesRestriction.ValueEnumCounterpartyTypesRestriction.ValueEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CounterpartyTypesRestriction.ValueEnum[]CounterpartyTypesRestriction.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 CounterpartyTypesRestriction.ValueEnum Modifier and Type Method Description List<CounterpartyTypesRestriction.ValueEnum>CounterpartyTypesRestriction. getValue()The list of counterparty types to be evaluated.Methods in com.adyen.model.balanceplatform with parameters of type CounterpartyTypesRestriction.ValueEnum Modifier and Type Method Description CounterpartyTypesRestrictionCounterpartyTypesRestriction. addValueItem(CounterpartyTypesRestriction.ValueEnum valueItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type CounterpartyTypesRestriction.ValueEnum Modifier and Type Method Description voidCounterpartyTypesRestriction. setValue(List<CounterpartyTypesRestriction.ValueEnum> value)The list of counterparty types to be evaluated.CounterpartyTypesRestrictionCounterpartyTypesRestriction. value(List<CounterpartyTypesRestriction.ValueEnum> value)The list of counterparty types to be evaluated.
-