Package com.lithic.api.models
Class V2ApplyResponse.DraftVersion.Parameters.Conditional3dsActionParameters.Condition.Value
-
- All Implemented Interfaces:
public final class V2ApplyResponse.DraftVersion.Parameters.Conditional3dsActionParameters.Condition.ValueA regex string, to be used with
MATCHESorDOES_NOT_MATCH
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceV2ApplyResponse.DraftVersion.Parameters.Conditional3dsActionParameters.Condition.Value.VisitorAn interface that defines how to map each variant of Value to a value of type T.
-
Method Summary
Modifier and Type Method Description final Optional<String>regex()A regex string, to be used with MATCHESorDOES_NOT_MATCHfinal Optional<Long>number()A number, to be used with IS_GREATER_THANorIS_LESS_THANfinal Optional<List<String>>listOfStrings()An array of strings, to be used with IS_ONE_OForIS_NOT_ONE_OFfinal BooleanisRegex()final BooleanisNumber()final BooleanisListOfStrings()final StringasRegex()A regex string, to be used with MATCHESorDOES_NOT_MATCHfinal LongasNumber()A number, to be used with IS_GREATER_THANorIS_LESS_THANfinal List<String>asListOfStrings()An array of strings, to be used with IS_ONE_OForIS_NOT_ONE_OFfinal Optional<JsonValue>_json()final <T extends Any> Taccept(V2ApplyResponse.DraftVersion.Parameters.Conditional3dsActionParameters.Condition.Value.Visitor<T> visitor)final V2ApplyResponse.DraftVersion.Parameters.Conditional3dsActionParameters.Condition.Valuevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V2ApplyResponse.DraftVersion.Parameters.Conditional3dsActionParameters.Condition.ValueofRegex(String regex)A regex string, to be used with MATCHESorDOES_NOT_MATCHfinal static V2ApplyResponse.DraftVersion.Parameters.Conditional3dsActionParameters.Condition.ValueofNumber(Long number)A number, to be used with IS_GREATER_THANorIS_LESS_THANfinal static V2ApplyResponse.DraftVersion.Parameters.Conditional3dsActionParameters.Condition.ValueofListOfStrings(List<String> listOfStrings)An array of strings, to be used with IS_ONE_OForIS_NOT_ONE_OF-
-
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(V2ApplyResponse.DraftVersion.Parameters.Conditional3dsActionParameters.Condition.Value.Visitor<T> visitor)
-
validate
final V2ApplyResponse.DraftVersion.Parameters.Conditional3dsActionParameters.Condition.Value validate()
-
ofRegex
final static V2ApplyResponse.DraftVersion.Parameters.Conditional3dsActionParameters.Condition.Value ofRegex(String regex)
A regex string, to be used with
MATCHESorDOES_NOT_MATCH
-
ofNumber
final static V2ApplyResponse.DraftVersion.Parameters.Conditional3dsActionParameters.Condition.Value ofNumber(Long number)
A number, to be used with
IS_GREATER_THANorIS_LESS_THAN
-
ofListOfStrings
final static V2ApplyResponse.DraftVersion.Parameters.Conditional3dsActionParameters.Condition.Value ofListOfStrings(List<String> listOfStrings)
An array of strings, to be used with
IS_ONE_OForIS_NOT_ONE_OF
-
-
-
-