Interface SendEmailAction
- All Superinterfaces:
AlertRuleAction
- Since:
- 2.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.streambase.liveview.client.alert.AlertRuleAction
AlertRuleAction.ActionType
-
Method Summary
Modifier and TypeMethodDescriptiongetBcc()
Gets the value of the bcc property.getBody()
Gets the value of the body property.getCc()
Gets the value of the cc property.Gets the value of the subject property.getTo()
Gets the value of the to property.void
Sets the value of the body property.void
setSubject
(String value) Sets the value of the subject property.Methods inherited from interface com.streambase.liveview.client.alert.AlertRuleAction
getActionType, getDescription, isEnabled, setDescription, setEnabled
-
Method Details
-
getSubject
String getSubject()Gets the value of the subject property.- Returns:
- possible object is
String
-
setSubject
Sets the value of the subject property.- Parameters:
value
- allowed object isString
-
getBody
String getBody()Gets the value of the body property.- Returns:
- possible object is
String
-
setBody
Sets the value of the body property.- Parameters:
value
- allowed object isString
-
getTo
Gets the value of the to property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the to property.For example, to add a new item, do as follows:
getTo().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getCc
Gets the value of the cc property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the cc property.For example, to add a new item, do as follows:
getCc().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getBcc
Gets the value of the bcc property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the bcc property.For example, to add a new item, do as follows:
getBcc().add(newItem);
Objects of the following type(s) are allowed in the list
String
-