@InterfaceAudience.Private @InterfaceStability.Unstable public class EmailAction extends Node
EmailActionBuilder.
The properties of the builder can only be set once, an attempt to set them a second time will trigger
an IllegalStateException.
Builder instances can be used to build several elements, although properties already set cannot be changed after
a call to EmailActionBuilder.build() either.Node.NodeWithCondition| Modifier and Type | Method and Description |
|---|---|
String |
getAttachment()
Returns the attachment of the email.
|
String |
getBcc()
Returns the address of the secret recipient of a copy of the email.
|
String |
getBody()
Returns the body of the email.
|
String |
getCc()
Returns the address of the recipient of a copy of the email.
|
String |
getContentType()
Returns the content type of the email.
|
String |
getRecipient()
Returns the address of the recipient of the email.
|
String |
getSubject()
Returns the subject of the email.
|
getAllChildren, getAllParents, getChildrenWithConditions, getChildrenWithoutConditions, getCredentials, getDefaultConditionalChild, getErrorHandler, getName, getParentsWithConditions, getParentsWithoutConditions, getRetryInterval, getRetryMax, getRetryPolicypublic String getRecipient()
public String getCc()
public String getBcc()
public String getSubject()
public String getBody()
public String getContentType()
public String getAttachment()
Copyright © 2021 Apache Software Foundation. All rights reserved.