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