public interface ChangeMessageApi
Modifier and Type | Interface and Description |
---|---|
static class |
ChangeMessageApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
Modifier and Type | Method and Description |
---|---|
ChangeMessageInfo |
delete(DeleteChangeMessageInput input)
Deletes a change message by replacing its message.
|
ChangeMessageInfo |
get()
Gets one change message.
|
ChangeMessageInfo get() throws RestApiException
RestApiException
ChangeMessageInfo delete(DeleteChangeMessageInput input) throws RestApiException
RestApiException