@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class PasswordPolicyRuleActionsAllOf
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_PASSWORD_CHANGE |
static java.lang.String |
JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET |
static java.lang.String |
JSON_PROPERTY_SELF_SERVICE_UNLOCK |
Constructor and Description |
---|
PasswordPolicyRuleActionsAllOf() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
PasswordPolicyRuleAction |
getPasswordChange()
Get passwordChange
|
PasswordPolicyRuleAction |
getSelfServicePasswordReset()
Get selfServicePasswordReset
|
PasswordPolicyRuleAction |
getSelfServiceUnlock()
Get selfServiceUnlock
|
int |
hashCode() |
PasswordPolicyRuleActionsAllOf |
passwordChange(PasswordPolicyRuleAction passwordChange) |
PasswordPolicyRuleActionsAllOf |
selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset) |
PasswordPolicyRuleActionsAllOf |
selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock) |
void |
setPasswordChange(PasswordPolicyRuleAction passwordChange) |
void |
setSelfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset) |
void |
setSelfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_PASSWORD_CHANGE
public static final java.lang.String JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET
public static final java.lang.String JSON_PROPERTY_SELF_SERVICE_UNLOCK
public PasswordPolicyRuleActionsAllOf passwordChange(PasswordPolicyRuleAction passwordChange)
@Nullable public PasswordPolicyRuleAction getPasswordChange()
public void setPasswordChange(PasswordPolicyRuleAction passwordChange)
public PasswordPolicyRuleActionsAllOf selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)
@Nullable public PasswordPolicyRuleAction getSelfServicePasswordReset()
public void setSelfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)
public PasswordPolicyRuleActionsAllOf selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
@Nullable public PasswordPolicyRuleAction getSelfServiceUnlock()
public void setSelfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.