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