Package org.openapitools.client.model
Class PasswordPolicyRuleActionsAllOf
java.lang.Object
org.openapitools.client.model.PasswordPolicyRuleActionsAllOf
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class PasswordPolicyRuleActionsAllOf
extends Object
PasswordPolicyRuleActionsAllOf
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGet passwordChangeGet selfServicePasswordResetGet selfServiceUnlockinthashCode()passwordChange(PasswordPolicyRuleAction passwordChange) selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset) selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock) voidsetPasswordChange(PasswordPolicyRuleAction passwordChange) voidsetSelfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset) voidsetSelfServiceUnlock(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(PasswordPolicyRuleAction selfServicePasswordReset)  - 
getSelfServicePasswordReset
Get selfServicePasswordReset- Returns:
 - selfServicePasswordReset
 
 - 
setSelfServicePasswordReset
 - 
selfServiceUnlock
 - 
getSelfServiceUnlock
Get selfServiceUnlock- Returns:
 - selfServiceUnlock
 
 - 
setSelfServiceUnlock
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -