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