public class NotificationForCreateNotificationInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationForCreateNotificationInput.AlertMethodsEnum
Gets or Sets alertMethods
|
static class |
NotificationForCreateNotificationInput.LevelEnum
Gets or Sets level
|
| Constructor and Description |
|---|
NotificationForCreateNotificationInput() |
public NotificationForCreateNotificationInput()
public NotificationForCreateNotificationInput alertMethods(List<NotificationForCreateNotificationInput.AlertMethodsEnum> alertMethods)
public NotificationForCreateNotificationInput addAlertMethodsItem(NotificationForCreateNotificationInput.AlertMethodsEnum alertMethodsItem)
public List<NotificationForCreateNotificationInput.AlertMethodsEnum> getAlertMethods()
public void setAlertMethods(List<NotificationForCreateNotificationInput.AlertMethodsEnum> alertMethods)
public NotificationForCreateNotificationInput contactGroupIds(List<String> contactGroupIds)
public NotificationForCreateNotificationInput addContactGroupIdsItem(String contactGroupIdsItem)
public List<String> getContactGroupIds()
public NotificationForCreateNotificationInput level(NotificationForCreateNotificationInput.LevelEnum level)
public NotificationForCreateNotificationInput.LevelEnum getLevel()
public void setLevel(NotificationForCreateNotificationInput.LevelEnum level)
public NotificationForCreateNotificationInput notifyTemplates(List<NotifyTemplateForCreateNotificationInput> notifyTemplates)
public NotificationForCreateNotificationInput addNotifyTemplatesItem(NotifyTemplateForCreateNotificationInput notifyTemplatesItem)
@Valid public @Valid List<NotifyTemplateForCreateNotificationInput> getNotifyTemplates()
public void setNotifyTemplates(List<NotifyTemplateForCreateNotificationInput> notifyTemplates)
public NotificationForCreateNotificationInput webhookIds(List<String> webhookIds)
public NotificationForCreateNotificationInput addWebhookIdsItem(String webhookIdsItem)
Copyright © 2026. All rights reserved.