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 Details

  • Method Details

    • 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