Uses of Enum Class
org.miaixz.bus.gitlab.Constants.GroupOrderBy
Packages that use Constants.GroupOrderBy
-
Uses of Constants.GroupOrderBy in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return Constants.GroupOrderByModifier and TypeMethodDescriptionstatic Constants.GroupOrderBystatic Constants.GroupOrderByReturns the enum constant of this class with the specified name.static Constants.GroupOrderBy[]Constants.GroupOrderBy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab with parameters of type Constants.GroupOrderByModifier and TypeMethodDescriptionGroupApi.getSubGroups(Object groupIdOrPath, List<Integer> skipGroups, Boolean allAvailable, String search, Constants.GroupOrderBy orderBy, Constants.SortOrder sortOrder, Boolean statistics, Boolean owned) Get a list of visible direct subgroups in this group.GroupApi.getSubGroups(Object groupIdOrPath, List<Integer> skipGroups, Boolean allAvailable, String search, Constants.GroupOrderBy orderBy, Constants.SortOrder sortOrder, Boolean statistics, Boolean owned, int itemsPerPage) Get a Pager of visible direct subgroups in this group.GroupApi.getSubGroups(Object groupIdOrPath, List<Integer> skipGroups, Boolean allAvailable, String search, Constants.GroupOrderBy orderBy, Constants.SortOrder sortOrder, Boolean statistics, Boolean owned, int page, int perPage) Get a list of visible direct subgroups in this group.GroupApi.getSubGroupsStream(Object groupIdOrPath, List<Integer> skipGroups, Boolean allAvailable, String search, Constants.GroupOrderBy orderBy, Constants.SortOrder sortOrder, Boolean statistics, Boolean owned) Get a Stream of visible direct subgroups in this group. -
Uses of Constants.GroupOrderBy in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models with parameters of type Constants.GroupOrderByModifier and TypeMethodDescriptionGroupFilter.withOrderBy(Constants.GroupOrderBy orderBy) Return groups ordered by id, name, path, created_at, updated_at, or last_activity_at fields.