Interface ChangeMessageApi
- All Known Implementing Classes:
 ChangeMessageApi.NotImplemented
public interface ChangeMessageApi
Interface for change message APIs.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA default implementation which allows source compatibility when adding new methods to the interface. - 
Method Summary
Modifier and TypeMethodDescriptiondelete(DeleteChangeMessageInput input) Deletes a change message by replacing its message.get()Gets one change message. 
- 
Method Details
- 
get
Gets one change message.- Throws:
 RestApiException
 - 
delete
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
 
 -