Constructor and Description |
---|
GetCollaboratorsResult() |
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.
|
Long |
getSharedLinkAccessRights()
Gets or sets the shared link access rights.
|
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.
|
void |
setSharedLinkAccessRights(Long value)
Gets or sets the shared link access rights.
|
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
- public Long getSharedLinkAccessRights()
Gets or sets the shared link access rights.
Value: The shared link access rights.public void setSharedLinkAccessRights(Long value)
Gets or sets the shared link access rights.
Value: The shared link access rights.value
-