Uses of Class
org.gitlab4j.api.Constants.ImpersonationState
Package | Description |
---|---|
org.gitlab4j.api |
-
Uses of Constants.ImpersonationState in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.ImpersonationState Modifier and Type Method Description static Constants.ImpersonationState
Constants.ImpersonationState. forValue(String value)
static Constants.ImpersonationState
Constants.ImpersonationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Constants.ImpersonationState[]
Constants.ImpersonationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api with parameters of type Constants.ImpersonationState Modifier and Type Method Description List<ImpersonationToken>
UserApi. getImpersonationTokens(Object userIdOrUsername, Constants.ImpersonationState state)
Get a list of a specified user's impersonation tokens.