Class GetFolderInfoJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.GetFolderInfoJson
-
- All Implemented Interfaces:
Serializable
public class GetFolderInfoJson extends BaseJson
Used when getting information about a folder. Either the "roomId" or the "roomGuid" must be specified to identify the workspace. The "path", "folderId", "folderGuid" must be specified to identify the folder.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetFolderInfoJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getFolderGuid()
Integer
getFolderId()
boolean
getIncludeExternalRepository()
Deprecated.boolean
getOnlyEntitiesWithAccess()
Deprecated.String
getPath()
Workspace path name / folder IDString
getRoomGuid()
Workspace guidInteger
getRoomId()
Workspace idboolean
isIncludeExternalRepository()
boolean
isIncludeSubFolders()
include the subFolder list in the responseboolean
isOnlyEntitiesWithAccess()
void
setFolderGuid(String folderGuid)
void
setFolderId(Integer folderId)
void
setIncludeExternalRepository(boolean includeExternalRepository)
void
setIncludeSubFolders(boolean includeSubFolders)
include the subFolder list in the responsevoid
setOnlyEntitiesWithAccess(boolean onlyEntitiesWithAccess)
void
setPath(String path)
Workspace path name / folder IDvoid
setRoomGuid(String roomGuid)
Workspace guidvoid
setRoomId(Integer roomId)
Workspace id-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getPath
public String getPath()
Workspace path name / folder ID- Returns:
- Workspace path name / folder ID
-
setPath
public void setPath(String path)
Workspace path name / folder ID- Parameters:
path
- Workspace path name / folder ID
-
isIncludeExternalRepository
public boolean isIncludeExternalRepository()
-
getIncludeExternalRepository
@Deprecated public boolean getIncludeExternalRepository()
Deprecated.
-
setIncludeExternalRepository
public void setIncludeExternalRepository(boolean includeExternalRepository)
-
getRoomGuid
public String getRoomGuid()
Workspace guid- Returns:
- Workspace guid
-
setRoomGuid
public void setRoomGuid(String roomGuid)
Workspace guid- Parameters:
roomGuid
- Workspace guid
-
isIncludeSubFolders
public boolean isIncludeSubFolders()
include the subFolder list in the response- Returns:
- include the subFolder list in the response
-
setIncludeSubFolders
public void setIncludeSubFolders(boolean includeSubFolders)
include the subFolder list in the response- Parameters:
includeSubFolders
- include the subFolder list in the response
-
getFolderGuid
public String getFolderGuid()
-
setFolderGuid
public void setFolderGuid(String folderGuid)
-
isOnlyEntitiesWithAccess
public boolean isOnlyEntitiesWithAccess()
-
getOnlyEntitiesWithAccess
@Deprecated public boolean getOnlyEntitiesWithAccess()
Deprecated.
-
setOnlyEntitiesWithAccess
public void setOnlyEntitiesWithAccess(boolean onlyEntitiesWithAccess)
-
getFolderId
public Integer getFolderId()
-
setFolderId
public void setFolderId(Integer folderId)
-
getRoomId
public Integer getRoomId()
Workspace id- Returns:
- Workspace id
-
setRoomId
public void setRoomId(Integer roomId)
Workspace id- Parameters:
roomId
- Workspace id
-
-