Uses of Class
com.adyen.model.balanceplatform.StringMatch
-
Packages that use StringMatch Package Description com.adyen.model.balanceplatform -
-
Uses of StringMatch in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return StringMatch Modifier and Type Method Description static StringMatchStringMatch. fromJson(String jsonString)Create an instance of StringMatch given an JSON stringStringMatchStringMatch. operation(StringMatch.OperationEnum operation)The type of string matching operation.StringMatchStringMatch. value(String value)The string to be matched.Methods in com.adyen.model.balanceplatform that return types with arguments of type StringMatch Modifier and Type Method Description List<StringMatch>MerchantNamesRestriction. getValue()valueMethods in com.adyen.model.balanceplatform with parameters of type StringMatch Modifier and Type Method Description MerchantNamesRestrictionMerchantNamesRestriction. addValueItem(StringMatch valueItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type StringMatch Modifier and Type Method Description voidMerchantNamesRestriction. setValue(List<StringMatch> value)valueMerchantNamesRestrictionMerchantNamesRestriction. value(List<StringMatch> value)value
-