Class GetIManageFolderInfoJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.GetIManageFolderInfoJson
- All Implemented Interfaces:
Serializable
public class GetIManageFolderInfoJson extends BaseJson
Information for getting the workspace or folder single level folders.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GetIManageFolderInfoJson()
-
Method Summary
Modifier and Type Method Description String
getFolderItemId()
IManage item ID of the folder.String
getWorkspaceGuid()
Workspace guidvoid
setFolderItemId(String folderItemId)
IManage item ID of the folder.void
setWorkspaceGuid(String workspaceGuid)
Workspace guidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
GetIManageFolderInfoJson
public GetIManageFolderInfoJson()
-
-
Method Details
-
getFolderItemId
IManage item ID of the folder. When it is empty, it uses the item id of the workspace.- Returns:
- IManage item ID of the folder. When it is empty, it uses the item id of the workspace.
-
setFolderItemId
IManage item ID of the folder. When it is empty, it uses the item id of the workspace.- Parameters:
folderItemId
- IManage item ID of the folder. When it is empty, it uses the item id of the workspace.
-
getWorkspaceGuid
Workspace guid- Returns:
- Workspace guid
-
setWorkspaceGuid
Workspace guid- Parameters:
workspaceGuid
- Workspace guid
-