Package org.aoju.bus.gitlab.models
Class IssueFilter
java.lang.Object
org.aoju.bus.gitlab.models.IssueFilter
This class is used to filter issues when getting lists of them.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIids()getQueryParams(int page, int perPage) getScope()getSort()getState()voidsetAssigneeId(Long assigneeId) voidsetAuthorId(Long authorId) voidsetCreatedAfter(Date createdAfter) voidsetCreatedBefore(Date createdBefore) voidvoidvoidsetMilestone(String milestone) voidsetMyReactionEmoji(String myReactionEmoji) voidsetOrderBy(Constants.IssueOrderBy orderBy) voidsetScope(Constants.IssueScope scope) voidvoidsetSort(Constants.SortOrder sort) voidsetState(Constants.IssueState state) voidsetUpdatedAfter(Date updatedAfter) voidsetUpdatedBefore(Date updatedBefore) withAssigneeId(Long assigneeId) withAuthorId(Long authorId) withCreatedAfter(Date createdAfter) withCreatedBefore(Date createdBefore) withLabels(List<String> labels) withMilestone(String milestone) withMyReactionEmoji(String myReactionEmoji) withOrderBy(Constants.IssueOrderBy orderBy) withScope(Constants.IssueScope scope) withSearch(String search) withSort(Constants.SortOrder sort) withState(Constants.IssueState state) withUpdatedAfter(Date updatedAfter) withUpdatedBefore(Date updatedBefore)
-
Constructor Details
-
IssueFilter
public IssueFilter()
-
-
Method Details
-
getIids
-
setIids
-
getState
-
setState
-
getLabels
-
setLabels
-
getMilestone
-
setMilestone
-
getScope
-
setScope
-
getAuthorId
-
setAuthorId
-
getAssigneeId
-
setAssigneeId
-
getMyReactionEmoji
-
setMyReactionEmoji
-
getOrderBy
-
setOrderBy
-
getSort
-
setSort
-
getSearch
-
setSearch
-
getCreatedAfter
-
setCreatedAfter
-
getCreatedBefore
-
setCreatedBefore
-
getUpdatedAfter
-
setUpdatedAfter
-
getUpdatedBefore
-
setUpdatedBefore
-
withIids
-
withState
-
withLabels
-
withMilestone
-
withScope
-
withAuthorId
-
withAssigneeId
-
withMyReactionEmoji
-
withOrderBy
-
withSort
-
withSearch
-
withCreatedAfter
-
withCreatedBefore
-
withUpdatedAfter
-
withUpdatedBefore
-
getQueryParams
-
getQueryParams
-