Class GetFolderInfoJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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
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
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 IDvoid
setRoomGuid(String roomGuid)
Workspace guidvoid
setRoomId(Integer roomId)
Workspace idMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
GetFolderInfoJson
public GetFolderInfoJson()
-
-
Method Details
-
getPath
Workspace path name / folder ID- Returns:
- Workspace path name / folder ID
-
setPath
Workspace path name / folder ID- Parameters:
path
- Workspace path name / folder ID
-
getRoomGuid
Workspace guid- Returns:
- Workspace guid
-
setRoomGuid
Workspace guid- Parameters:
roomGuid
- Workspace guid
-
isIncludeExternalRepository
public boolean isIncludeExternalRepository() -
getIncludeExternalRepository
Deprecated. -
setIncludeExternalRepository
public void setIncludeExternalRepository(boolean includeExternalRepository) -
getFolderGuid
-
setFolderGuid
-
isOnlyEntitiesWithAccess
public boolean isOnlyEntitiesWithAccess() -
getOnlyEntitiesWithAccess
Deprecated. -
setOnlyEntitiesWithAccess
public void setOnlyEntitiesWithAccess(boolean onlyEntitiesWithAccess) -
getFolderId
-
setFolderId
-
getRoomId
Workspace id- Returns:
- Workspace id
-
setRoomId
Workspace id- Parameters:
roomId
- Workspace id
-