Package com.okta.sdk.resource.model
Class UserIdentifierPolicyRuleCondition
java.lang.Object
com.okta.sdk.resource.model.UserIdentifierPolicyRuleCondition
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class UserIdentifierPolicyRuleCondition
extends Object
implements Serializable
UserIdentifierPolicyRuleCondition
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddPatternsItem
(UserIdentifierConditionEvaluatorPattern patternsItem) boolean
Get attributeGet patternsgetType()
Get typeint
hashCode()
patterns
(List<UserIdentifierConditionEvaluatorPattern> patterns) void
setAttribute
(String attribute) void
void
setType
(UserIdentifierType type) toString()
type
(UserIdentifierType type)
-
Field Details
-
JSON_PROPERTY_ATTRIBUTE
- See Also:
-
JSON_PROPERTY_PATTERNS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
UserIdentifierPolicyRuleCondition
public UserIdentifierPolicyRuleCondition()
-
-
Method Details
-
attribute
-
getAttribute
Get attribute- Returns:
- attribute
-
setAttribute
-
patterns
public UserIdentifierPolicyRuleCondition patterns(List<UserIdentifierConditionEvaluatorPattern> patterns) -
addPatternsItem
public UserIdentifierPolicyRuleCondition addPatternsItem(UserIdentifierConditionEvaluatorPattern patternsItem) -
getPatterns
Get patterns- Returns:
- patterns
-
setPatterns
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-