Class DashboardApi.NotImplemented
- java.lang.Object
 - 
- com.google.gerrit.extensions.api.projects.DashboardApi.NotImplemented
 
 
- 
- All Implemented Interfaces:
 DashboardApi
- Enclosing interface:
 - DashboardApi
 
public static class DashboardApi.NotImplemented extends Object implements DashboardApi
A default implementation which allows source compatibility when adding new methods to the interface. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.DashboardApi
DashboardApi.NotImplemented 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NotImplemented() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DashboardInfoget()DashboardInfoget(boolean inherited)voidsetDefault() 
 - 
 
- 
- 
Method Detail
- 
get
public DashboardInfo get() throws RestApiException
- Specified by:
 getin interfaceDashboardApi- Throws:
 RestApiException
 
- 
get
public DashboardInfo get(boolean inherited) throws RestApiException
- Specified by:
 getin interfaceDashboardApi- Throws:
 RestApiException
 
- 
setDefault
public void setDefault() throws RestApiException- Specified by:
 setDefaultin interfaceDashboardApi- Throws:
 RestApiException
 
 - 
 
 -