public static final class ContactExchange.Item extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ContactExchange.Item.Action
The action for a roster item exchange.
|
| Constructor and Description |
|---|
Item(rocks.xmpp.addr.Jid jid,
String name,
Collection<String> groups,
ContactExchange.Item.Action action) |
| Modifier and Type | Method and Description |
|---|---|
ContactExchange.Item.Action |
getAction()
Gets the action indicating adding, deleting or modifying the roster item.
|
List<String> |
getGroups()
Gets the suggested roster groups
|
rocks.xmpp.addr.Jid |
getJid()
Gets the JID.
|
String |
getName()
Gets the suggested name.
|
public Item(rocks.xmpp.addr.Jid jid,
String name,
Collection<String> groups,
ContactExchange.Item.Action action)
public final rocks.xmpp.addr.Jid getJid()
public final ContactExchange.Item.Action getAction()
public final String getName()
Copyright © 2014–2017 XMPP.rocks. All rights reserved.