Uses of Interface
com.okta.sdk.resource.policy.ProfileEnrollmentPolicyRuleProfileAttribute
-
Packages that use ProfileEnrollmentPolicyRuleProfileAttribute Package Description com.okta.sdk.resource.policy -
-
Uses of ProfileEnrollmentPolicyRuleProfileAttribute in com.okta.sdk.resource.policy
Methods in com.okta.sdk.resource.policy that return ProfileEnrollmentPolicyRuleProfileAttribute Modifier and Type Method Description ProfileEnrollmentPolicyRuleProfileAttribute
ProfileEnrollmentPolicyRuleProfileAttribute. setLabel(java.lang.String label)
ProfileEnrollmentPolicyRuleProfileAttribute
ProfileEnrollmentPolicyRuleProfileAttribute. setName(java.lang.String name)
ProfileEnrollmentPolicyRuleProfileAttribute
ProfileEnrollmentPolicyRuleProfileAttribute. setRequired(java.lang.Boolean required)
Methods in com.okta.sdk.resource.policy that return types with arguments of type ProfileEnrollmentPolicyRuleProfileAttribute Modifier and Type Method Description java.util.List<ProfileEnrollmentPolicyRuleProfileAttribute>
ProfileEnrollmentPolicyRuleAction. getProfileAttributes()
Method parameters in com.okta.sdk.resource.policy with type arguments of type ProfileEnrollmentPolicyRuleProfileAttribute Modifier and Type Method Description ProfileEnrollmentPolicyRuleAction
ProfileEnrollmentPolicyRuleAction. setProfileAttributes(java.util.List<ProfileEnrollmentPolicyRuleProfileAttribute> profileAttributes)
-