public class IssueFilter
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
IssueFilter.IssueField |
| Constructor and Description |
|---|
IssueFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAssigneeId() |
java.lang.Long |
getAuthorId() |
java.util.Date |
getCreatedAfter() |
java.util.Date |
getCreatedBefore() |
java.util.List<java.lang.String> |
getIids() |
java.lang.String |
getIterationTitle() |
java.util.List<java.lang.String> |
getLabels() |
java.lang.String |
getMilestone() |
java.lang.String |
getMyReactionEmoji() |
java.util.Map<IssueFilter.IssueField,java.lang.Object> |
getNot() |
Constants.IssueOrderBy |
getOrderBy() |
GitLabApiForm |
getQueryParams() |
GitLabApiForm |
getQueryParams(int page,
int perPage) |
Constants.IssueScope |
getScope() |
java.lang.String |
getSearch() |
Constants.SortOrder |
getSort() |
Constants.IssueState |
getState() |
java.util.Date |
getUpdatedAfter() |
java.util.Date |
getUpdatedBefore() |
void |
setAssigneeId(java.lang.Long assigneeId) |
void |
setAuthorId(java.lang.Long authorId) |
void |
setCreatedAfter(java.util.Date createdAfter) |
void |
setCreatedBefore(java.util.Date createdBefore) |
void |
setIids(java.util.List<java.lang.String> iids) |
void |
setIterationTitle(java.lang.String iterationTitle) |
void |
setLabels(java.util.List<java.lang.String> labels) |
void |
setMilestone(java.lang.String milestone) |
void |
setMyReactionEmoji(java.lang.String myReactionEmoji) |
void |
setNot(java.util.Map<IssueFilter.IssueField,java.lang.Object> not) |
void |
setOrderBy(Constants.IssueOrderBy orderBy) |
void |
setScope(Constants.IssueScope scope) |
void |
setSearch(java.lang.String search) |
void |
setSort(Constants.SortOrder sort) |
void |
setState(Constants.IssueState state) |
void |
setUpdatedAfter(java.util.Date updatedAfter) |
void |
setUpdatedBefore(java.util.Date updatedBefore) |
IssueFilter |
withAssigneeId(java.lang.Long assigneeId) |
IssueFilter |
withAuthorId(java.lang.Long authorId) |
IssueFilter |
withCreatedAfter(java.util.Date createdAfter) |
IssueFilter |
withCreatedBefore(java.util.Date createdBefore) |
IssueFilter |
withIids(java.util.List<java.lang.String> iids) |
IssueFilter |
withIterationTitle(java.lang.String iterationTitle) |
IssueFilter |
withLabels(java.util.List<java.lang.String> labels) |
IssueFilter |
withMilestone(java.lang.String milestone) |
IssueFilter |
withMyReactionEmoji(java.lang.String myReactionEmoji) |
IssueFilter |
withNot(IssueFilter.IssueField field,
java.lang.Object value)
Add 'not' filter entry.
|
IssueFilter |
withNot(java.util.Map<IssueFilter.IssueField,java.lang.Object> not)
Add 'not' filter.
|
IssueFilter |
withOrderBy(Constants.IssueOrderBy orderBy) |
IssueFilter |
withoutAssigneeId(java.lang.Long assigneeId)
Add assignee_id to the 'not' filter entry.
|
IssueFilter |
withoutAssigneeUsername(java.lang.String assigneeUsername)
Add assignee_username to the 'not' filter entry.
|
IssueFilter |
withoutAuthorId(java.lang.Long authorId)
Add author_id to the 'not' filter entry.
|
IssueFilter |
withoutAuthorUsername(java.lang.String authorUsername)
Add author_username to the 'not' filter entry.
|
IssueFilter |
withoutIids(java.lang.String... iids) |
IssueFilter |
withoutIterationId(java.lang.Long iterationId)
Add iteration_id to the 'not' filter entry.
|
IssueFilter |
withoutIterationTitle(java.lang.String iterationTitle)
Add iteration_title to the 'not' filter entry.
|
IssueFilter |
withoutLabels(java.lang.String... labels)
Add labels to the 'not' filter entry.
|
IssueFilter |
withoutMilestone(java.lang.String milestone)
Add milestone to the 'not' filter entry.
|
IssueFilter |
withoutMilestoneId(java.lang.Long milestoneId)
Add milestone_id to the 'not' filter entry.
|
IssueFilter |
withScope(Constants.IssueScope scope) |
IssueFilter |
withSearch(java.lang.String search) |
IssueFilter |
withSort(Constants.SortOrder sort) |
IssueFilter |
withState(Constants.IssueState state) |
IssueFilter |
withUpdatedAfter(java.util.Date updatedAfter) |
IssueFilter |
withUpdatedBefore(java.util.Date updatedBefore) |
public java.util.List<java.lang.String> getIids()
public void setIids(java.util.List<java.lang.String> iids)
public Constants.IssueState getState()
public void setState(Constants.IssueState state)
public java.util.List<java.lang.String> getLabels()
public void setLabels(java.util.List<java.lang.String> labels)
public java.lang.String getMilestone()
public void setMilestone(java.lang.String milestone)
public Constants.IssueScope getScope()
public void setScope(Constants.IssueScope scope)
public java.lang.Long getAuthorId()
public void setAuthorId(java.lang.Long authorId)
public java.lang.Long getAssigneeId()
public void setAssigneeId(java.lang.Long assigneeId)
public java.lang.String getMyReactionEmoji()
public void setMyReactionEmoji(java.lang.String myReactionEmoji)
public Constants.IssueOrderBy getOrderBy()
public void setOrderBy(Constants.IssueOrderBy orderBy)
public Constants.SortOrder getSort()
public void setSort(Constants.SortOrder sort)
public java.lang.String getSearch()
public void setSearch(java.lang.String search)
public java.util.Date getCreatedAfter()
public void setCreatedAfter(java.util.Date createdAfter)
public java.util.Date getCreatedBefore()
public void setCreatedBefore(java.util.Date createdBefore)
public java.util.Date getUpdatedAfter()
public void setUpdatedAfter(java.util.Date updatedAfter)
public java.util.Date getUpdatedBefore()
public void setUpdatedBefore(java.util.Date updatedBefore)
public java.lang.String getIterationTitle()
public void setIterationTitle(java.lang.String iterationTitle)
public java.util.Map<IssueFilter.IssueField,java.lang.Object> getNot()
public void setNot(java.util.Map<IssueFilter.IssueField,java.lang.Object> not)
public IssueFilter withIids(java.util.List<java.lang.String> iids)
public IssueFilter withState(Constants.IssueState state)
public IssueFilter withLabels(java.util.List<java.lang.String> labels)
public IssueFilter withMilestone(java.lang.String milestone)
public IssueFilter withScope(Constants.IssueScope scope)
public IssueFilter withAuthorId(java.lang.Long authorId)
public IssueFilter withAssigneeId(java.lang.Long assigneeId)
public IssueFilter withMyReactionEmoji(java.lang.String myReactionEmoji)
public IssueFilter withOrderBy(Constants.IssueOrderBy orderBy)
public IssueFilter withSort(Constants.SortOrder sort)
public IssueFilter withSearch(java.lang.String search)
public IssueFilter withCreatedAfter(java.util.Date createdAfter)
public IssueFilter withCreatedBefore(java.util.Date createdBefore)
public IssueFilter withUpdatedAfter(java.util.Date updatedAfter)
public IssueFilter withUpdatedBefore(java.util.Date updatedBefore)
public IssueFilter withIterationTitle(java.lang.String iterationTitle)
public IssueFilter withNot(java.util.Map<IssueFilter.IssueField,java.lang.Object> not)
not - the 'not' filterpublic IssueFilter withNot(IssueFilter.IssueField field, java.lang.Object value)
field - the field to be added to the 'not' valuevalue - the value for the entrypublic IssueFilter withoutLabels(java.lang.String... labels)
labels - the labels to add to the filterpublic IssueFilter withoutIids(java.lang.String... iids)
public IssueFilter withoutAuthorId(java.lang.Long authorId)
authorId - the id of the author to add to the filterpublic IssueFilter withoutAuthorUsername(java.lang.String authorUsername)
authorUsername - the username of the author to add to the filterpublic IssueFilter withoutAssigneeId(java.lang.Long assigneeId)
assigneeId - the id of the assignee to add to the filterpublic IssueFilter withoutAssigneeUsername(java.lang.String assigneeUsername)
assigneeUsername - the username of the assignee to add to the filterpublic IssueFilter withoutIterationId(java.lang.Long iterationId)
iterationId - the id of the iteration to add to the filterpublic IssueFilter withoutIterationTitle(java.lang.String iterationTitle)
iterationTitle - the title of the iteration to add to the filterpublic IssueFilter withoutMilestoneId(java.lang.Long milestoneId)
milestoneId - the id of the milestone to add to the filterpublic IssueFilter withoutMilestone(java.lang.String milestone)
milestone - the title of the milestone to add to the filterpublic GitLabApiForm getQueryParams(int page, int perPage)
public GitLabApiForm getQueryParams()