Uses of Enum
org.gitlab4j.api.models.ImpersonationToken.Scope
Packages that use ImpersonationToken.Scope
-
Uses of ImpersonationToken.Scope in org.gitlab4j.api
Methods in org.gitlab4j.api 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.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return ImpersonationToken.ScopeModifier and TypeMethodDescriptionstatic ImpersonationToken.Scope
static ImpersonationToken.Scope
Returns the enum constant of this type with the specified name.static ImpersonationToken.Scope[]
ImpersonationToken.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api.models that return types with arguments of type ImpersonationToken.ScopeMethod parameters in org.gitlab4j.api.models with type arguments of type ImpersonationToken.ScopeModifier and TypeMethodDescriptionvoid
ImpersonationToken.setScopes
(List<ImpersonationToken.Scope> scopes)