Class IManageMatterJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.IManageMatterJson
-
- All Implemented Interfaces:
Serializable
public class IManageMatterJson extends BaseJson
Details of iManage matter/folder- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IManageMatterJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalRepositoryIdResultJson
getExternalIdentifier()
Set<WorkspaceCapabilityType>
getFolderCapabilities()
List of folder capabilitiesBoolean
getHasSubfolders()
Whether the folder has sub folders.Boolean
getIsPermsInherited()
String
getItemId()
iManage itemIdString
getModifiedBy()
Modified byString
getName()
Name of folder.String
getRoomUUID()
Workspace ID of the folderList<IManageMatterJson>
getSubFolders()
List of subfolders.Date
getUpdateDate()
Folder's update date.void
setExternalIdentifier(ExternalRepositoryIdResultJson externalIdentifier)
void
setFolderCapabilities(Set<WorkspaceCapabilityType> folderCapabilities)
List of folder capabilitiesvoid
setHasSubfolders(Boolean hasSubfolders)
Whether the folder has sub folders.void
setIsPermsInherited(Boolean isPermsInherited)
void
setItemId(String itemId)
iManage itemIdvoid
setModifiedBy(String modifiedBy)
Modified byvoid
setName(String name)
Name of folder.void
setRoomUUID(String roomUUID)
Workspace ID of the foldervoid
setSubFolders(List<IManageMatterJson> subFolders)
List of subfolders.void
setUpdateDate(Date updateDate)
Folder's update date.-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getItemId
public String getItemId()
iManage itemId- Returns:
- iManage itemId
-
setItemId
public void setItemId(String itemId)
iManage itemId- Parameters:
itemId
- iManage itemId
-
getUpdateDate
public Date getUpdateDate()
Folder's update date.- Returns:
- Folder's update date.
-
setUpdateDate
public void setUpdateDate(Date updateDate)
Folder's update date.- Parameters:
updateDate
- Folder's update date.
-
getSubFolders
public List<IManageMatterJson> getSubFolders()
List of subfolders. None if there are no subfolders.- Returns:
- List of subfolders. None if there are no subfolders.
-
setSubFolders
public void setSubFolders(List<IManageMatterJson> subFolders)
List of subfolders. None if there are no subfolders.- Parameters:
subFolders
- List of subfolders. None if there are no subfolders.
-
getFolderCapabilities
public Set<WorkspaceCapabilityType> getFolderCapabilities()
List of folder capabilities- Returns:
- List of folder capabilities
-
setFolderCapabilities
public void setFolderCapabilities(Set<WorkspaceCapabilityType> folderCapabilities)
List of folder capabilities- Parameters:
folderCapabilities
- List of folder capabilities
-
getName
public String getName()
Name of folder.- Returns:
- Name of folder.
-
setName
public void setName(String name)
Name of folder.- Parameters:
name
- Name of folder.
-
getExternalIdentifier
public ExternalRepositoryIdResultJson getExternalIdentifier()
-
setExternalIdentifier
public void setExternalIdentifier(ExternalRepositoryIdResultJson externalIdentifier)
-
getHasSubfolders
public Boolean getHasSubfolders()
Whether the folder has sub folders.- Returns:
- Whether the folder has sub folders.
-
setHasSubfolders
public void setHasSubfolders(Boolean hasSubfolders)
Whether the folder has sub folders.- Parameters:
hasSubfolders
- Whether the folder has sub folders.
-
getModifiedBy
public String getModifiedBy()
Modified by- Returns:
- Modified by
-
setModifiedBy
public void setModifiedBy(String modifiedBy)
Modified by- Parameters:
modifiedBy
- Modified by
-
getIsPermsInherited
public Boolean getIsPermsInherited()
-
setIsPermsInherited
public void setIsPermsInherited(Boolean isPermsInherited)
-
getRoomUUID
public String getRoomUUID()
Workspace ID of the folder- Returns:
- Workspace ID of the folder
-
setRoomUUID
public void setRoomUUID(String roomUUID)
Workspace ID of the folder- Parameters:
roomUUID
- Workspace ID of the folder
-
-