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
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 UuidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
TransientDocumentPermissionRequestsResultsJson
public TransientDocumentPermissionRequestsResultsJson()
-
-
Method Details
-
getFolderPath
Folder path- Returns:
- Folder path
-
setFolderPath
Folder path- Parameters:
folderPath
- Folder path
-
getPath
The file path in the transient workspace- Returns:
- The file path in the transient workspace
-
setPath
The file path in the transient workspace- Parameters:
path
- The file path in the transient workspace
-
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
file name- Returns:
- file name
-
setName
file name- Parameters:
name
- file name
-
getContentType
-
setContentType
-
getRoomName
Workspace name- Returns:
- Workspace name
-
setRoomName
Workspace name- Parameters:
roomName
- Workspace name
-
getWorkspaceUuid
Workspace Uuid- Returns:
- Workspace Uuid
-
setWorkspaceUuid
Workspace Uuid- Parameters:
workspaceUuid
- Workspace Uuid
-