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