Uses of Class
rocks.xmpp.extensions.seclabel.model.catalog.Catalog.Item
-
Packages that use Catalog.Item Package Description rocks.xmpp.extensions.seclabel.model.catalog Provides classes for XEP-0258: Security Labels in XMPP. -
-
Uses of Catalog.Item in rocks.xmpp.extensions.seclabel.model.catalog
Methods in rocks.xmpp.extensions.seclabel.model.catalog that return types with arguments of type Catalog.Item Modifier and Type Method Description List<Catalog.Item>
Catalog. getItems()
Gets the catalog items.Constructor parameters in rocks.xmpp.extensions.seclabel.model.catalog with type arguments of type Catalog.Item Constructor Description Catalog(Jid to, Jid from, String name, String description, String id, Integer size, Boolean restrict, Collection<Catalog.Item> items)
-