Uses of Interface
com.okta.sdk.resource.ProfileEnrollmentPolicyRuleProfileAttribute
-
Packages that use ProfileEnrollmentPolicyRuleProfileAttribute Package Description com.okta.sdk.resource -
-
Uses of ProfileEnrollmentPolicyRuleProfileAttribute in com.okta.sdk.resource
Methods in com.okta.sdk.resource 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 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 with type arguments of type ProfileEnrollmentPolicyRuleProfileAttribute Modifier and Type Method Description ProfileEnrollmentPolicyRuleAction
ProfileEnrollmentPolicyRuleAction. setProfileAttributes(java.util.List<ProfileEnrollmentPolicyRuleProfileAttribute> profileAttributes)
-