@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") public class PasswordPolicyRuleActionsAllOf extends Object
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 |
---|
PasswordPolicyRuleActionsAllOf() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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) |
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 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)
Copyright © 2017–2023 Okta. All rights reserved.