Class Unblock
- java.lang.Object
-
- rocks.xmpp.extensions.blocking.model.Blockable
-
- rocks.xmpp.extensions.blocking.model.Unblock
-
public final class Unblock extends Blockable
The implementation of the<unblock/>element in theurn:xmpp:blockingnamespace.This class is immutable.
- See Also:
- XEP-0191: Blocking Command, XML Schema
-
-
Constructor Summary
Constructors Constructor Description Unblock()Unblock(Collection<Jid> unblockedItems)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()
-
-
-
Constructor Detail
-
Unblock
public Unblock()
-
Unblock
public Unblock(Collection<Jid> unblockedItems)
- Parameters:
unblockedItems- The unblocked items.
-
-