Package com.seeq.model
Class ReportNotificationConfigurationInputV1
java.lang.Object
com.seeq.model.ReportNotificationConfigurationInputV1
ReportNotificationConfigurationInputV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Output format for the report -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBccEmailRecipientsItem
(String bccEmailRecipientsItem) addCcEmailRecipientsItem
(String ccEmailRecipientsItem) addToEmailRecipientsItem
(String toEmailRecipientsItem) bccEmailRecipients
(List<String> bccEmailRecipients) ccEmailRecipients
(List<String> ccEmailRecipients) contextualText
(String contextualText) boolean
Email addresses or Seeq Identity IDs that will be in the Bcc list of the emailEmail 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.Output format for the reportEmail addresses or Seeq Identity IDs that will be in the To list of the emailint
hashCode()
void
setBccEmailRecipients
(List<String> bccEmailRecipients) void
setCcEmailRecipients
(List<String> ccEmailRecipients) void
setContextualText
(String contextualText) void
void
setToEmailRecipients
(List<String> toEmailRecipients) toEmailRecipients
(List<String> toEmailRecipients) toString()
-
Constructor Details
-
ReportNotificationConfigurationInputV1
public ReportNotificationConfigurationInputV1()
-
-
Method Details
-
bccEmailRecipients
-
addBccEmailRecipientsItem
public ReportNotificationConfigurationInputV1 addBccEmailRecipientsItem(String bccEmailRecipientsItem) -
getBccEmailRecipients
Email addresses or Seeq Identity IDs that will be in the Bcc list of the email- Returns:
- bccEmailRecipients
-
setBccEmailRecipients
-
ccEmailRecipients
-
addCcEmailRecipientsItem
public ReportNotificationConfigurationInputV1 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
-
reportFormat
public ReportNotificationConfigurationInputV1 reportFormat(ReportNotificationConfigurationInputV1.ReportFormatEnum reportFormat) -
getReportFormat
Output format for the report- Returns:
- reportFormat
-
setReportFormat
-
toEmailRecipients
-
addToEmailRecipientsItem
public ReportNotificationConfigurationInputV1 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
-