Uses of Enum
com.okta.sdk.resource.model.AppUser.ScopeEnum
Packages that use AppUser.ScopeEnum
-
Uses of AppUser.ScopeEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AppUser.ScopeEnumModifier and TypeMethodDescriptionstatic AppUser.ScopeEnumAppUser.getScope()Indicates if the assignment is direct (`USER`) or by group membership (`GROUP`).static AppUser.ScopeEnumReturns the enum constant of this type with the specified name.static AppUser.ScopeEnum[]AppUser.ScopeEnum.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 AppUser.ScopeEnumModifier and TypeMethodDescriptionAppUser.scope(AppUser.ScopeEnum scope) voidAppUser.setScope(AppUser.ScopeEnum scope)