public class CalendarnotificationtemplateService
extends BaseService
| Constructor and Description |
|---|
CalendarnotificationtemplateService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addCalendarNotificationTemplate(long calendarId,
JSONObjectWrapper notificationType,
java.lang.String notificationTypeSettings,
JSONObjectWrapper notificationTemplateType,
java.lang.String subject,
java.lang.String body,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
updateCalendarNotificationTemplate(long calendarNotificationTemplateId,
java.lang.String notificationTypeSettings,
java.lang.String subject,
java.lang.String body,
JSONObjectWrapper serviceContext) |
public CalendarnotificationtemplateService(Session session)
public org.json.JSONObject addCalendarNotificationTemplate(long calendarId,
JSONObjectWrapper notificationType,
java.lang.String notificationTypeSettings,
JSONObjectWrapper notificationTemplateType,
java.lang.String subject,
java.lang.String body,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateCalendarNotificationTemplate(long calendarNotificationTemplateId,
java.lang.String notificationTypeSettings,
java.lang.String subject,
java.lang.String body,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exception