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.
1 parent 075ce39 commit b51f089Copy full SHA for b51f089
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