Package com.okta.sdk.resource.model
Class PasswordPolicyRuleActionsAllOf
java.lang.Object
com.okta.sdk.resource.model.PasswordPolicyRuleActionsAllOf
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:03.723859-06:00[America/Chicago]")
public class PasswordPolicyRuleActionsAllOf
extends Object
implements Serializable
PasswordPolicyRuleActionsAllOf
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get passwordChangeGet selfServicePasswordResetGet selfServiceUnlockint
hashCode()
passwordChange
(PasswordPolicyRuleAction passwordChange) selfServicePasswordReset
(SelfServicePasswordResetAction selfServicePasswordReset) selfServiceUnlock
(PasswordPolicyRuleAction selfServiceUnlock) void
setPasswordChange
(PasswordPolicyRuleAction passwordChange) void
setSelfServicePasswordReset
(SelfServicePasswordResetAction selfServicePasswordReset) void
setSelfServiceUnlock
(PasswordPolicyRuleAction selfServiceUnlock) toString()
-
Field Details
-
JSON_PROPERTY_PASSWORD_CHANGE
- See Also:
-
JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET
- See Also:
-
JSON_PROPERTY_SELF_SERVICE_UNLOCK
- See Also:
-
-
Constructor Details
-
PasswordPolicyRuleActionsAllOf
public PasswordPolicyRuleActionsAllOf()
-
-
Method Details
-
passwordChange
-
getPasswordChange
Get passwordChange- Returns:
- passwordChange
-
setPasswordChange
-
selfServicePasswordReset
public PasswordPolicyRuleActionsAllOf selfServicePasswordReset(SelfServicePasswordResetAction selfServicePasswordReset) -
getSelfServicePasswordReset
Get selfServicePasswordReset- Returns:
- selfServicePasswordReset
-
setSelfServicePasswordReset
-
selfServiceUnlock
-
getSelfServiceUnlock
Get selfServiceUnlock- Returns:
- selfServiceUnlock
-
setSelfServiceUnlock
-
equals
-
hashCode
public int hashCode() -
toString
-