Interface JsonAdaptable
-
- All Known Subinterfaces:
Activity
,ActivityObject
,MediaLink
,MutableActivity
,MutableActivityObject
,MutableMediaLink
@ProviderType public interface JsonAdaptable
Generic interface that allows adaption to a json object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JSONObject
toJSON()
Returns a JSON object of this object
-
-
-
Method Detail
-
toJSON
JSONObject toJSON()
Returns a JSON object of this object- Returns:
- a JSONObject
-
-