Class CategorizedItem

Abstract class. A categorized item belongs to one or more categories. For more information, see Product, Article, and Blog.

1public abstract class CategorizedItem
2extends Item

Direct known subclasses:

Fields 

categories 

1@Nullable
2public List<Category> categories

The categories that this categorized item belongs to.

Fields inherited from class Item:

Methods 

Methods inherited from class Item: