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
RestApiException
DashboardInfo get(boolean inherited) throws RestApiException
RestApiException
void setDefault() throws RestApiException
RestApiException