Class FolderPathToUuidJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.FolderPathToUuidJson
- All Implemented Interfaces:
Serializable
public class FolderPathToUuidJson extends BaseJson
Created by sbenhayun on 6/7/2017.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FolderPathToUuidJson()
-
Method Summary
Modifier and Type Method Description String
getFullPath()
Full path from the workspace rootString
getUuid()
void
setFullPath(String fullPath)
Full path from the workspace rootvoid
setUuid(String uuid)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
FolderPathToUuidJson
public FolderPathToUuidJson()
-
-
Method Details
-
getFullPath
Full path from the workspace root- Returns:
- Full path from the workspace root
-
setFullPath
Full path from the workspace root- Parameters:
fullPath
- Full path from the workspace root
-
getUuid
-
setUuid
-