public interface SendEmailAction extends AlertRuleAction
AlertRuleAction.ActionType
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getBcc()
Gets the value of the bcc property.
|
java.lang.String |
getBody()
Gets the value of the body property.
|
java.util.List<java.lang.String> |
getCc()
Gets the value of the cc property.
|
java.lang.String |
getSubject()
Gets the value of the subject property.
|
java.util.List<java.lang.String> |
getTo()
Gets the value of the to property.
|
void |
setBody(java.lang.String value)
Sets the value of the body property.
|
void |
setSubject(java.lang.String value)
Sets the value of the subject property.
|
getActionType, getDescription, isEnabled, setDescription, setEnabled
java.lang.String getSubject()
String
void setSubject(java.lang.String value)
value
- allowed object is
String
java.lang.String getBody()
String
void setBody(java.lang.String value)
value
- allowed object is
String
java.util.List<java.lang.String> getTo()
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
java.util.List<java.lang.String> getCc()
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
java.util.List<java.lang.String> getBcc()
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