Class CategorizedItem
Abstract class. A categorized item belongs to one or more categories. For more information, see Product
, Article
, and Blog
.
Direct known subclasses:
The categories that this categorized item belongs to.
Fields inherited from class Item
:
description
expiration
id
imageUrl
location
name
numRatings
promotionState
published
rating
tags
url
Method | Modifier and Type |
---|---|
toJSONObject() | org.json.JSONObject |
Methods inherited from class Item
:
Methods inherited from class java.lang.Object
:
equals
getClass
hashCode
notify
notifyAll
toString
wait
wait
wait
Overrides
toJSONObject
in class Item