Class AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters.ConditionalAuthorizationActionParameters.Condition.Value
-
- All Implemented Interfaces:
public final class AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters.ConditionalAuthorizationActionParameters.Condition.ValueA regex string, to be used with
MATCHESorDOES_NOT_MATCH
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters.ConditionalAuthorizationActionParameters.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_THAN,IS_GREATER_THAN_OR_EQUAL_TO,IS_LESS_THAN,IS_LESS_THAN_OR_EQUAL_TO,IS_EQUAL_TO, orIS_NOT_EQUAL_TOfinal 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_THAN,IS_GREATER_THAN_OR_EQUAL_TO,IS_LESS_THAN,IS_LESS_THAN_OR_EQUAL_TO,IS_EQUAL_TO, orIS_NOT_EQUAL_TOfinal 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(AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters.ConditionalAuthorizationActionParameters.Condition.Value.Visitor<T> visitor)final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters.ConditionalAuthorizationActionParameters.Condition.Valuevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters.ConditionalAuthorizationActionParameters.Condition.ValueofRegex(String regex)A regex string, to be used with MATCHESorDOES_NOT_MATCHfinal static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters.ConditionalAuthorizationActionParameters.Condition.ValueofNumber(Long number)A number, to be used with IS_GREATER_THAN,IS_GREATER_THAN_OR_EQUAL_TO,IS_LESS_THAN,IS_LESS_THAN_OR_EQUAL_TO,IS_EQUAL_TO, orIS_NOT_EQUAL_TOfinal static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters.ConditionalAuthorizationActionParameters.Condition.ValueofListOfStrings(List<String> listOfStrings)An array of strings, to be used with IS_ONE_OForIS_NOT_ONE_OF-
-
Method Detail
-
number
final Optional<Long> number()
A number, to be used with
IS_GREATER_THAN,IS_GREATER_THAN_OR_EQUAL_TO,IS_LESS_THAN,IS_LESS_THAN_OR_EQUAL_TO,IS_EQUAL_TO, orIS_NOT_EQUAL_TO
-
listOfStrings
final Optional<List<String>> listOfStrings()
An array of strings, to be used with
IS_ONE_OForIS_NOT_ONE_OF
-
isListOfStrings
final Boolean isListOfStrings()
-
asNumber
final Long asNumber()
A number, to be used with
IS_GREATER_THAN,IS_GREATER_THAN_OR_EQUAL_TO,IS_LESS_THAN,IS_LESS_THAN_OR_EQUAL_TO,IS_EQUAL_TO, orIS_NOT_EQUAL_TO
-
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.CreateAuthRuleRequestProgramLevel.Parameters.ConditionalAuthorizationActionParameters.Condition.Value.Visitor<T> visitor)
-
validate
final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters.ConditionalAuthorizationActionParameters.Condition.Value validate()
-
ofRegex
final static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters.ConditionalAuthorizationActionParameters.Condition.Value ofRegex(String regex)
A regex string, to be used with
MATCHESorDOES_NOT_MATCH
-
ofNumber
final static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters.ConditionalAuthorizationActionParameters.Condition.Value ofNumber(Long number)
A number, to be used with
IS_GREATER_THAN,IS_GREATER_THAN_OR_EQUAL_TO,IS_LESS_THAN,IS_LESS_THAN_OR_EQUAL_TO,IS_EQUAL_TO, orIS_NOT_EQUAL_TO
-
ofListOfStrings
final static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters.ConditionalAuthorizationActionParameters.Condition.Value ofListOfStrings(List<String> listOfStrings)
An array of strings, to be used with
IS_ONE_OForIS_NOT_ONE_OF
-
-
-
-