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
All Methods Instance Methods Concrete Methods 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 Detail
-
SharedWithMeResponseJson
public SharedWithMeResponseJson(EmbeddedNotificationJson embeddedNotificationJson, ItemWithErrorJson itemInfoJson)
-
-
Method Detail
-
getEmbeddedNotificationJson
public EmbeddedNotificationJson getEmbeddedNotificationJson()
-
setEmbeddedNotificationJson
public void setEmbeddedNotificationJson(EmbeddedNotificationJson embeddedNotificationJson)
-
getItemJson
public BaseJson getItemJson()
-
setItemJson
public void setItemJson(BaseJson itemJson)
-
getTransientError
public String getTransientError()
-
setTransientError
public void setTransientError(String transientError)
-
getTransientErrorCode
public Integer getTransientErrorCode()
-
setTransientErrorCode
public void setTransientErrorCode(Integer transientErrorCode)
-
-