Class SendEmailsToIManageDocumentsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.SendEmailsToIManageDocumentsJson
- All Implemented Interfaces:
Serializable
public class SendEmailsToIManageDocumentsJson extends BaseJson
Used when sending emails
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SendEmailsToIManageDocumentsJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getDocumentItemIds()
List of file item idsString
getNote()
Email textString
getOnBehalfOf()
sending the mail on behalf ofString
getSubject()
Subject line for emailString
getWorkspaceGuid()
Workspace guidvoid
setDocumentItemIds(Set<String> documentItemIds)
List of file item idsvoid
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 guidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
SendEmailsToIManageDocumentsJson
public SendEmailsToIManageDocumentsJson()
-
-
Method Details
-
getNote
Email text- Returns:
- Email text
-
setNote
Email text- Parameters:
note
- Email text
-
getSubject
Subject line for email- Returns:
- Subject line for email
-
setSubject
Subject line for email- Parameters:
subject
- Subject line for email
-
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
-
getWorkspaceGuid
Workspace guid- Returns:
- Workspace guid
-
setWorkspaceGuid
Workspace guid- Parameters:
workspaceGuid
- Workspace guid
-
getDocumentItemIds
List of file item ids- Returns:
- List of file item ids
-
setDocumentItemIds
List of file item ids- Parameters:
documentItemIds
- List of file item ids
-