Uses of Class
com.adyen.model.balanceplatform.StringMatch.OperationEnum
-
Packages that use StringMatch.OperationEnum Package Description com.adyen.model.balanceplatform -
-
Uses of StringMatch.OperationEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return StringMatch.OperationEnum Modifier and Type Method Description static StringMatch.OperationEnumStringMatch.OperationEnum. fromValue(String value)StringMatch.OperationEnumStringMatch. getOperation()The type of string matching operation.static StringMatch.OperationEnumStringMatch.OperationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StringMatch.OperationEnum[]StringMatch.OperationEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type StringMatch.OperationEnum Modifier and Type Method Description StringMatchStringMatch. operation(StringMatch.OperationEnum operation)The type of string matching operation.voidStringMatch. setOperation(StringMatch.OperationEnum operation)The type of string matching operation.
-