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