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