Class Article

An article is content that is typically organized by category or keyword.

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

Fields inherited from class CategorizedItem:

Fields inherited from class Item:

Date and time when this article was last modified. For other dates that can be set, see Item.expiration and Item.published.

Subtitle for this article. To set the title, see Item.name .

Creates an article with the required ID only.

Creates an article with the required id only. The article can then be further modified.

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

Methods inherited from class Item: