public final class ContactExchange extends Object
<x/> element in the http://jabber.org/protocol/rosterx namespace.
This class is immutable.
| Modifier and Type | Class and Description |
|---|---|
static class |
ContactExchange.Item
The roster exchange item.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
http://jabber.org/protocol/rosterx
|
| Constructor and Description |
|---|
ContactExchange(Collection<ContactExchange.Item> items) |
| Modifier and Type | Method and Description |
|---|---|
List<ContactExchange.Item> |
getItems()
Gets the contact exchange items.
|
public static final String NAMESPACE
public ContactExchange(Collection<ContactExchange.Item> items)
public final List<ContactExchange.Item> getItems()
Copyright © 2014–2018 XMPP.rocks. All rights reserved.