Package com.okta.sdk.resource.model
Class PasswordPolicyRuleAllOf
java.lang.Object
com.okta.sdk.resource.model.PasswordPolicyRuleAllOf
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:03.723859-06:00[America/Chicago]")
public class PasswordPolicyRuleAllOf
extends Object
implements Serializable
PasswordPolicyRuleAllOf
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionactions
(PasswordPolicyRuleActions actions) conditions
(PasswordPolicyRuleConditions conditions) boolean
Get actionsGet conditionsint
hashCode()
void
setActions
(PasswordPolicyRuleActions actions) void
setConditions
(PasswordPolicyRuleConditions conditions) toString()
-
Field Details
-
JSON_PROPERTY_ACTIONS
- See Also:
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
-
Constructor Details
-
PasswordPolicyRuleAllOf
public PasswordPolicyRuleAllOf()
-
-
Method Details