public final class ContactExchange
extends java.lang.Object
The implementation of the <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 java.lang.String |
NAMESPACE
|
| Constructor and Description |
|---|
ContactExchange(java.util.Collection<ContactExchange.Item> items) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContactExchange.Item> |
getItems()
Gets the contact exchange items.
|
public static final java.lang.String NAMESPACE
public ContactExchange(java.util.Collection<ContactExchange.Item> items)
public final java.util.List<ContactExchange.Item> getItems()
Gets the contact exchange items.
Copyright © 2014–2019 XMPP.rocks. All rights reserved.