Package org.aoju.bus.gitlab.models
Class MergeRequestFilter
java.lang.Object
org.aoju.bus.gitlab.models.MergeRequestFilter
This class is used to filter merge requests when getting lists of them.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIids()getIn()getQueryParams(int page, int perPage) getScope()getSort()getState()getWip()voidsetAssigneeId(Long assigneeId) voidsetAuthorId(Long authorId) voidsetCreatedAfter(Date createdAfter) voidsetCreatedBefore(Date createdBefore) voidvoidvoidvoidsetMilestone(String milestone) voidsetMyReactionEmoji(String myReactionEmoji) voidsetOrderBy(Constants.MergeRequestOrderBy orderBy) voidsetProjectId(Long projectId) voidvoidvoidsetSimpleView(Boolean simpleView) voidsetSort(Constants.SortOrder sort) voidsetSourceBranch(String sourceBranch) voidvoidsetTargetBranch(String targetBranch) voidsetUpdatedAfter(Date updatedAfter) voidsetUpdatedBefore(Date updatedBefore) voidwithAssigneeId(Long assigneeId) withAuthorId(Long authorId) withCreatedAfter(Date createdAfter) withCreatedBefore(Date createdBefore) withLabels(List<String> labels) withMilestone(String milestone) withMyReactionEmoji(String myReactionEmoji) withOrderBy(Constants.MergeRequestOrderBy orderBy) withProjectId(Long projectId) withSearch(String search) withSimpleView(Boolean simpleView) withSort(Constants.SortOrder sort) withSourceBranch(String sourceBranch) withTargetBranch(String targetBranch) withUpdatedAfter(Date updatedAfter) withUpdatedBefore(Date updatedBefore)
-
Constructor Details
-
MergeRequestFilter
public MergeRequestFilter()
-
-
Method Details
-
getProjectId
-
setProjectId
-
withProjectId
-
getIids
-
setIids
-
withIids
-
getState
-
setState
-
withState
-
getOrderBy
-
setOrderBy
-
withOrderBy
-
getSort
-
setSort
-
withSort
-
getMilestone
-
setMilestone
-
withMilestone
-
getSimpleView
-
setSimpleView
-
withSimpleView
-
getLabels
-
setLabels
-
withLabels
-
getCreatedAfter
-
setCreatedAfter
-
withCreatedAfter
-
getCreatedBefore
-
setCreatedBefore
-
withCreatedBefore
-
getUpdatedAfter
-
setUpdatedAfter
-
withUpdatedAfter
-
getUpdatedBefore
-
setUpdatedBefore
-
withUpdatedBefore
-
getScope
-
setScope
-
withScope
-
getAuthorId
-
setAuthorId
-
withAuthorId
-
getAssigneeId
-
setAssigneeId
-
withAssigneeId
-
getMyReactionEmoji
-
setMyReactionEmoji
-
withMyReactionEmoji
-
getSourceBranch
-
setSourceBranch
-
withSourceBranch
-
getTargetBranch
-
setTargetBranch
-
withTargetBranch
-
getSearch
-
setSearch
-
withSearch
-
getIn
-
setIn
-
withIn
-
getWip
-
setWip
-
withWip
-
getQueryParams
-
getQueryParams
-