Interface DashboardApi
- 
- All Known Implementing Classes:
 DashboardApi.NotImplemented
public interface DashboardApi 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDashboardApi.NotImplementedA default implementation which allows source compatibility when adding new methods to the interface. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DashboardInfoget()DashboardInfoget(boolean inherited)voidsetDefault() 
 - 
 
- 
- 
Method Detail
- 
get
DashboardInfo get() throws RestApiException
- Throws:
 RestApiException
 
- 
get
DashboardInfo get(boolean inherited) throws RestApiException
- Throws:
 RestApiException
 
- 
setDefault
void setDefault() throws RestApiException- Throws:
 RestApiException
 
 - 
 
 -