public class DisablePushNotificationsIQ
extends org.jivesoftware.smack.packet.IQ
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT
disable element.
|
static java.lang.String |
NAMESPACE
the IQ NAMESPACE.
|
| Constructor and Description |
|---|
DisablePushNotificationsIQ(org.jxmpp.jid.Jid jid) |
DisablePushNotificationsIQ(org.jxmpp.jid.Jid jid,
java.lang.String node) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder |
getIQChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder xml) |
org.jxmpp.jid.Jid |
getJid()
Get the JID.
|
java.lang.String |
getNode()
Get the node.
|
createErrorResponse, createErrorResponse, createErrorResponse, createResultIQ, getChildElementName, getChildElementNamespace, getChildElementQName, getChildElementXML, getElementName, getType, isRequestIQ, isResponseIQ, setType, toString, toXMLaddCommonAttributes, addExtension, addExtensions, appendErrorIfExists, getDefaultLanguage, getError, getExtension, getExtension, getExtension, getExtensionElement, getExtensions, getExtensions, getExtensions, getExtensions, getExtensionsMap, getFrom, getLanguage, getNamespace, getStanzaId, getTo, hasExtension, hasExtension, hasStanzaIdSet, logCommonAttributes, overrideExtension, removeExtension, removeExtension, setError, setError, setFrom, setLanguage, setNewStanzaId, setStanzaId, setStanzaId, setTo, throwIfNoStanzaIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final java.lang.String ELEMENT
public static final java.lang.String NAMESPACE
public DisablePushNotificationsIQ(org.jxmpp.jid.Jid jid,
java.lang.String node)
public DisablePushNotificationsIQ(org.jxmpp.jid.Jid jid)
public org.jxmpp.jid.Jid getJid()
public java.lang.String getNode()
protected org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder getIQChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder xml)
getIQChildElementBuilder in class org.jivesoftware.smack.packet.IQ