Package com.okta.sdk.resource.model
Class PasswordPolicyRuleActions
java.lang.Object
com.okta.sdk.resource.model.PasswordPolicyRuleActions
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class PasswordPolicyRuleActions
extends Object
implements Serializable
PasswordPolicyRuleActions
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGet passwordChangeGet selfServicePasswordResetGet selfServiceUnlockinthashCode()passwordChange(PasswordPolicyRuleAction passwordChange) selfServicePasswordReset(SelfServicePasswordResetAction selfServicePasswordReset) selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock) voidsetPasswordChange(PasswordPolicyRuleAction passwordChange) voidsetSelfServicePasswordReset(SelfServicePasswordResetAction 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
- 
PasswordPolicyRuleActions
public PasswordPolicyRuleActions() 
 - 
 - 
Method Details
- 
passwordChange
 - 
getPasswordChange
Get passwordChange- Returns:
 - passwordChange
 
 - 
setPasswordChange
 - 
selfServicePasswordReset
public PasswordPolicyRuleActions selfServicePasswordReset(SelfServicePasswordResetAction selfServicePasswordReset)  - 
getSelfServicePasswordReset
Get selfServicePasswordReset- Returns:
 - selfServicePasswordReset
 
 - 
setSelfServicePasswordReset
 - 
selfServiceUnlock
 - 
getSelfServiceUnlock
Get selfServiceUnlock- Returns:
 - selfServiceUnlock
 
 - 
setSelfServiceUnlock
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -