Interface AttentionSetApi
- 
- All Known Implementing Classes:
- AttentionSetApi.NotImplemented
 
 public interface AttentionSetApiAPI for managing the attention set of a change.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classAttentionSetApi.NotImplementedA default implementation which allows source compatibility when adding new methods to the interface.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremove(AttentionSetInput input)
 
- 
- 
- 
Method Detail- 
removevoid remove(AttentionSetInput input) throws RestApiException - Throws:
- RestApiException
 
 
- 
 
-