public class RestJiraIssueList extends AbstractRestList<RestJiraIssue>
Modifier and Type | Field and Description |
---|---|
protected String |
expand |
callback, maxResult, size, startIndex
Constructor and Description |
---|
RestJiraIssueList() |
RestJiraIssueList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJiraIssue> callback) |
Modifier and Type | Method and Description |
---|---|
void |
setIssue(List<RestJiraIssue> issue) |
getAllElements, getCallback, getSize, setMaxResult, setStartIndex
protected String expand
public RestJiraIssueList()
public RestJiraIssueList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJiraIssue> callback)
public void setIssue(List<RestJiraIssue> issue)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.