Uses of Enum
com.okta.sdk.resource.model.Subject.FormatEnum
Packages that use Subject.FormatEnum
-
Uses of Subject.FormatEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return Subject.FormatEnumModifier and TypeMethodDescriptionstatic Subject.FormatEnum
Subject.getFormat()
The user identifierstatic Subject.FormatEnum
Returns the enum constant of this type with the specified name.static Subject.FormatEnum[]
Subject.FormatEnum.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 Subject.FormatEnumModifier and TypeMethodDescriptionSubject.format
(Subject.FormatEnum format) void
Subject.setFormat
(Subject.FormatEnum format)