Class AddFolderPermissionRequestJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.AddFolderPermissionRequestJson
- All Implemented Interfaces:
Serializable
public class AddFolderPermissionRequestJson extends BaseJson
Request for access to a folder.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AddFolderPermissionRequestJson()
-
Method Summary
Modifier and Type Method Description PathOrFolderIdJson
getFolderPathOrId()
Id or path of the folderString
getMessage()
Content of message from requester to administratorPermissionRequestTypeExternalInterface
getRequestType()
The type of requestString
getRoomGuid()
The workspace's guidInteger
getRoomId()
The workspace's idString
getSubject()
Subject of message from requester to administratorvoid
setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Id or path of the foldervoid
setMessage(String message)
Content of message from requester to administratorvoid
setRequestType(PermissionRequestTypeExternalInterface requestType)
The type of requestvoid
setRoomGuid(String roomGuid)
The workspace's guidvoid
setRoomId(Integer roomId)
The workspace's idvoid
setSubject(String subject)
Subject of message from requester to administratorMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
AddFolderPermissionRequestJson
public AddFolderPermissionRequestJson()
-
-
Method Details
-
getRoomGuid
The workspace's guid- Returns:
- The workspace's guid
-
setRoomGuid
The workspace's guid- Parameters:
roomGuid
- The workspace's guid
-
getRequestType
The type of request- Returns:
- The type of request
-
setRequestType
The type of request- Parameters:
requestType
- The type of request
-
getFolderPathOrId
Id or path of the folder- Returns:
- Id or path of the folder
-
setFolderPathOrId
Id or path of the folder- Parameters:
folderPathOrId
- Id or path of the folder
-
getSubject
Subject of message from requester to administrator- Returns:
- Subject of message from requester to administrator
-
setSubject
Subject of message from requester to administrator- Parameters:
subject
- Subject of message from requester to administrator
-
getMessage
Content of message from requester to administrator- Returns:
- Content of message from requester to administrator
-
setMessage
Content of message from requester to administrator- Parameters:
message
- Content of message from requester to administrator
-
getRoomId
The workspace's id- Returns:
- The workspace's id
-
setRoomId
The workspace's id- Parameters:
roomId
- The workspace's id
-