public class CopyTransientDocumentToExchangeAsyncJson extends BaseJson
Constructor and Description |
---|
CopyTransientDocumentToExchangeAsyncJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getActiveDirectoryGroupsRecipients()
A list of activeDirectory group guids that are intended to be
recipients of these files.
|
DeviceType |
getDeviceType() |
String |
getDocumentPath() |
Boolean |
getIsCollaboration() |
Boolean |
getIsCopyAnnotations() |
Boolean |
getIsOpenToAnyone() |
Boolean |
getIsSendEmail()
If set to True the server will notify recipients via email about new
files submitted.
|
Set<String> |
getListRecipients()
A list of distribution list names that are intended to be recipients of
these files.
|
String |
getMailMessage() |
String |
getMailSubject() |
PermissionFromUserJson |
getPermission()
The permissions to grant to recipients of this file.
|
Boolean |
getReadConfirmation()
Indicates is read confirmation is required for this document.
|
Set<String> |
getUserRecipients()
A list of emails for users that are intended to be recipients of these
files.
|
WhoCanView |
getWhoCanView()
In case Domain permissions or files that are available to everyone, use
this parameter.
|
String |
getWorkspaceUuid() |
void |
setActiveDirectoryGroupsRecipients(Set<String> activeDirectoryGroupsRecipients)
A list of activeDirectory group guids that are intended to be
recipients of these files.
|
void |
setDeviceType(DeviceType deviceType) |
void |
setDocumentPath(String documentPath) |
void |
setIsCollaboration(Boolean isCollaboration) |
void |
setIsCopyAnnotations(Boolean isCopyAnnotations) |
void |
setIsOpenToAnyone(Boolean isOpenToAnyone) |
void |
setIsSendEmail(Boolean isSendEmail)
If set to True the server will notify recipients via email about new
files submitted.
|
void |
setListRecipients(Set<String> listRecipients)
A list of distribution list names that are intended to be recipients of
these files.
|
void |
setMailMessage(String mailMessage) |
void |
setMailSubject(String mailSubject) |
void |
setPermission(PermissionFromUserJson permission)
The permissions to grant to recipients of this file.
|
void |
setReadConfirmation(Boolean readConfirmation)
Indicates is read confirmation is required for this document.
|
void |
setUserRecipients(Set<String> userRecipients)
A list of emails for users that are intended to be recipients of these
files.
|
void |
setWhoCanView(WhoCanView whoCanView)
In case Domain permissions or files that are available to everyone, use
this parameter.
|
void |
setWorkspaceUuid(String workspaceUuid) |
getObjType, setObjType, toString
public CopyTransientDocumentToExchangeAsyncJson()
public Set<String> getUserRecipients()
public void setUserRecipients(Set<String> userRecipients)
userRecipients
- A list of emails for users that are intended to
be recipients of these files. Can be sent empty or not sent.public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
public Set<String> getListRecipients()
public void setListRecipients(Set<String> listRecipients)
listRecipients
- A list of distribution list names that are
intended to be recipients of these files. May be left null. Can be sent
empty or not sent.public WhoCanView getWhoCanView()
public void setWhoCanView(WhoCanView whoCanView)
whoCanView
- In case Domain permissions or files that are
available to everyone, use this parameter. Only recipients that are
recipients of this file (directly of by a distribution list) will be
notified that this file exist.public Boolean getIsCollaboration()
public void setIsCollaboration(Boolean isCollaboration)
public Boolean getIsSendEmail()
public void setIsSendEmail(Boolean isSendEmail)
isSendEmail
- If set to True the server will notify recipients via
email about new files submitted.public Set<String> getActiveDirectoryGroupsRecipients()
public void setActiveDirectoryGroupsRecipients(Set<String> activeDirectoryGroupsRecipients)
activeDirectoryGroupsRecipients
- A list of activeDirectory group
guids that are intended to be recipients of these files. May be left
null. Can be sent empty or not sent.public PermissionFromUserJson getPermission()
public void setPermission(PermissionFromUserJson permission)
permission
- The permissions to grant to recipients of this file.public Boolean getReadConfirmation()
public void setReadConfirmation(Boolean readConfirmation)
readConfirmation
- Indicates is read confirmation is required for
this document.public Boolean getIsCopyAnnotations()
public void setIsCopyAnnotations(Boolean isCopyAnnotations)
public String getDocumentPath()
public void setDocumentPath(String documentPath)
public String getWorkspaceUuid()
public void setWorkspaceUuid(String workspaceUuid)
public String getMailSubject()
public void setMailSubject(String mailSubject)
public Boolean getIsOpenToAnyone()
public void setIsOpenToAnyone(Boolean isOpenToAnyone)
public String getMailMessage()
public void setMailMessage(String mailMessage)
Copyright © 2019. All rights reserved.