Class LastDocWithActivityJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.LastDocWithActivityJson
- All Implemented Interfaces:
Serializable
public class LastDocWithActivityJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LastDocWithActivityJson()
-
Method Summary
Modifier and Type Method Description ActionLogToShow
getActionType()
DocumentJson
getDocumentJson()
IManageDocumentJson
getImanageDocumentJson()
Boolean
getIsTransient()
Date
getLastActionDate()
Boolean
getTransient()
Deprecated.TransientDocumentJson
getTransientDocumentJson()
String
getTransientError()
Integer
getTransientErrorCode()
void
setActionType(ActionLogToShow actionType)
void
setDocumentJson(DocumentJson documentJson)
void
setImanageDocumentJson(IManageDocumentJson imanageDocumentJson)
void
setIsTransient(Boolean isTransient)
void
setLastActionDate(Date lastActionDate)
void
setTransient(Boolean isTransient)
Deprecated.void
setTransientDocumentJson(TransientDocumentJson transientDocumentJson)
void
setTransientError(String transientError)
void
setTransientErrorCode(Integer transientErrorCode)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
LastDocWithActivityJson
public LastDocWithActivityJson()
-
-
Method Details
-
getActionType
-
setActionType
-
getImanageDocumentJson
-
setImanageDocumentJson
-
getTransientErrorCode
-
setTransientErrorCode
-
getTransientDocumentJson
-
setTransientDocumentJson
-
getTransientError
-
setTransientError
-
getLastActionDate
-
setLastActionDate
-
getIsTransient
-
getTransient
Deprecated. -
setIsTransient
-
setTransient
Deprecated. -
getDocumentJson
-
setDocumentJson
-