Package org.openapitools.client.model
Class ProfileEnrollmentPolicyRuleActions
java.lang.Object
org.openapitools.client.model.ProfileEnrollmentPolicyRuleActions
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class ProfileEnrollmentPolicyRuleActions
extends Object
ProfileEnrollmentPolicyRuleActions
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionenroll(PolicyRuleActionsEnroll enroll) booleanGet enrollgetIdp()Get idpGet passwordChangeGet profileEnrollmentGet selfServicePasswordResetGet selfServiceUnlockGet signoninthashCode()idp(IdpPolicyRuleAction idp) passwordChange(PasswordPolicyRuleAction passwordChange) profileEnrollment(ProfileEnrollmentPolicyRuleAction profileEnrollment) selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset) selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock) voidsetEnroll(PolicyRuleActionsEnroll enroll) voidvoidsetPasswordChange(PasswordPolicyRuleAction passwordChange) voidsetProfileEnrollment(ProfileEnrollmentPolicyRuleAction profileEnrollment) voidsetSelfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset) voidsetSelfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock) voidtoString() 
- 
Field Details
- 
JSON_PROPERTY_ENROLL
- See Also:
 
 - 
JSON_PROPERTY_IDP
- See Also:
 
 - 
JSON_PROPERTY_PASSWORD_CHANGE
- See Also:
 
 - 
JSON_PROPERTY_SELF_SERVICE_PASSWORD_RESET
- See Also:
 
 - 
JSON_PROPERTY_SELF_SERVICE_UNLOCK
- See Also:
 
 - 
JSON_PROPERTY_SIGNON
- See Also:
 
 - 
JSON_PROPERTY_PROFILE_ENROLLMENT
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ProfileEnrollmentPolicyRuleActions
public ProfileEnrollmentPolicyRuleActions() 
 - 
 - 
Method Details
- 
enroll
 - 
getEnroll
Get enroll- Returns:
 - enroll
 
 - 
setEnroll
 - 
idp
 - 
getIdp
Get idp- Returns:
 - idp
 
 - 
setIdp
 - 
passwordChange
 - 
getPasswordChange
Get passwordChange- Returns:
 - passwordChange
 
 - 
setPasswordChange
 - 
selfServicePasswordReset
public ProfileEnrollmentPolicyRuleActions selfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)  - 
getSelfServicePasswordReset
Get selfServicePasswordReset- Returns:
 - selfServicePasswordReset
 
 - 
setSelfServicePasswordReset
 - 
selfServiceUnlock
public ProfileEnrollmentPolicyRuleActions selfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)  - 
getSelfServiceUnlock
Get selfServiceUnlock- Returns:
 - selfServiceUnlock
 
 - 
setSelfServiceUnlock
 - 
signon
 - 
getSignon
Get signon- Returns:
 - signon
 
 - 
setSignon
 - 
profileEnrollment
public ProfileEnrollmentPolicyRuleActions profileEnrollment(ProfileEnrollmentPolicyRuleAction profileEnrollment)  - 
getProfileEnrollment
Get profileEnrollment- Returns:
 - profileEnrollment
 
 - 
setProfileEnrollment
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -