Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<ImpersonationToken> |
UserApi.getImpersonationTokens(Object userIdOrUsername,
Constants.ImpersonationState state)
Get a list of a specified user's impersonation tokens.
|
Copyright © 2020. All rights reserved.