Uses of Class
com.okta.sdk.resource.model.UserSchemaAttributeMaster
Packages that use UserSchemaAttributeMaster
-
Uses of UserSchemaAttributeMaster in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserSchemaAttributeMasterModifier and TypeMethodDescriptionUserSchemaAttributeMaster.addpriorityItem
(UserSchemaAttributeMasterPriority priorityItem) GroupSchemaAttribute.getMaster()
Identifies where the property is masteredUserSchemaAttribute.getMaster()
Identifies where the property is masteredUserSchemaAttributeMaster.priority
(List<UserSchemaAttributeMasterPriority> priority) UserSchemaAttributeMaster.type
(UserSchemaAttributeMasterType type) Methods in com.okta.sdk.resource.model that return types with arguments of type UserSchemaAttributeMasterModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable
<UserSchemaAttributeMaster> GroupSchemaAttribute.getMaster_JsonNullable()
org.openapitools.jackson.nullable.JsonNullable
<UserSchemaAttributeMaster> UserSchemaAttribute.getMaster_JsonNullable()
Methods in com.okta.sdk.resource.model with parameters of type UserSchemaAttributeMasterModifier and TypeMethodDescriptionGroupSchemaAttribute.master
(UserSchemaAttributeMaster master) UserSchemaAttribute.master
(UserSchemaAttributeMaster master) void
GroupSchemaAttribute.setMaster
(UserSchemaAttributeMaster master) void
UserSchemaAttribute.setMaster
(UserSchemaAttributeMaster master) Method parameters in com.okta.sdk.resource.model with type arguments of type UserSchemaAttributeMasterModifier and TypeMethodDescriptionvoid
GroupSchemaAttribute.setMaster_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<UserSchemaAttributeMaster> master) void
UserSchemaAttribute.setMaster_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<UserSchemaAttributeMaster> master)