public class JiraResponse extends Object
| Constructor and Description |
|---|
JiraResponse(List<Action> issues,
int total,
int startAt,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getIssues() |
int |
getMaxResults() |
int |
getStartAt() |
int |
getTotal() |
void |
setIssues(List<Action> issues) |
void |
setMaxResults(int maxResults) |
void |
setStartAt(int startAt) |
void |
setTotal(int total) |
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.