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) voidGroupSchemaAttribute.setMaster(UserSchemaAttributeMaster master) voidUserSchemaAttribute.setMaster(UserSchemaAttributeMaster master) Method parameters in com.okta.sdk.resource.model with type arguments of type UserSchemaAttributeMasterModifier and TypeMethodDescriptionvoidGroupSchemaAttribute.setMaster_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<UserSchemaAttributeMaster> master) voidUserSchemaAttribute.setMaster_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<UserSchemaAttributeMaster> master)