com.atlassian.jira.rest.api.dashboard
Class DashboardsBean

java.lang.Object
  extended by com.atlassian.jira.rest.api.dashboard.DashboardsBean

public class DashboardsBean
extends Object

JSON bean for the dashboard search results.

Since:
v5.0

Constructor Summary
DashboardsBean()
           
DashboardsBean(Integer startAt, Integer maxResults, Integer total, String prev, String next, List<DashboardBean> dashboards)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DashboardsBean

public DashboardsBean()

DashboardsBean

public DashboardsBean(Integer startAt,
                      Integer maxResults,
                      Integer total,
                      String prev,
                      String next,
                      List<DashboardBean> dashboards)
Method Detail

startAt

public Integer startAt()

startAt

public DashboardsBean startAt(Integer startAt)

maxResults

public Integer maxResults()

maxResults

public DashboardsBean maxResults(Integer maxResults)

total

public Integer total()

total

public DashboardsBean total(Integer total)

prev

public String prev()

prev

public DashboardsBean prev(String previous)

next

public String next()

next

public DashboardsBean next(String next)

dashboards

public List<DashboardBean> dashboards()

dashboards

public DashboardsBean dashboards(List<DashboardBean> dashboards)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.