public class IssueFilter extends Object
| Constructor and Description |
|---|
IssueFilter() |
public Constants.IssueState getState()
public void setState(Constants.IssueState state)
public String getMilestone()
public void setMilestone(String milestone)
public Constants.IssueScope getScope()
public void setScope(Constants.IssueScope scope)
public Integer getAuthorId()
public void setAuthorId(Integer authorId)
public Integer getAssigneeId()
public void setAssigneeId(Integer assigneeId)
public String getMyReactionEmoji()
public void setMyReactionEmoji(String myReactionEmoji)
public Constants.IssueOrderBy getOrderBy()
public void setOrderBy(Constants.IssueOrderBy orderBy)
public Constants.SortOrder getSort()
public void setSort(Constants.SortOrder sort)
public String getSearch()
public void setSearch(String search)
public Date getCreatedAfter()
public void setCreatedAfter(Date createdAfter)
public Date getCreatedBefore()
public void setCreatedBefore(Date createdBefore)
public Date getUpdatedAfter()
public void setUpdatedAfter(Date updatedAfter)
public Date getUpdatedBefore()
public void setUpdatedBefore(Date updatedBefore)
public IssueFilter withIids(List<String> iids)
public IssueFilter withState(Constants.IssueState state)
public IssueFilter withLabels(List<String> labels)
public IssueFilter withMilestone(String milestone)
public IssueFilter withScope(Constants.IssueScope scope)
public IssueFilter withAuthorId(Integer authorId)
public IssueFilter withAssigneeId(Integer assigneeId)
public IssueFilter withMyReactionEmoji(String myReactionEmoji)
public IssueFilter withOrderBy(Constants.IssueOrderBy orderBy)
public IssueFilter withSort(Constants.SortOrder sort)
public IssueFilter withSearch(String search)
public IssueFilter withCreatedAfter(Date createdAfter)
public IssueFilter withCreatedBefore(Date createdBefore)
public IssueFilter withUpdatedAfter(Date updatedAfter)
public IssueFilter withUpdatedBefore(Date updatedBefore)
public GitLabApiForm getQueryParams(int page, int perPage)
public GitLabApiForm getQueryParams()
Copyright © 2021. All rights reserved.