Uses of Enum
com.okta.sdk.resource.model.UserSchemaAttributeType
Packages that use UserSchemaAttributeType
-
Uses of UserSchemaAttributeType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserSchemaAttributeTypeModifier and TypeMethodDescriptionstatic UserSchemaAttributeType
GroupSchemaAttribute.getType()
Type of propertyUserSchemaAttribute.getType()
Type of propertystatic UserSchemaAttributeType
Returns the enum constant of this type with the specified name.static UserSchemaAttributeType[]
UserSchemaAttributeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type UserSchemaAttributeTypeModifier and TypeMethodDescriptionvoid
GroupSchemaAttribute.setType
(UserSchemaAttributeType type) void
UserSchemaAttribute.setType
(UserSchemaAttributeType type) GroupSchemaAttribute.type
(UserSchemaAttributeType type) UserSchemaAttribute.type
(UserSchemaAttributeType type)