Uses of Class
org.gitlab4j.api.models.ImpersonationToken.Scope
-
Packages that use ImpersonationToken.Scope Package Description org.gitlab4j.api org.gitlab4j.api.models -
-
Uses of ImpersonationToken.Scope in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type ImpersonationToken.Scope Modifier and Type Method Description ImpersonationToken
UserApi. 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.Scope Modifier and Type Method Description static ImpersonationToken.Scope
ImpersonationToken.Scope. forValue(String value)
static ImpersonationToken.Scope
ImpersonationToken.Scope. valueOf(String name)
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.Scope Modifier and Type Method Description List<ImpersonationToken.Scope>
ImpersonationToken. getScopes()
Method parameters in org.gitlab4j.api.models with type arguments of type ImpersonationToken.Scope Modifier and Type Method Description void
ImpersonationToken. setScopes(List<ImpersonationToken.Scope> scopes)
-