Uses of Enum
org.gitlab4j.api.Constants.ImpersonationState
Packages that use Constants.ImpersonationState
-
Uses of Constants.ImpersonationState in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.ImpersonationStateModifier and TypeMethodDescriptionstatic Constants.ImpersonationState
static Constants.ImpersonationState
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.ImpersonationStateModifier and TypeMethodDescriptionUserApi.getImpersonationTokens
(Object userIdOrUsername, Constants.ImpersonationState state) Get a list of a specified user's impersonation tokens.