public class SendEmailsToTransientDocumentsJson extends BaseJson
Constructor and Description |
---|
SendEmailsToTransientDocumentsJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentPaths()
List of file paths
|
String |
getNote()
Email text
|
String |
getOnBehalfOf()
sending the mail on behalf of
|
String |
getSubject()
Subject line for email
|
String |
getWorkspaceGuid()
Workspace guid
|
void |
setDocumentPaths(Set<String> documentPaths)
List of file paths
|
void |
setNote(String note)
Email text
|
void |
setOnBehalfOf(String onBehalfOf)
sending the mail on behalf of
|
void |
setSubject(String subject)
Subject line for email
|
void |
setWorkspaceGuid(String workspaceGuid)
Workspace guid
|
getObjType, setObjType, toString
public String getNote()
public void setNote(String note)
note
- Email textpublic String getSubject()
public void setSubject(String subject)
subject
- Subject line for emailpublic Set<String> getDocumentPaths()
public void setDocumentPaths(Set<String> documentPaths)
documentPaths
- List of file pathspublic String getOnBehalfOf()
public void setOnBehalfOf(String onBehalfOf)
onBehalfOf
- sending the mail on behalf ofpublic String getWorkspaceGuid()
public void setWorkspaceGuid(String workspaceGuid)
workspaceGuid
- Workspace guidCopyright © 2019. All rights reserved.