public interface DashboardApi
| Modifier and Type | Interface and Description |
|---|---|
static class |
DashboardApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardInfo |
get() |
DashboardInfo |
get(boolean inherited) |
void |
setDefault() |
DashboardInfo get() throws RestApiException
RestApiExceptionDashboardInfo get(boolean inherited) throws RestApiException
RestApiExceptionvoid setDefault()
throws RestApiException
RestApiException