Constructor and Description |
---|
SetCollaboratorsResult() |
Modifier and Type | Method and Description |
---|---|
ReviewerInfo[] |
getCollaborators()
Gets or sets the collaborators.
|
String |
getDocumentGuid()
Gets or sets the document unique identifier.
|
ReviewerInfo |
getOwner()
Gets or sets the owner.
|
void |
setCollaborators(ReviewerInfo[] value)
Gets or sets the collaborators.
|
void |
setDocumentGuid(String value)
Gets or sets the document unique identifier.
|
void |
setOwner(ReviewerInfo value)
Gets or sets the owner.
|
String |
toString() |
public String getDocumentGuid()
Gets or sets the document unique identifier.
Value: The document unique identifier.public void setDocumentGuid(String value)
Gets or sets the document unique identifier.
Value: The document unique identifier.value
- public ReviewerInfo getOwner()
Gets or sets the owner.
Value: The owner.public void setOwner(ReviewerInfo value)
Gets or sets the owner.
Value: The owner.value
- public ReviewerInfo[] getCollaborators()
Gets or sets the collaborators.
Value: The collaborators.public void setCollaborators(ReviewerInfo[] value)
Gets or sets the collaborators.
Value: The collaborators.value
- Copyright © 2017. All rights reserved.