Class DocumentPermissionRequestsResultsJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentPermissionRequestsResultsJson
-
- All Implemented Interfaces:
Serializable
public class DocumentPermissionRequestsResultsJson extends BaseJson
Result from a pending permission request- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentPermissionRequestsResultsJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
String
getFolderGuid()
Folder GuidInteger
getFolderId()
Folder idString
getFolderPath()
Folder pathString
getGuid()
Signed GUID of a file, created by the server.Date
getLastModifiedDate()
When the file was last modifiedString
getName()
file nameList<DocumentPendingPermissionRequestJson>
getPermissionRequests()
List of permission requestsInteger
getRoomId()
Workspace idString
getRoomName()
Workspace nameLong
getSize()
Size of the fileString
getUploadedBy()
Who uploaded the fileString
getWorkspaceUuid()
void
setContentType(String contentType)
void
setFolderGuid(String folderGuid)
Folder Guidvoid
setFolderId(Integer folderId)
Folder idvoid
setFolderPath(String folderPath)
Folder pathvoid
setGuid(String guid)
Signed GUID of a file, created by the server.void
setLastModifiedDate(Date lastModifiedDate)
When the file was last modifiedvoid
setName(String name)
file namevoid
setPermissionRequests(List<DocumentPendingPermissionRequestJson> permissionRequests)
List of permission requestsvoid
setRoomId(Integer roomId)
Workspace idvoid
setRoomName(String roomName)
Workspace namevoid
setSize(Long size)
Size of the filevoid
setUploadedBy(String uploadedBy)
Who uploaded the filevoid
setWorkspaceUuid(String workspaceUuid)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getPermissionRequests
public List<DocumentPendingPermissionRequestJson> getPermissionRequests()
List of permission requests- Returns:
- List of permission requests
-
setPermissionRequests
public void setPermissionRequests(List<DocumentPendingPermissionRequestJson> permissionRequests)
List of permission requests- Parameters:
permissionRequests
- List of permission requests
-
getLastModifiedDate
public Date getLastModifiedDate()
When the file was last modified- Returns:
- When the file was last modified
-
setLastModifiedDate
public void setLastModifiedDate(Date lastModifiedDate)
When the file was last modified- Parameters:
lastModifiedDate
- When the file was last modified
-
getFolderGuid
public String getFolderGuid()
Folder Guid- Returns:
- Folder Guid
-
setFolderGuid
public void setFolderGuid(String folderGuid)
Folder Guid- Parameters:
folderGuid
- Folder Guid
-
getWorkspaceUuid
public String getWorkspaceUuid()
-
setWorkspaceUuid
public void setWorkspaceUuid(String workspaceUuid)
-
getRoomName
public String getRoomName()
Workspace name- Returns:
- Workspace name
-
setRoomName
public void setRoomName(String roomName)
Workspace name- Parameters:
roomName
- Workspace name
-
getRoomId
public Integer getRoomId()
Workspace id- Returns:
- Workspace id
-
setRoomId
public void setRoomId(Integer roomId)
Workspace id- Parameters:
roomId
- Workspace id
-
getFolderId
public Integer getFolderId()
Folder id- Returns:
- Folder id
-
setFolderId
public void setFolderId(Integer folderId)
Folder id- Parameters:
folderId
- Folder id
-
getFolderPath
public String getFolderPath()
Folder path- Returns:
- Folder path
-
setFolderPath
public void setFolderPath(String folderPath)
Folder path- Parameters:
folderPath
- Folder path
-
getSize
public Long getSize()
Size of the file- Returns:
- Size of the file
-
setSize
public void setSize(Long size)
Size of the file- Parameters:
size
- Size of the file
-
getName
public String getName()
file name- Returns:
- file name
-
setName
public void setName(String name)
file name- Parameters:
name
- file name
-
getGuid
public String getGuid()
Signed GUID of a file, created by the server.- Returns:
- Signed GUID of a file, created by the server.
-
setGuid
public void setGuid(String guid)
Signed GUID of a file, created by the server.- Parameters:
guid
- Signed GUID of a file, created by the server.
-
getContentType
public String getContentType()
-
setContentType
public void setContentType(String contentType)
-
getUploadedBy
public String getUploadedBy()
Who uploaded the file- Returns:
- Who uploaded the file
-
setUploadedBy
public void setUploadedBy(String uploadedBy)
Who uploaded the file- Parameters:
uploadedBy
- Who uploaded the file
-
-