Package org.gitlab4j.api.models
Class ImpersonationToken
java.lang.Object
org.gitlab4j.api.models.ImpersonationToken
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enum to specify the scope of an ImpersonationToken. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getToken()
void
void
setCreatedAt
(Date createdAt) void
setExpiresAt
(Date expiresAt) void
void
setImpersonation
(Boolean impersonation) void
void
setRevoked
(Boolean revoked) void
setScopes
(List<ImpersonationToken.Scope> scopes) void
toString()
-
Constructor Details
-
ImpersonationToken
public ImpersonationToken()
-
-
Method Details