Uses of Enum Class
org.aoju.bus.gitlab.models.ImpersonationToken.Scope
Packages that use ImpersonationToken.Scope
-
Uses of ImpersonationToken.Scope in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab with parameters of type ImpersonationToken.ScopeModifier and TypeMethodDescriptionUserApi.createImpersonationToken(Object userIdOrUsername, String name, Date expiresAt, ImpersonationToken.Scope[] scopes) Create an impersonation token. -
Uses of ImpersonationToken.Scope in org.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return ImpersonationToken.ScopeModifier and TypeMethodDescriptionstatic ImpersonationToken.Scopestatic ImpersonationToken.ScopeReturns the enum constant of this class with the specified name.static ImpersonationToken.Scope[]ImpersonationToken.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.gitlab.models that return types with arguments of type ImpersonationToken.ScopeMethod parameters in org.aoju.bus.gitlab.models with type arguments of type ImpersonationToken.ScopeModifier and TypeMethodDescriptionvoidImpersonationToken.setScopes(List<ImpersonationToken.Scope> scopes)