public final class Unblock
extends java.lang.Object
The implementation of the <unblock/> element in the urn:xmpp:blocking namespace.
This class is immutable.
| Constructor and Description |
|---|
Unblock(java.util.Collection<Jid> unblockedItems) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Jid> |
getItems()
Gets the unblocked items.
|
java.lang.String |
toString() |
public Unblock(java.util.Collection<Jid> unblockedItems)
unblockedItems - The unblocked items.public final java.util.List<Jid> getItems()
Gets the unblocked items.
public final java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014–2019 XMPP.rocks. All rights reserved.