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
All Methods Instance Methods Concrete Methods 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 administrator-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getRoomGuid
public String getRoomGuid()
The workspace's guid- Returns:
- The workspace's guid
-
setRoomGuid
public void setRoomGuid(String roomGuid)
The workspace's guid- Parameters:
roomGuid
- The workspace's guid
-
getRequestType
public PermissionRequestTypeExternalInterface getRequestType()
The type of request- Returns:
- The type of request
-
setRequestType
public void setRequestType(PermissionRequestTypeExternalInterface requestType)
The type of request- Parameters:
requestType
- The type of request
-
getFolderPathOrId
public PathOrFolderIdJson getFolderPathOrId()
Id or path of the folder- Returns:
- Id or path of the folder
-
setFolderPathOrId
public void setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Id or path of the folder- Parameters:
folderPathOrId
- Id or path of the folder
-
getSubject
public String getSubject()
Subject of message from requester to administrator- Returns:
- Subject of message from requester to administrator
-
setSubject
public void setSubject(String subject)
Subject of message from requester to administrator- Parameters:
subject
- Subject of message from requester to administrator
-
getMessage
public String getMessage()
Content of message from requester to administrator- Returns:
- Content of message from requester to administrator
-
setMessage
public void setMessage(String message)
Content of message from requester to administrator- Parameters:
message
- Content of message from requester to administrator
-
getRoomId
public Integer getRoomId()
The workspace's id- Returns:
- The workspace's id
-
setRoomId
public void setRoomId(Integer roomId)
The workspace's id- Parameters:
roomId
- The workspace's id
-
-