Class SendEmailsToTransientDocumentsJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.SendEmailsToTransientDocumentsJson
-
- All Implemented Interfaces:
Serializable
public class SendEmailsToTransientDocumentsJson extends BaseJson
Used when sending emails- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SendEmailsToTransientDocumentsJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getDocumentPaths()
List of file pathsString
getNote()
Email textString
getOnBehalfOf()
sending the mail on behalf ofString
getSubject()
Subject line for emailString
getWorkspaceGuid()
Workspace guidvoid
setDocumentPaths(Set<String> documentPaths)
List of file pathsvoid
setNote(String note)
Email textvoid
setOnBehalfOf(String onBehalfOf)
sending the mail on behalf ofvoid
setSubject(String subject)
Subject line for emailvoid
setWorkspaceGuid(String workspaceGuid)
Workspace guid-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getNote
public String getNote()
Email text- Returns:
- Email text
-
setNote
public void setNote(String note)
Email text- Parameters:
note
- Email text
-
getDocumentPaths
public Set<String> getDocumentPaths()
List of file paths- Returns:
- List of file paths
-
setDocumentPaths
public void setDocumentPaths(Set<String> documentPaths)
List of file paths- Parameters:
documentPaths
- List of file paths
-
getSubject
public String getSubject()
Subject line for email- Returns:
- Subject line for email
-
setSubject
public void setSubject(String subject)
Subject line for email- Parameters:
subject
- Subject line for email
-
getOnBehalfOf
public String getOnBehalfOf()
sending the mail on behalf of- Returns:
- sending the mail on behalf of
-
setOnBehalfOf
public void setOnBehalfOf(String onBehalfOf)
sending the mail on behalf of- Parameters:
onBehalfOf
- sending the mail on behalf of
-
getWorkspaceGuid
public String getWorkspaceGuid()
Workspace guid- Returns:
- Workspace guid
-
setWorkspaceGuid
public void setWorkspaceGuid(String workspaceGuid)
Workspace guid- Parameters:
workspaceGuid
- Workspace guid
-
-