public class TransientDocumentPermissionRequestsResultsJson extends BaseJson
Constructor and Description |
---|
TransientDocumentPermissionRequestsResultsJson() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
String |
getFolderPath()
Folder path
|
String |
getName()
file name
|
String |
getPath()
The file path in the transient workspace
|
List<TransientDocumentPendingPermissionRequestJson> |
getPermissionRequests()
List of permission requests
|
String |
getRoomName()
Workspace name
|
String |
getWorkspaceUuid()
Workspace Uuid
|
void |
setContentType(String contentType) |
void |
setFolderPath(String folderPath)
Folder path
|
void |
setName(String name)
file name
|
void |
setPath(String path)
The file path in the transient workspace
|
void |
setPermissionRequests(List<TransientDocumentPendingPermissionRequestJson> permissionRequests)
List of permission requests
|
void |
setRoomName(String roomName)
Workspace name
|
void |
setWorkspaceUuid(String workspaceUuid)
Workspace Uuid
|
getObjType, setObjType, toString
public TransientDocumentPermissionRequestsResultsJson()
public String getFolderPath()
public void setFolderPath(String folderPath)
folderPath
- Folder pathpublic String getPath()
public void setPath(String path)
path
- The file path in the transient workspacepublic List<TransientDocumentPendingPermissionRequestJson> getPermissionRequests()
public void setPermissionRequests(List<TransientDocumentPendingPermissionRequestJson> permissionRequests)
permissionRequests
- List of permission requestspublic String getName()
public void setName(String name)
name
- file namepublic String getContentType()
public void setContentType(String contentType)
public String getWorkspaceUuid()
public void setWorkspaceUuid(String workspaceUuid)
workspaceUuid
- Workspace Uuidpublic String getRoomName()
public void setRoomName(String roomName)
roomName
- Workspace nameCopyright © 2019. All rights reserved.