Skip to content

Commit 0ec95c1

Browse files
authored
Merge pull request #850 from lolgab/order-by-similarity
Add SIMILARITY to GroupOrderBy enum
2 parents 075ce39 + b51f089 commit 0ec95c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gitlab4j/api/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public String toString() {
248248
/** Enum to use for ordering the results of getGroups() and getSubGroups(). */
249249
public enum GroupOrderBy {
250250

251-
NAME, PATH, ID;
251+
NAME, PATH, ID, SIMILARITY;
252252
private static JacksonJsonEnumHelper<GroupOrderBy> enumHelper = new JacksonJsonEnumHelper<>(GroupOrderBy.class);
253253

254254
@JsonCreator

0 commit comments

Comments
 (0)