public class SendEmailsToIManageDocumentsJson extends BaseJson
Constructor and Description |
---|
SendEmailsToIManageDocumentsJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentItemIds()
List of file item ids
|
String |
getNote()
Email text
|
String |
getOnBehalfOf()
sending the mail on behalf of
|
String |
getSubject()
Subject line for email
|
String |
getWorkspaceGuid()
Workspace guid
|
void |
setDocumentItemIds(Set<String> documentItemIds)
List of file item ids
|
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 String getOnBehalfOf()
public void setOnBehalfOf(String onBehalfOf)
onBehalfOf
- sending the mail on behalf ofpublic String getWorkspaceGuid()
public void setWorkspaceGuid(String workspaceGuid)
workspaceGuid
- Workspace guidpublic Set<String> getDocumentItemIds()
Copyright © 2019. All rights reserved.