Class Tag
Additional tags about an item such as Brand for products or Author and Keywords for articles.
| Class | Description | Modifier and Type |
|---|
Tag.Type | Specifies which type a tag belongs to. | static interface |
| Field | Description | Modifier and Type | Required? |
|---|
tagType | The type of a tag. For values, see Tag.Type. | java.lang.String | Yes |
Fields inherited from class Item:
| Constructor | Description |
|---|
Tag(java.lang.String id, java.lang.String tagType) | Creates a tag with the required ID and type only. |
Creates a tag with the required ID and type only. The tag can then be further modified.
| Method | Modifier and Type |
|---|
fromJSONObject(org.json.JSONObject json, java.lang.String id) | static Tag |
getItemType() | String |
Specified by getItemType in class Item.