Interface AttentionSetApi
-
- All Known Implementing Classes:
AttentionSetApi.NotImplemented
public interface AttentionSetApi
API for managing the attention set of a change.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AttentionSetApi.NotImplemented
A 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 void
remove(RemoveFromAttentionSetInput input)
-
-
-
Method Detail
-
remove
void remove(RemoveFromAttentionSetInput input) throws RestApiException
- Throws:
RestApiException
-
-