Class Blog
A blog is content that is typically presented as reverse chronologically sorted on a single topic.
Field | Description | Modifier and Type |
---|---|---|
modifiedDate | Date and time when this blog was last modified. | java.util.Date |
subTitle | Subtitle for the blog. | java.lang.String |
Fields inherited from class CategorizedItem
:
Fields inherited from class Item
:
description
expiration
id
imageUrl
location
name
numRatings
promotionState
published
rating
tags
url
Date and time when this blog was last modified. For other dates that can be set, see Item.expiration
and Item.published
.
Subtitle for the blog. To set the title, see Item.name
.
Creates a blog with the required id only. The blog can then be further modified.
Parameters:
Parameter | Description | Required? |
---|---|---|
id | See Item.id | Yes |
Method | Modifier and Type |
---|---|
fromJSONObject(org.json.JSONObject json, java.lang.String id) | static Blog |
Methods inherited from class Item
: