public class DocumentPermissionRequestsResultsJson extends BaseJson
Constructor and Description |
---|
DocumentPermissionRequestsResultsJson() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
String |
getFolderGuid()
Folder Guid
|
Integer |
getFolderId()
Folder id
|
String |
getFolderPath()
Folder path
|
String |
getGuid()
Signed GUID of a file, created by the server.
|
Date |
getLastModifiedDate()
When the file was last modified
|
String |
getName()
file name
|
List<DocumentPendingPermissionRequestJson> |
getPermissionRequests()
List of permission requests
|
Integer |
getRoomId()
Workspace id
|
String |
getRoomName()
Workspace name
|
Long |
getSize()
Size of the file
|
String |
getUploadedBy()
Who uploaded the file
|
String |
getWorkspaceUuid() |
void |
setContentType(String contentType) |
void |
setFolderGuid(String folderGuid)
Folder Guid
|
void |
setFolderId(Integer folderId)
Folder id
|
void |
setFolderPath(String folderPath)
Folder path
|
void |
setGuid(String guid)
Signed GUID of a file, created by the server.
|
void |
setLastModifiedDate(Date lastModifiedDate)
When the file was last modified
|
void |
setName(String name)
file name
|
void |
setPermissionRequests(List<DocumentPendingPermissionRequestJson> permissionRequests)
List of permission requests
|
void |
setRoomId(Integer roomId)
Workspace id
|
void |
setRoomName(String roomName)
Workspace name
|
void |
setSize(Long size)
Size of the file
|
void |
setUploadedBy(String uploadedBy)
Who uploaded the file
|
void |
setWorkspaceUuid(String workspaceUuid) |
getObjType, setObjType, toString
public DocumentPermissionRequestsResultsJson()
public List<DocumentPendingPermissionRequestJson> getPermissionRequests()
public void setPermissionRequests(List<DocumentPendingPermissionRequestJson> permissionRequests)
permissionRequests
- List of permission requestspublic Date getLastModifiedDate()
public void setLastModifiedDate(Date lastModifiedDate)
lastModifiedDate
- When the file was last modifiedpublic String getFolderGuid()
public void setFolderGuid(String folderGuid)
folderGuid
- Folder Guidpublic Integer getRoomId()
public void setRoomId(Integer roomId)
roomId
- Workspace idpublic String getRoomName()
public void setRoomName(String roomName)
roomName
- Workspace namepublic String getWorkspaceUuid()
public void setWorkspaceUuid(String workspaceUuid)
public Integer getFolderId()
public void setFolderId(Integer folderId)
folderId
- Folder idpublic String getFolderPath()
public void setFolderPath(String folderPath)
folderPath
- Folder pathpublic Long getSize()
public void setSize(Long size)
size
- Size of the filepublic String getName()
public void setName(String name)
name
- file namepublic String getGuid()
public void setGuid(String guid)
guid
- Signed GUID of a file, created by the server.public String getContentType()
public void setContentType(String contentType)
public String getUploadedBy()
public void setUploadedBy(String uploadedBy)
uploadedBy
- Who uploaded the fileCopyright © 2019. All rights reserved.