public class DashboardsBean extends Object
Constructor and Description |
---|
DashboardsBean() |
DashboardsBean(Integer startAt,
Integer maxResults,
Integer total,
String prev,
String next,
List<DashboardBean> dashboards) |
Modifier and Type | Method and Description |
---|---|
List<DashboardBean> |
dashboards() |
DashboardsBean |
dashboards(List<DashboardBean> dashboards) |
boolean |
equals(Object o) |
int |
hashCode() |
Integer |
maxResults() |
DashboardsBean |
maxResults(Integer maxResults) |
String |
next() |
DashboardsBean |
next(String next) |
String |
prev() |
DashboardsBean |
prev(String previous) |
Integer |
startAt() |
DashboardsBean |
startAt(Integer startAt) |
String |
toString() |
Integer |
total() |
DashboardsBean |
total(Integer total) |
public Integer startAt()
public DashboardsBean startAt(Integer startAt)
public Integer maxResults()
public DashboardsBean maxResults(Integer maxResults)
public Integer total()
public DashboardsBean total(Integer total)
public String prev()
public DashboardsBean prev(String previous)
public String next()
public DashboardsBean next(String next)
public List<DashboardBean> dashboards()
public DashboardsBean dashboards(List<DashboardBean> dashboards)
Copyright © 2002-2015 Atlassian. All Rights Reserved.