Uses of Enum Class
org.aoju.bus.gitlab.Constants.EpicOrderBy
Packages that use Constants.EpicOrderBy
-
Uses of Constants.EpicOrderBy in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return Constants.EpicOrderByModifier and TypeMethodDescriptionstatic Constants.EpicOrderBystatic Constants.EpicOrderByReturns the enum constant of this class with the specified name.static Constants.EpicOrderBy[]Constants.EpicOrderBy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.gitlab with parameters of type Constants.EpicOrderByModifier and TypeMethodDescriptionEpicsApi.getEpics(Object groupIdOrPath, Long authorId, String labels, Constants.EpicOrderBy orderBy, Constants.SortOrder sortOrder, String search) Gets all epics of the requested group and its subgroups.EpicsApi.getEpics(Object groupIdOrPath, Long authorId, String labels, Constants.EpicOrderBy orderBy, Constants.SortOrder sortOrder, String search, int itemsPerPage) Get a Pager of all epics of the requested group and its subgroups.EpicsApi.getEpics(Object groupIdOrPath, Long authorId, String labels, Constants.EpicOrderBy orderBy, Constants.SortOrder sortOrder, String search, int page, int perPage) Gets all epics of the requested group and its subgroups using the specified page and per page setting.EpicsApi.getEpicsStream(Object groupIdOrPath, Long authorId, String labels, Constants.EpicOrderBy orderBy, Constants.SortOrder sortOrder, String search) Gets all epics of the requested group and its subgroups as a Stream.