| Package | Description |
|---|---|
| org.apache.oozie.fluentjob.api.action |
| Modifier and Type | Method and Description |
|---|---|
static EmailActionBuilder |
EmailActionBuilder.create()
Creates and returns an empty builder.
|
static EmailActionBuilder |
EmailActionBuilder.createFromExistingAction(EmailAction action)
Create and return a new
EmailActionBuilder that is based on an already built
EmailAction object. |
static EmailActionBuilder |
EmailActionBuilder.createFromExistingAction(Node action) |
protected EmailActionBuilder |
EmailActionBuilder.getRuntimeSelfReference() |
EmailActionBuilder |
EmailActionBuilder.withAttachment(String attachment)
Sets the attachment of the email.
|
EmailActionBuilder |
EmailActionBuilder.withBcc(String bcc)
Sets the address of the secret recipient of a copy of the email.
|
EmailActionBuilder |
EmailActionBuilder.withBody(String body)
Sets the body of the email.
|
EmailActionBuilder |
EmailActionBuilder.withCc(String cc)
Sets the address of the recipient of a copy of the email.
|
EmailActionBuilder |
EmailActionBuilder.withContentType(String contentType)
Sets the content type of the email.
|
EmailActionBuilder |
EmailActionBuilder.withRecipient(String to)
Sets the address of the recipient of the email.
|
EmailActionBuilder |
EmailActionBuilder.withSubject(String subject)
Sets the subject of the email.
|
Copyright © 2021 Apache Software Foundation. All rights reserved.