Class PathOrFolderIdJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.PathOrFolderIdJson
- All Implemented Interfaces:
Serializable
public class PathOrFolderIdJson extends BaseJson
A path or ID for a folder
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PathOrFolderIdJson()
-
Method Summary
Modifier and Type Method Description String
getFolderGuid()
Folder guidInteger
getFolderId()
Folder idString
getPath()
Pathvoid
setFolderGuid(String folderGuid)
Folder guidvoid
setFolderId(Integer folderId)
Folder idvoid
setPath(String path)
PathMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
PathOrFolderIdJson
public PathOrFolderIdJson()
-
-
Method Details
-
getPath
Path- Returns:
- Path
-
setPath
Path- Parameters:
path
- Path
-
getFolderGuid
Folder guid- Returns:
- Folder guid
-
setFolderGuid
Folder guid- Parameters:
folderGuid
- Folder guid
-
getFolderId
Folder id- Returns:
- Folder id
-
setFolderId
Folder id- Parameters:
folderId
- Folder id
-