@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-29T14:11:29.890-05:00[America/Chicago]") public class PasswordPolicyRuleActions extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_PASSWORD_CHANGE  | 
static String | 
JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET  | 
static String | 
JSON_PROPERTY_SELF_SERVICE_UNLOCK  | 
| Constructor and Description | 
|---|
PasswordPolicyRuleActions()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
PasswordPolicyRuleAction | 
getPasswordChange()
Get passwordChange 
 | 
SelfServicePasswordResetAction | 
getSelfServicePasswordReset()
Get selfServicePasswordReset 
 | 
PasswordPolicyRuleAction | 
getSelfServiceUnlock()
Get selfServiceUnlock 
 | 
int | 
hashCode()  | 
PasswordPolicyRuleActions | 
passwordChange(PasswordPolicyRuleAction passwordChange)  | 
PasswordPolicyRuleActions | 
selfServicePasswordReset(SelfServicePasswordResetAction selfServicePasswordReset)  | 
PasswordPolicyRuleActions | 
selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)  | 
void | 
setPasswordChange(PasswordPolicyRuleAction passwordChange)  | 
void | 
setSelfServicePasswordReset(SelfServicePasswordResetAction selfServicePasswordReset)  | 
void | 
setSelfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_PASSWORD_CHANGE
public static final String JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET
public static final String JSON_PROPERTY_SELF_SERVICE_UNLOCK
public PasswordPolicyRuleActions passwordChange(PasswordPolicyRuleAction passwordChange)
@Nullable public PasswordPolicyRuleAction getPasswordChange()
public void setPasswordChange(PasswordPolicyRuleAction passwordChange)
public PasswordPolicyRuleActions selfServicePasswordReset(SelfServicePasswordResetAction selfServicePasswordReset)
@Nullable public SelfServicePasswordResetAction getSelfServicePasswordReset()
public void setSelfServicePasswordReset(SelfServicePasswordResetAction selfServicePasswordReset)
public PasswordPolicyRuleActions selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
@Nullable public PasswordPolicyRuleAction getSelfServiceUnlock()
public void setSelfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
Copyright © 2017–2023 Okta. All rights reserved.