Uses of Enum
com.okta.sdk.resource.model.UserSchemaAttributeMutabilityString
Packages that use UserSchemaAttributeMutabilityString
-
Uses of UserSchemaAttributeMutabilityString in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserSchemaAttributeMutabilityStringModifier and TypeMethodDescriptionGroupSchemaAttribute.getMutability()Defines the mutability of the propertyUserSchemaAttribute.getMutability()Defines the mutability of the propertyReturns the enum constant of this type with the specified name.static UserSchemaAttributeMutabilityString[]UserSchemaAttributeMutabilityString.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 UserSchemaAttributeMutabilityStringModifier and TypeMethodDescriptionGroupSchemaAttribute.mutability(UserSchemaAttributeMutabilityString mutability) UserSchemaAttribute.mutability(UserSchemaAttributeMutabilityString mutability) voidGroupSchemaAttribute.setMutability(UserSchemaAttributeMutabilityString mutability) voidUserSchemaAttribute.setMutability(UserSchemaAttributeMutabilityString mutability)