Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.ProjectAccessTokenScope
Packages that use Constants.ProjectAccessTokenScope
-
Uses of Constants.ProjectAccessTokenScope in org.miaixz.bus.gitlab
Method parameters in org.miaixz.bus.gitlab with type arguments of type Constants.ProjectAccessTokenScopeModifier and TypeMethodDescriptionProjectApi.createProjectAccessToken(Object projectIdOrPath, String name, List<Constants.ProjectAccessTokenScope> scopes, Date expiresAt) Creates a new project access token.ProjectApi.createProjectAccessToken(Object projectIdOrPath, String name, List<Constants.ProjectAccessTokenScope> scopes, Date expiresAt, Long accessLevel) Creates a new project access token. -
Uses of Constants.ProjectAccessTokenScope in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.ProjectAccessTokenScopeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Constants.ProjectAccessTokenScope[]Constants.ProjectAccessTokenScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab.models that return types with arguments of type Constants.ProjectAccessTokenScopeMethod parameters in org.miaixz.bus.gitlab.models with type arguments of type Constants.ProjectAccessTokenScopeModifier and TypeMethodDescriptionvoidPersonalAccessToken.setScopes(List<Constants.ProjectAccessTokenScope> scopes) voidProjectAccessToken.setScopes(List<Constants.ProjectAccessTokenScope> scopes)