Class NotificationRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.NotificationRestClient
- All Implemented Interfaces:
Serializable,RestClient
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcreate(NotificationTO notificationTO) voidcreateTemplate(MailTemplateTO mailTemplateTO) voidvoiddeleteTemplate(String key) getJob()list()readTemplate(String key) readTemplateFormat(String key, MailTemplateFormat format) voidupdate(NotificationTO notificationTO) voidupdateTemplateFormat(String key, String content, MailTemplateFormat format) Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Constructor Details
-
NotificationRestClient
public NotificationRestClient()
-
-
Method Details
-
list
-
getJob
-
actionJob
-
read
-
create
-
update
-
delete
-
listTemplates
-
createTemplate
-
deleteTemplate
-
readTemplate
-
readTemplateFormat
-
updateTemplateFormat
-