Class DocumentCurrentVersionJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentCurrentVersionJson
-
- All Implemented Interfaces:
Serializable
public class DocumentCurrentVersionJson extends BaseJson
Current version information about a file. Used in various places.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentCurrentVersionJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCurrentDocVersionUpdateDate()
Version update dateString
getCurrentVersionUuid()
Uuid for file versionvoid
setCurrentDocVersionUpdateDate(Date currentDocVersionUpdateDate)
Version update datevoid
setCurrentVersionUuid(String currentVersionUuid)
Uuid for file version-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getCurrentDocVersionUpdateDate
public Date getCurrentDocVersionUpdateDate()
Version update date- Returns:
- Version update date
-
setCurrentDocVersionUpdateDate
public void setCurrentDocVersionUpdateDate(Date currentDocVersionUpdateDate)
Version update date- Parameters:
currentDocVersionUpdateDate
- Version update date
-
getCurrentVersionUuid
public String getCurrentVersionUuid()
Uuid for file version- Returns:
- Uuid for file version
-
setCurrentVersionUuid
public void setCurrentVersionUuid(String currentVersionUuid)
Uuid for file version- Parameters:
currentVersionUuid
- Uuid for file version
-
-