public class JiraFilter extends Object
| Constructor and Description |
|---|
JiraFilter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFrom() |
String |
getKey() |
int |
getMaxResults() |
String |
getSortBy() |
String |
getSpEntityId() |
int |
getStartAt() |
List<String> |
getStatuses() |
Long |
getTo() |
List<Action.Type> |
getTypes() |
boolean |
isSortAsc() |
void |
setFrom(Long from) |
void |
setKey(String key) |
void |
setMaxResults(int maxResults) |
void |
setSortAsc(boolean sortAsc) |
void |
setSortBy(String sortBy) |
void |
setSpEntityId(String spEntityId) |
void |
setStartAt(int startAt) |
void |
setStatuses(List<String> statuses) |
void |
setTo(Long to) |
void |
setTypes(List<Action.Type> types) |
public Long getFrom()
public void setFrom(Long from)
public Long getTo()
public void setTo(Long to)
public String getSpEntityId()
public void setSpEntityId(String spEntityId)
public String getKey()
public void setKey(String key)
public int getMaxResults()
public void setMaxResults(int maxResults)
public int getStartAt()
public void setStartAt(int startAt)
public List<Action.Type> getTypes()
public void setTypes(List<Action.Type> types)
public String getSortBy()
public void setSortBy(String sortBy)
public boolean isSortAsc()
public void setSortAsc(boolean sortAsc)
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.