Class DocumentPermissionRequestsResultsJson

  • All Implemented Interfaces:
    Serializable

    public class DocumentPermissionRequestsResultsJson
    extends BaseJson
    Result from a pending permission request
    See Also:
    Serialized Form
    • Constructor Detail

      • DocumentPermissionRequestsResultsJson

        public DocumentPermissionRequestsResultsJson()
    • Method Detail

      • setPermissionRequests

        public void setPermissionRequests​(List<DocumentPendingPermissionRequestJson> permissionRequests)
        List of permission requests
        Parameters:
        permissionRequests - List of permission requests
      • getLastModifiedDate

        public Date getLastModifiedDate()
        When the file was last modified
        Returns:
        When the file was last modified
      • setLastModifiedDate

        public void setLastModifiedDate​(Date lastModifiedDate)
        When the file was last modified
        Parameters:
        lastModifiedDate - When the file was last modified
      • getFolderGuid

        public String getFolderGuid()
        Folder Guid
        Returns:
        Folder Guid
      • setFolderGuid

        public void setFolderGuid​(String folderGuid)
        Folder Guid
        Parameters:
        folderGuid - Folder Guid
      • getWorkspaceUuid

        public String getWorkspaceUuid()
      • setWorkspaceUuid

        public void setWorkspaceUuid​(String workspaceUuid)
      • getRoomName

        public String getRoomName()
        Workspace name
        Returns:
        Workspace name
      • setRoomName

        public void setRoomName​(String roomName)
        Workspace name
        Parameters:
        roomName - Workspace name
      • getRoomId

        public Integer getRoomId()
        Workspace id
        Returns:
        Workspace id
      • setRoomId

        public void setRoomId​(Integer roomId)
        Workspace id
        Parameters:
        roomId - Workspace id
      • getFolderId

        public Integer getFolderId()
        Folder id
        Returns:
        Folder id
      • setFolderId

        public void setFolderId​(Integer folderId)
        Folder id
        Parameters:
        folderId - Folder id
      • getFolderPath

        public String getFolderPath()
        Folder path
        Returns:
        Folder path
      • setFolderPath

        public void setFolderPath​(String folderPath)
        Folder path
        Parameters:
        folderPath - Folder path
      • getSize

        public Long getSize()
        Size of the file
        Returns:
        Size of the file
      • setSize

        public void setSize​(Long size)
        Size of the file
        Parameters:
        size - Size of the file
      • getName

        public String getName()
        file name
        Returns:
        file name
      • setName

        public void setName​(String name)
        file name
        Parameters:
        name - file name
      • getGuid

        public String getGuid()
        Signed GUID of a file, created by the server.
        Returns:
        Signed GUID of a file, created by the server.
      • setGuid

        public void setGuid​(String guid)
        Signed GUID of a file, created by the server.
        Parameters:
        guid - Signed GUID of a file, created by the server.
      • getContentType

        public String getContentType()
      • setContentType

        public void setContentType​(String contentType)
      • getUploadedBy

        public String getUploadedBy()
        Who uploaded the file
        Returns:
        Who uploaded the file
      • setUploadedBy

        public void setUploadedBy​(String uploadedBy)
        Who uploaded the file
        Parameters:
        uploadedBy - Who uploaded the file