Class GetPathInfoJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.GetPathInfoJson
- All Implemented Interfaces:
Serializable
public class GetPathInfoJson extends BaseJson
A path to get information about
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GetPathInfoJson()
-
Method Summary
Modifier and Type Method Description String
getPath()
String
getWorkspaceUuid()
void
setPath(String path)
void
setWorkspaceUuid(String workspaceUuid)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
GetPathInfoJson
public GetPathInfoJson()
-
-
Method Details