Interface DashboardApi
-
- All Known Implementing Classes:
DashboardApi.NotImplemented
public interface DashboardApi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DashboardApi.NotImplemented
A 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 DashboardInfo
get()
DashboardInfo
get(boolean inherited)
void
setDefault()
-
-
-
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
-
-