Class SendEmailJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.SendEmailJson
- All Implemented Interfaces:
Serializable
public class SendEmailJson extends BaseJson
Used when sending an email
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SendEmailJson()
-
Method Summary
Modifier and Type Method Description String
getNote()
Text of emailString
getOnBehalfOf()
Sending the mail on behalf ofBoolean
getReadConfirmation()
if to specify read confirmation in the emailList<String>
getRecipients()
List of email recipientsString
getSubject()
Subject line for emailvoid
setNote(String note)
Text of emailvoid
setOnBehalfOf(String onBehalfOf)
Sending the mail on behalf ofvoid
setReadConfirmation(Boolean readConfirmation)
if to specify read confirmation in the emailvoid
setRecipients(List<String> recipients)
List of email recipientsvoid
setSubject(String subject)
Subject line for emailMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
SendEmailJson
public SendEmailJson()
-
-
Method Details
-
getNote
Text of email- Returns:
- Text of email
-
setNote
Text of email- Parameters:
note
- Text of email
-
getSubject
Subject line for email- Returns:
- Subject line for email
-
setSubject
Subject line for email- Parameters:
subject
- Subject line for email
-
getRecipients
List of email recipients- Returns:
- List of email recipients
-
setRecipients
List of email recipients- Parameters:
recipients
- List of email recipients
-
getOnBehalfOf
Sending the mail on behalf of- Returns:
- Sending the mail on behalf of
-
setOnBehalfOf
Sending the mail on behalf of- Parameters:
onBehalfOf
- Sending the mail on behalf of
-
getReadConfirmation
if to specify read confirmation in the email- Returns:
- if to specify read confirmation in the email
-
setReadConfirmation
if to specify read confirmation in the email- Parameters:
readConfirmation
- if to specify read confirmation in the email
-