public class SendEmailBulkJson extends BaseJson
Constructor and Description |
---|
SendEmailBulkJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getGuids()
List of guids
|
String |
getNote()
Email text
|
String |
getOnBehalfOf()
Sending the mail on behalf of
|
Boolean |
getReadConfirmation()
if to specify read confirmation in the email
|
String |
getSubject()
Subject line for email
|
boolean |
isImmediate()
Immediate
|
void |
setGuids(Set<String> guids)
List of guids
|
void |
setImmediate(boolean immediate)
Immediate
|
void |
setNote(String note)
Email text
|
void |
setOnBehalfOf(String onBehalfOf)
Sending the mail on behalf of
|
void |
setReadConfirmation(Boolean readConfirmation)
if to specify read confirmation in the email
|
void |
setSubject(String subject)
Subject line for email
|
getObjType, setObjType, toString
public String getNote()
public void setNote(String note)
note
- Email textpublic boolean isImmediate()
public void setImmediate(boolean immediate)
immediate
- Immediatepublic String getSubject()
public void setSubject(String subject)
subject
- Subject line for emailpublic String getOnBehalfOf()
public void setOnBehalfOf(String onBehalfOf)
onBehalfOf
- Sending the mail on behalf ofpublic Boolean getReadConfirmation()
public void setReadConfirmation(Boolean readConfirmation)
readConfirmation
- if to specify read confirmation in the emailCopyright © 2019. All rights reserved.