Package com.lithic.api.models
Class AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.Conditional3dsActionParameters.Condition.Value
-
- All Implemented Interfaces:
public final class AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.Conditional3dsActionParameters.Condition.ValueA regex string, to be used with
MATCHESorDOES_NOT_MATCH
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.Conditional3dsActionParameters.Condition.Value.VisitorAn interface that defines how to map each variant of Value to a value of type T.
-
Method Summary
-
-
Method Detail
-
listOfStrings
final Optional<List<String>> listOfStrings()
An array of strings, to be used with
IS_ONE_OForIS_NOT_ONE_OF
-
isListOfStrings
final Boolean isListOfStrings()
-
asListOfStrings
final List<String> asListOfStrings()
An array of strings, to be used with
IS_ONE_OForIS_NOT_ONE_OF
-
accept
final <T extends Any> T accept(AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.Conditional3dsActionParameters.Condition.Value.Visitor<T> visitor)
-
validate
final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.Conditional3dsActionParameters.Condition.Value validate()
-
ofRegex
final static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.Conditional3dsActionParameters.Condition.Value ofRegex(String regex)
A regex string, to be used with
MATCHESorDOES_NOT_MATCH
-
ofNumber
final static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.Conditional3dsActionParameters.Condition.Value ofNumber(Long number)
A number, to be used with
IS_GREATER_THANorIS_LESS_THAN
-
ofListOfStrings
final static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.Conditional3dsActionParameters.Condition.Value ofListOfStrings(List<String> listOfStrings)
An array of strings, to be used with
IS_ONE_OForIS_NOT_ONE_OF
-
-
-
-