public class OpenForAllRoomEditJson extends BaseJson
Constructor and Description |
---|
OpenForAllRoomEditJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentGuids()
List of file guids
|
Set<String> |
getFolderGuids()
List of folder guids for files
|
Set<Integer> |
getFolderIds()
List of folder ids for files
|
Set<String> |
getFolderPaths()
List of folder paths for files
|
boolean |
isOpenForAllRoom()
This flag indicates this file should be open to all present and future
workspace entities.
|
void |
setDocumentGuids(Set<String> documentGuids)
List of file guids
|
void |
setFolderGuids(Set<String> folderGuids)
List of folder guids for files
|
void |
setFolderIds(Set<Integer> folderIds)
List of folder ids for files
|
void |
setFolderPaths(Set<String> folderPaths)
List of folder paths for files
|
void |
setOpenForAllRoom(boolean openForAllRoom)
This flag indicates this file should be open to all present and future
workspace entities.
|
getObjType, setObjType, toString
public Set<String> getDocumentGuids()
public void setDocumentGuids(Set<String> documentGuids)
documentGuids
- List of file guidspublic Set<String> getFolderGuids()
public void setFolderGuids(Set<String> folderGuids)
folderGuids
- List of folder guids for filespublic boolean isOpenForAllRoom()
public void setOpenForAllRoom(boolean openForAllRoom)
openForAllRoom
- This flag indicates this file should be open to
all present and future workspace entities.public Set<Integer> getFolderIds()
public void setFolderIds(Set<Integer> folderIds)
folderIds
- List of folder ids for filespublic Set<String> getFolderPaths()
Copyright © 2019. All rights reserved.