public class CopyDocumentFromRoomJson extends BaseJson
Constructor and Description |
---|
CopyDocumentFromRoomJson() |
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 |
getDocumentGuid()
The file to submit from workspace to exchange.
|
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 documents.
|
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.
|
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 |
setDocumentGuid(String documentGuid)
The file to submit from workspace to exchange.
|
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 documents.
|
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.
|
getObjType, setObjType, toString
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
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 Set<String> getListRecipients()
public void setListRecipients(Set<String> listRecipients)
listRecipients
- A list of distribution list names that are
intended to be recipients of these documents. 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 String getDocumentGuid()
public void setDocumentGuid(String documentGuid)
documentGuid
- The file to submit from workspace to exchange.public Boolean getIsCopyAnnotations()
public void setIsCopyAnnotations(Boolean isCopyAnnotations)
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.