Class TransientDocumentPermissionRequestsResultsJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.TransientDocumentPermissionRequestsResultsJson
-
- All Implemented Interfaces:
Serializable
public class TransientDocumentPermissionRequestsResultsJson extends BaseJson
Result from a permission request for a document in a transient workspace- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransientDocumentPermissionRequestsResultsJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
String
getFolderPath()
Folder pathString
getName()
file nameString
getPath()
The file path in the transient workspaceList<TransientDocumentPendingPermissionRequestJson>
getPermissionRequests()
List of permission requestsString
getRoomName()
Workspace nameString
getWorkspaceUuid()
Workspace Uuidvoid
setContentType(String contentType)
void
setFolderPath(String folderPath)
Folder pathvoid
setName(String name)
file namevoid
setPath(String path)
The file path in the transient workspacevoid
setPermissionRequests(List<TransientDocumentPendingPermissionRequestJson> permissionRequests)
List of permission requestsvoid
setRoomName(String roomName)
Workspace namevoid
setWorkspaceUuid(String workspaceUuid)
Workspace Uuid-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getFolderPath
public String getFolderPath()
Folder path- Returns:
- Folder path
-
setFolderPath
public void setFolderPath(String folderPath)
Folder path- Parameters:
folderPath
- Folder path
-
getPath
public String getPath()
The file path in the transient workspace- Returns:
- The file path in the transient workspace
-
setPath
public void setPath(String path)
The file path in the transient workspace- Parameters:
path
- The file path in the transient workspace
-
getPermissionRequests
public List<TransientDocumentPendingPermissionRequestJson> getPermissionRequests()
List of permission requests- Returns:
- List of permission requests
-
setPermissionRequests
public void setPermissionRequests(List<TransientDocumentPendingPermissionRequestJson> permissionRequests)
List of permission requests- Parameters:
permissionRequests
- List of permission requests
-
getName
public String getName()
file name- Returns:
- file name
-
setName
public void setName(String name)
file name- Parameters:
name
- file name
-
getContentType
public String getContentType()
-
setContentType
public void setContentType(String contentType)
-
getRoomName
public String getRoomName()
Workspace name- Returns:
- Workspace name
-
setRoomName
public void setRoomName(String roomName)
Workspace name- Parameters:
roomName
- Workspace name
-
getWorkspaceUuid
public String getWorkspaceUuid()
Workspace Uuid- Returns:
- Workspace Uuid
-
setWorkspaceUuid
public void setWorkspaceUuid(String workspaceUuid)
Workspace Uuid- Parameters:
workspaceUuid
- Workspace Uuid
-
-