Class SharedWithMeResponseJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.SharedWithMeResponseJson
- All Implemented Interfaces:
Serializable
public class SharedWithMeResponseJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SharedWithMeResponseJson(EmbeddedNotificationJson embeddedNotificationJson, ItemWithErrorJson itemInfoJson)
-
Method Summary
Modifier and Type Method Description EmbeddedNotificationJson
getEmbeddedNotificationJson()
BaseJson
getItemJson()
String
getTransientError()
Integer
getTransientErrorCode()
void
setEmbeddedNotificationJson(EmbeddedNotificationJson embeddedNotificationJson)
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
-
SharedWithMeResponseJson
public SharedWithMeResponseJson(EmbeddedNotificationJson embeddedNotificationJson, ItemWithErrorJson itemInfoJson)
-
-
Method Details