Class AttentionSetApi.NotImplemented
- java.lang.Object
 - 
- com.google.gerrit.extensions.api.changes.AttentionSetApi.NotImplemented
 
 
- 
- All Implemented Interfaces:
 AttentionSetApi
- Enclosing interface:
 - AttentionSetApi
 
public static class AttentionSetApi.NotImplemented extends Object implements AttentionSetApi
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.changes.AttentionSetApi
AttentionSetApi.NotImplemented 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NotImplemented() 
 - 
 
- 
- 
Method Detail
- 
remove
public void remove(AttentionSetInput input) throws RestApiException
- Specified by:
 removein interfaceAttentionSetApi- Throws:
 RestApiException
 
 - 
 
 -