Uses of Class
org.miaixz.bus.gitlab.models.EpicFilter
Packages that use EpicFilter
-
Uses of EpicFilter in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type EpicFilterModifier and TypeMethodDescriptionEpicsApi.getEpics(Object groupIdOrPath, int itemsPerPage, EpicFilter filter) Gets all epics of the requested group and its subgroups using the specified page and per page setting.EpicsApi.getEpics(Object groupIdOrPath, EpicFilter filter) Gets all epics of the requested group and its subgroups using the specified page and per page setting. -
Uses of EpicFilter in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return EpicFilterModifier and TypeMethodDescriptionEpicFilter.withAuthorId(Long authorId) Add 'author id' filter.EpicFilter.withAuthorUsername(String authorUsername) Add 'author username' filter.EpicFilter.withCreatedAfter(Date createdAfter) Add 'created after' filter.EpicFilter.withIncludeAncestorGroups(Boolean includeAncestorGroups) Add 'include ancestor groups' filter.EpicFilter.withIncludeDescendantGroups(Boolean includeDescendantGroups) Add 'include descendant groups' filter.EpicFilter.withLabels(String labels) Add 'labels' filter.EpicFilter.withMyReactionEmoji(String myReactionEmoji) Add 'my reaction emoji' filter.EpicFilter.withNot(Map<EpicFilter.EpicField, Object> not) Add 'not' filter.EpicFilter.withNot(EpicFilter.EpicField field, Object value) Add 'not' filter entry.EpicFilter.withOrderBy(Constants.EpicOrderBy orderBy) Add 'order by' filter.EpicFilter.withoutAuthorId(Long authorId) Add author_id to the 'not' filter entry.EpicFilter.withoutAuthorUsername(String authorUsername) Add author_username to the 'not' filter entry.EpicFilter.withoutLabels(String... labels) Add labels to the 'not' filter entry.EpicFilter.withSearch(String search) Add 'search' filter.EpicFilter.withSortOrder(Constants.SortOrder sort) Add 'sort' filter.EpicFilter.withState(AbstractEpic.EpicState state) Add 'state' filter.EpicFilter.withUpdatedAfter(Date updatedAfter) Add 'updated after' filter.EpicFilter.withUpdatedBefore(Date updatedBefore) Add 'updated before' filter.