public interface SendEmailAction extends AlertRuleAction
AlertRuleAction.ActionType| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getBcc()
Gets the value of the bcc property. 
 | 
String | 
getBody()
Gets the value of the body property. 
 | 
List<String> | 
getCc()
Gets the value of the cc property. 
 | 
String | 
getSubject()
Gets the value of the subject property. 
 | 
List<String> | 
getTo()
Gets the value of the to property. 
 | 
void | 
setBody(String value)
Sets the value of the body property. 
 | 
void | 
setSubject(String value)
Sets the value of the subject property. 
 | 
getActionType, getDescription, isEnabled, setDescription, setEnabledString getSubject()
Stringvoid setSubject(String value)
value - allowed object is
     Stringvoid setBody(String value)
value - allowed object is
     StringList<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
List<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
List<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
Copyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.