Uses of Interface
rocks.xmpp.extensions.muc.model.Item
-
Packages that use Item Package Description rocks.xmpp.extensions.muc.model.admin Provides XML schema implementations of XEP-0045: Multi-User Chat (#admin).rocks.xmpp.extensions.muc.model.user Provides XML schema implementations of XEP-0045: Multi-User Chat (#user). -
-
Uses of Item in rocks.xmpp.extensions.muc.model.admin
Methods in rocks.xmpp.extensions.muc.model.admin that return Item Modifier and Type Method Description static ItemMucAdmin. createItem(Affiliation affiliation)Creates an item, which can be used as input parameter forMucAdmin.withItems(Item...).static ItemMucAdmin. createItem(Affiliation affiliation, Jid jid)Creates an item, which can be used as input parameter forMucAdmin.withItems(Item...).static ItemMucAdmin. createItem(Affiliation affiliation, Jid jid, String reason)Creates an item, which can be used as input parameter forMucAdmin.withItems(Item...).static ItemMucAdmin. createItem(Affiliation affiliation, Jid jid, String nick, String reason)Creates an item, which can be used as input parameter forMucAdmin.withItems(Item...).static ItemMucAdmin. createItem(Affiliation affiliation, Role role, Jid jid, String nick, Actor actor, String reason)Creates an item, which can be used as input parameter forMucAdmin.withItems(Item...).static ItemMucAdmin. createItem(Role role)Creates an item, which can be used as input parameter forMucAdmin.withItems(Item...).static ItemMucAdmin. createItem(Role role, String nick)Creates an item, which can be used as input parameter forMucAdmin.withItems(Item...).static ItemMucAdmin. createItem(Role role, String nick, String reason)Creates an item, which can be used as input parameter forMucAdmin.withItems(Item...).Methods in rocks.xmpp.extensions.muc.model.admin that return types with arguments of type Item Modifier and Type Method Description List<Item>MucAdmin. getItems()Gets the items.Methods in rocks.xmpp.extensions.muc.model.admin with parameters of type Item Modifier and Type Method Description static MucAdminMucAdmin. withItems(Item... items)Creates a<query/>element with<item/>child elements.Method parameters in rocks.xmpp.extensions.muc.model.admin with type arguments of type Item Modifier and Type Method Description static MucAdminMucAdmin. withItems(List<Item> items)Creates a<query/>element with<item/>child elements. -
Uses of Item in rocks.xmpp.extensions.muc.model.user
Methods in rocks.xmpp.extensions.muc.model.user that return Item Modifier and Type Method Description ItemMucUser. getItem()Gets the item.
-