public class GetFolderInfoJson extends BaseJson
Constructor and Description |
---|
GetFolderInfoJson() |
Modifier and Type | Method and Description |
---|---|
String |
getFolderGuid() |
Integer |
getFolderId() |
boolean |
getIncludeExternalRepository()
Deprecated.
|
boolean |
getOnlyEntitiesWithAccess()
Deprecated.
|
String |
getPath()
Workspace path name / folder ID
|
String |
getRoomGuid()
Workspace guid
|
Integer |
getRoomId()
Workspace id
|
boolean |
isIncludeExternalRepository() |
boolean |
isOnlyEntitiesWithAccess() |
void |
setFolderGuid(String folderGuid) |
void |
setFolderId(Integer folderId) |
void |
setIncludeExternalRepository(boolean includeExternalRepository) |
void |
setOnlyEntitiesWithAccess(boolean onlyEntitiesWithAccess) |
void |
setPath(String path)
Workspace path name / folder ID
|
void |
setRoomGuid(String roomGuid)
Workspace guid
|
void |
setRoomId(Integer roomId)
Workspace id
|
getObjType, setObjType, toString
public boolean isIncludeExternalRepository()
@Deprecated public boolean getIncludeExternalRepository()
public void setIncludeExternalRepository(boolean includeExternalRepository)
public String getPath()
public void setPath(String path)
path
- Workspace path name / folder IDpublic String getRoomGuid()
public void setRoomGuid(String roomGuid)
roomGuid
- Workspace guidpublic String getFolderGuid()
public void setFolderGuid(String folderGuid)
public boolean isOnlyEntitiesWithAccess()
@Deprecated public boolean getOnlyEntitiesWithAccess()
public void setOnlyEntitiesWithAccess(boolean onlyEntitiesWithAccess)
public Integer getRoomId()
public void setRoomId(Integer roomId)
roomId
- Workspace idpublic Integer getFolderId()
public void setFolderId(Integer folderId)
Copyright © 2019. All rights reserved.