public class EditFoldersAndDocumentsSettingsBulkJson extends BaseJson
Constructor and Description |
---|
EditFoldersAndDocumentsSettingsBulkJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentGuids()
Guids of the files
|
Set<String> |
getFolderGuids()
Guids of the folders
|
Set<Integer> |
getFolderIds()
Ids of the folders
|
Set<String> |
getFolderPaths()
Paths of the folders
|
Boolean |
getMakeDescendantsInherit() |
String |
getRoomGuid()
Guid of the workspace where the folder is located
|
Integer |
getRoomId()
Id of the workspace where the folder is located
|
void |
setDocumentGuids(Set<String> documentGuids)
Guids of the files
|
void |
setFolderGuids(Set<String> folderGuids)
Guids of the folders
|
void |
setFolderIds(Set<Integer> folderIds)
Ids of the folders
|
void |
setFolderPaths(Set<String> folderPaths)
Paths of the folders
|
void |
setMakeDescendantsInherit(Boolean makeDescendantsInherit) |
void |
setRoomGuid(String roomGuid)
Guid of the workspace where the folder is located
|
void |
setRoomId(Integer roomId)
Id of the workspace where the folder is located
|
getObjType, setObjType, toString
public EditFoldersAndDocumentsSettingsBulkJson()
public Set<String> getDocumentGuids()
public void setDocumentGuids(Set<String> documentGuids)
documentGuids
- Guids of the filespublic String getRoomGuid()
public void setRoomGuid(String roomGuid)
roomGuid
- Guid of the workspace where the folder is locatedpublic Set<String> getFolderGuids()
public void setFolderGuids(Set<String> folderGuids)
folderGuids
- Guids of the folderspublic void setFolderIds(Set<Integer> folderIds)
folderIds
- Ids of the folderspublic Boolean getMakeDescendantsInherit()
public void setMakeDescendantsInherit(Boolean makeDescendantsInherit)
public Integer getRoomId()
public void setRoomId(Integer roomId)
roomId
- Id of the workspace where the folder is locatedpublic Set<String> getFolderPaths()
Copyright © 2019. All rights reserved.