Class PathOrFolderIdJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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)
Path-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getPath
public String getPath()
Path- Returns:
- Path
-
setPath
public void setPath(String path)
Path- Parameters:
path
- Path
-
getFolderGuid
public String getFolderGuid()
Folder guid- Returns:
- Folder guid
-
setFolderGuid
public void setFolderGuid(String folderGuid)
Folder guid- Parameters:
folderGuid
- Folder guid
-
getFolderId
public Integer getFolderId()
Folder id- Returns:
- Folder id
-
setFolderId
public void setFolderId(Integer folderId)
Folder id- Parameters:
folderId
- Folder id
-
-