We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 075ce39 + b51f089 commit 0ec95c1Copy full SHA for 0ec95c1
src/main/java/org/gitlab4j/api/Constants.java
@@ -248,7 +248,7 @@ public String toString() {
248
/** Enum to use for ordering the results of getGroups() and getSubGroups(). */
249
public enum GroupOrderBy {
250
251
- NAME, PATH, ID;
+ NAME, PATH, ID, SIMILARITY;
252
private static JacksonJsonEnumHelper<GroupOrderBy> enumHelper = new JacksonJsonEnumHelper<>(GroupOrderBy.class);
253
254
@JsonCreator
0 commit comments