Class Blog

A blog is content that is typically presented as reverse chronologically sorted on a single topic.

FieldDescriptionModifier and Type
modifiedDateDate and time when this blog was last modified.java.util.Date
subTitleSubtitle for the blog.java.lang.String

Fields inherited from class CategorizedItem:

Fields inherited from class Item:

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:

ParameterDescriptionRequired?
idSee Item.idYes
MethodModifier and Type
fromJSONObject(org.json.JSONObject json, java.lang.String id)static Blog

Methods inherited from class Item: