Class ItemWithErrorJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ItemWithErrorJson
- All Implemented Interfaces:
Serializable
public class ItemWithErrorJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ItemWithErrorJson()
-
Method Summary
Modifier and Type Method Description BaseJson
getItemJson()
String
getTransientError()
Integer
getTransientErrorCode()
void
setItemJson(BaseJson itemJson)
void
setTransientError(String transientError)
void
setTransientErrorCode(Integer transientErrorCode)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ItemWithErrorJson
public ItemWithErrorJson()
-
-
Method Details