Activity
.public interface ActivityTarget
Modifier and Type | Method and Description |
---|---|
String |
getLink()
Deprecated.
Gets the link
|
String |
getProperty(String name)
Deprecated.
Gets the property value based on a property name (generic getter).
|
String |
getSource()
Deprecated.
Gets the source
|
String |
getTitle()
Deprecated.
Gets the title
|
String |
getType()
Deprecated.
Gets the type
|
ActivityTarget |
setLink(String link)
Deprecated.
Sets the link
|
ActivityTarget |
setProperty(String name,
String value)
Deprecated.
Sets the property value based on a property name (generic setter).
|
ActivityTarget |
setSource(String source)
Deprecated.
Sets the source
|
ActivityTarget |
setTitle(String title)
Deprecated.
Sets the title
|
ActivityTarget |
setType(String type)
Deprecated.
Sets the type
|
JSONObject |
toJSON()
Deprecated.
Gets the
JSONObject representing the activity object. |
String getTitle()
ActivityTarget setTitle(String title)
title
- The new titleActivityTarget
String getLink()
ActivityTarget setLink(String link)
link
- The new linkActivityTarget
String getSource()
ActivityTarget setSource(String source)
source
- The new sourceActivityTarget
String getType()
ActivityTarget setType(String type)
type
- The new typeActivityTarget
String getProperty(String name)
name
- The name of the propertyActivityTarget setProperty(String name, String value)
name
- The name of the propertyvalue
- The value of the propertyActivityTarget
JSONObject toJSON() throws JSONException
JSONObject
representing the activity object.JSONException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"