Interface ChangeMessageApi
- 
- All Known Implementing Classes:
- ChangeMessageApi.NotImplemented
 
 public interface ChangeMessageApiInterface for change message APIs.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classChangeMessageApi.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 ChangeMessageInfodelete(DeleteChangeMessageInput input)Deletes a change message by replacing its message.ChangeMessageInfoget()Gets one change message.
 
- 
- 
- 
Method Detail- 
getChangeMessageInfo get() throws RestApiException Gets one change message.- Throws:
- RestApiException
 
 - 
deleteChangeMessageInfo delete(DeleteChangeMessageInput input) throws RestApiException Deletes a change message by replacing its message. For NoteDb, it's implemented by rewriting the commit history of change meta branch.- Returns:
- the change message with its message updated.
- Throws:
- RestApiException
 
 
- 
 
-