com.groupdocs.annotation.domain.response
Class GetDocumentCollaboratorsResponse

java.lang.Object
  extended by com.groupdocs.annotation.domain.response.GetDocumentCollaboratorsResponse

public class GetDocumentCollaboratorsResponse
extends Object

Response object for get document collaborators request

Author:
Aleksey Permyakov

Constructor Summary
GetDocumentCollaboratorsResponse()
           
 
Method Summary
 List<Collaborator> getCollaborators()
          Get list of document collaborators
 String getDocumentGuid()
          Get document guid
 Object getOwner()
          Get document owner
 String getSessionGuid()
          Get session guid
 Object getShared_link_access_rights()
          Get shared link access rights
 void setCollaborators(List<Collaborator> collaborators)
          Set list of document collaborators
 void setDocumentGuid(String documentGuid)
          Set document guid
 void setOwner(Object owner)
          Set document owner
 void setSessionGuid(String sessionGuid)
          Set session guid
 void setShared_link_access_rights(Object shared_link_access_rights)
          Set shared link access rights
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDocumentCollaboratorsResponse

public GetDocumentCollaboratorsResponse()
Method Detail

getCollaborators

public List<Collaborator> getCollaborators()
Get list of document collaborators

Returns:
list of document collaborators

setCollaborators

public void setCollaborators(List<Collaborator> collaborators)
Set list of document collaborators

Parameters:
collaborators - list of document collaborators

getDocumentGuid

public String getDocumentGuid()
Get document guid

Returns:
document guid

setDocumentGuid

public void setDocumentGuid(String documentGuid)
Set document guid

Parameters:
documentGuid - document guid

getOwner

public Object getOwner()
Get document owner

Returns:
document owner

setOwner

public void setOwner(Object owner)
Set document owner

Parameters:
owner - document owner

getSessionGuid

public String getSessionGuid()
Get session guid

Returns:
session guid

setSessionGuid

public void setSessionGuid(String sessionGuid)
Set session guid

Parameters:
sessionGuid - session guid

getShared_link_access_rights

public Object getShared_link_access_rights()
Get shared link access rights

Returns:
shared link access rights

setShared_link_access_rights

public void setShared_link_access_rights(Object shared_link_access_rights)
Set shared link access rights

Parameters:
shared_link_access_rights -
shared_link_access_rights - shared link access rights


Copyright © 2014. All rights reserved.