public class AddFolderPermissionRequestJson extends BaseJson
Constructor and Description |
---|
AddFolderPermissionRequestJson() |
Modifier and Type | Method and Description |
---|---|
PathOrFolderIdJson |
getFolderPathOrId()
Id or path of the folder
|
String |
getMessage()
Content of message from requester to administrator
|
PermissionRequestTypeExternalInterface |
getRequestType()
The type of request
|
String |
getRoomGuid()
The workspace's guid
|
Integer |
getRoomId()
The workspace's id
|
String |
getSubject()
Subject of message from requester to administrator
|
void |
setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Id or path of the folder
|
void |
setMessage(String message)
Content of message from requester to administrator
|
void |
setRequestType(PermissionRequestTypeExternalInterface requestType)
The type of request
|
void |
setRoomGuid(String roomGuid)
The workspace's guid
|
void |
setRoomId(Integer roomId)
The workspace's id
|
void |
setSubject(String subject)
Subject of message from requester to administrator
|
getObjType, setObjType, toString
public String getRoomGuid()
public void setRoomGuid(String roomGuid)
roomGuid
- The workspace's guidpublic PermissionRequestTypeExternalInterface getRequestType()
public void setRequestType(PermissionRequestTypeExternalInterface requestType)
requestType
- The type of requestpublic PathOrFolderIdJson getFolderPathOrId()
public void setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
folderPathOrId
- Id or path of the folderpublic String getSubject()
public void setSubject(String subject)
subject
- Subject of message from requester to administratorpublic String getMessage()
public void setMessage(String message)
message
- Content of message from requester to administratorpublic Integer getRoomId()
public void setRoomId(Integer roomId)
roomId
- The workspace's idCopyright © 2019. All rights reserved.