Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
2f775051
Commit
2f775051
authored
Sep 24, 2017
by
Greg Messner
Browse files
Added TokenType enum (#79)
parent
d4f32c10
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/Constants.java
View file @
2f775051
...
@@ -31,6 +31,11 @@ public interface Constants {
...
@@ -31,6 +31,11 @@ public interface Constants {
/** Page param HTTP header key. */
/** Page param HTTP header key. */
public
static
final
String
PAGE_PARAM
=
"page"
;
public
static
final
String
PAGE_PARAM
=
"page"
;
/** Used to specify the type of authentication token. */
public
enum
TokenType
{
ACCESS
,
PRIVATE
;
}
/** Enum to use for ordering the results of various API calls. */
/** Enum to use for ordering the results of various API calls. */
public
enum
SortOrder
{
public
enum
SortOrder
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment