Class DocumentIdentifierJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentIdentifierJson
-
- All Implemented Interfaces:
Serializable
public class DocumentIdentifierJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentIdentifierJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDocumentUuid()
Document UUID of workspaceGetIManagePathInfoJson
getImanageInfoJson()
Document info of imanage workspaceGetPathInfoJson
getPathInfoJson()
Document info of transient workspacevoid
setDocumentUuid(String documentUuid)
Document UUID of workspacevoid
setImanageInfoJson(GetIManagePathInfoJson imanageInfoJson)
Document info of imanage workspacevoid
setPathInfoJson(GetPathInfoJson pathInfoJson)
Document info of transient workspace-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDocumentUuid
public String getDocumentUuid()
Document UUID of workspace- Returns:
- Document UUID of workspace
-
setDocumentUuid
public void setDocumentUuid(String documentUuid)
Document UUID of workspace- Parameters:
documentUuid
- Document UUID of workspace
-
getImanageInfoJson
public GetIManagePathInfoJson getImanageInfoJson()
Document info of imanage workspace- Returns:
- Document info of imanage workspace
-
setImanageInfoJson
public void setImanageInfoJson(GetIManagePathInfoJson imanageInfoJson)
Document info of imanage workspace- Parameters:
imanageInfoJson
- Document info of imanage workspace
-
getPathInfoJson
public GetPathInfoJson getPathInfoJson()
Document info of transient workspace- Returns:
- Document info of transient workspace
-
setPathInfoJson
public void setPathInfoJson(GetPathInfoJson pathInfoJson)
Document info of transient workspace- Parameters:
pathInfoJson
- Document info of transient workspace
-
-