Package com.seeq.model
Class ConditionMonitorNotificationConfigurationInputV1
java.lang.Object
com.seeq.model.ConditionMonitorNotificationConfigurationInputV1
ConditionMonitorNotificationConfigurationInputV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Used to customize how capsules are formatted in the notification. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBccEmailRecipientsItem
(String bccEmailRecipientsItem) addCapsulePropertiesItem
(String capsulePropertiesItem) addCcEmailRecipientsItem
(String ccEmailRecipientsItem) addToEmailRecipientsItem
(String toEmailRecipientsItem) bccEmailRecipients
(List<String> bccEmailRecipients) capsuleGrouping
(ConditionMonitorNotificationConfigurationInputV1.CapsuleGroupingEnum capsuleGrouping) capsuleProperties
(List<String> capsuleProperties) ccEmailRecipients
(List<String> ccEmailRecipients) contextualText
(String contextualText) boolean
Email addresses or Seeq Identity IDs that will be in the Bcc list of the emailUsed to customize how capsules are formatted in the notification.List of capsule properties that will be included in the notificationEmail addresses or Seeq Identity IDs that will be in the Cc list of the emailCustom text that will be inserted into the notification to provide additional context about the notifications.Timezone to use for the capsules.Email addresses or Seeq Identity IDs that will be in the To list of the emailint
hashCode()
void
setBccEmailRecipients
(List<String> bccEmailRecipients) void
setCapsuleGrouping
(ConditionMonitorNotificationConfigurationInputV1.CapsuleGroupingEnum capsuleGrouping) void
setCapsuleProperties
(List<String> capsuleProperties) void
setCcEmailRecipients
(List<String> ccEmailRecipients) void
setContextualText
(String contextualText) void
setTimezone
(String timezone) void
setToEmailRecipients
(List<String> toEmailRecipients) toEmailRecipients
(List<String> toEmailRecipients) toString()
-
Constructor Details
-
ConditionMonitorNotificationConfigurationInputV1
public ConditionMonitorNotificationConfigurationInputV1()
-
-
Method Details
-
bccEmailRecipients
public ConditionMonitorNotificationConfigurationInputV1 bccEmailRecipients(List<String> bccEmailRecipients) -
addBccEmailRecipientsItem
public ConditionMonitorNotificationConfigurationInputV1 addBccEmailRecipientsItem(String bccEmailRecipientsItem) -
getBccEmailRecipients
Email addresses or Seeq Identity IDs that will be in the Bcc list of the email- Returns:
- bccEmailRecipients
-
setBccEmailRecipients
-
capsuleGrouping
public ConditionMonitorNotificationConfigurationInputV1 capsuleGrouping(ConditionMonitorNotificationConfigurationInputV1.CapsuleGroupingEnum capsuleGrouping) -
getCapsuleGrouping
Used to customize how capsules are formatted in the notification. 'All' shows all capsules in a single table, 'Condition' groups capsules per condition, and 'Capsule' sends a separate email for each capsule found. Only applicable to Condition Monitors- Returns:
- capsuleGrouping
-
setCapsuleGrouping
public void setCapsuleGrouping(ConditionMonitorNotificationConfigurationInputV1.CapsuleGroupingEnum capsuleGrouping) -
capsuleProperties
public ConditionMonitorNotificationConfigurationInputV1 capsuleProperties(List<String> capsuleProperties) -
addCapsulePropertiesItem
public ConditionMonitorNotificationConfigurationInputV1 addCapsulePropertiesItem(String capsulePropertiesItem) -
getCapsuleProperties
List of capsule properties that will be included in the notification- Returns:
- capsuleProperties
-
setCapsuleProperties
-
ccEmailRecipients
public ConditionMonitorNotificationConfigurationInputV1 ccEmailRecipients(List<String> ccEmailRecipients) -
addCcEmailRecipientsItem
public ConditionMonitorNotificationConfigurationInputV1 addCcEmailRecipientsItem(String ccEmailRecipientsItem) -
getCcEmailRecipients
Email addresses or Seeq Identity IDs that will be in the Cc list of the email- Returns:
- ccEmailRecipients
-
setCcEmailRecipients
-
contextualText
-
getContextualText
Custom text that will be inserted into the notification to provide additional context about the notifications. For emails, this can be HTML that includes a link to the worksheet- Returns:
- contextualText
-
setContextualText
-
timezone
-
getTimezone
Timezone to use for the capsules. UTC used by default- Returns:
- timezone
-
setTimezone
-
toEmailRecipients
public ConditionMonitorNotificationConfigurationInputV1 toEmailRecipients(List<String> toEmailRecipients) -
addToEmailRecipientsItem
public ConditionMonitorNotificationConfigurationInputV1 addToEmailRecipientsItem(String toEmailRecipientsItem) -
getToEmailRecipients
Email addresses or Seeq Identity IDs that will be in the To list of the email- Returns:
- toEmailRecipients
-
setToEmailRecipients
-
equals
-
hashCode
public int hashCode() -
toString
-