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
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
getFullPath
public String getFullPath()
Full path from the workspace root- Returns:
- Full path from the workspace root
-
setFullPath
public void setFullPath(String fullPath)
Full path from the workspace root- Parameters:
fullPath
- Full path from the workspace root
-
getUuid
public String getUuid()
-
setUuid
public void setUuid(String uuid)
-
-