Uses of Enum
com.okta.sdk.resource.model.CustomRole.TypeEnum
Packages that use CustomRole.TypeEnum
-
Uses of CustomRole.TypeEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return CustomRole.TypeEnumModifier and TypeMethodDescriptionstatic CustomRole.TypeEnum
CustomRole.getType()
CUSTOM for a custom rolestatic CustomRole.TypeEnum
Returns the enum constant of this type with the specified name.static CustomRole.TypeEnum[]
CustomRole.TypeEnum.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 CustomRole.TypeEnumModifier and TypeMethodDescriptionvoid
CustomRole.setType
(CustomRole.TypeEnum type) CustomRole.type
(CustomRole.TypeEnum type)