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
0ec95c19
Unverified
Commit
0ec95c19
authored
Dec 09, 2022
by
Gautier de Saint Martin Lacaze
Committed by
GitHub
Dec 09, 2022
Browse files
Merge pull request #850 from lolgab/order-by-similarity
Add SIMILARITY to GroupOrderBy enum
parents
075ce397
b51f089d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/Constants.java
View file @
0ec95c19
...
@@ -248,7 +248,7 @@ public interface Constants {
...
@@ -248,7 +248,7 @@ public interface Constants {
/** Enum to use for ordering the results of getGroups() and getSubGroups(). */
/** Enum to use for ordering the results of getGroups() and getSubGroups(). */
public
enum
GroupOrderBy
{
public
enum
GroupOrderBy
{
NAME
,
PATH
,
ID
;
NAME
,
PATH
,
ID
,
SIMILARITY
;
private
static
JacksonJsonEnumHelper
<
GroupOrderBy
>
enumHelper
=
new
JacksonJsonEnumHelper
<>(
GroupOrderBy
.
class
);
private
static
JacksonJsonEnumHelper
<
GroupOrderBy
>
enumHelper
=
new
JacksonJsonEnumHelper
<>(
GroupOrderBy
.
class
);
@JsonCreator
@JsonCreator
...
...
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