Uses of Enum
org.gitlab4j.api.Constants.EpicOrderBy
Packages that use Constants.EpicOrderBy
-
Uses of Constants.EpicOrderBy in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.EpicOrderByModifier and TypeMethodDescriptionstatic Constants.EpicOrderBy
static Constants.EpicOrderBy
Returns the enum constant of this type with the specified name.static Constants.EpicOrderBy[]
Constants.EpicOrderBy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api 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.