public class OfflineSettings extends SimpleIQ
| Modifier and Type | Class and Description |
|---|---|
static class |
OfflineSettings.InternalProvider
Stanza(/Packet) extension provider for AgentStatusRequest packets.
|
IQ.IQChildElementXmlStringBuilder, IQ.Type| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME
Element name of the stanza(/packet) extension.
|
static String |
NAMESPACE
Namespace of the stanza(/packet) extension.
|
IQ_ELEMENT, QUERY_ELEMENTDEFAULT_LANGUAGE, ITEM, language, TEXT| Constructor and Description |
|---|
OfflineSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress() |
String |
getOfflineText() |
String |
getRedirectURL() |
String |
getSubject() |
boolean |
isConfigured() |
boolean |
redirects() |
void |
setEmailAddress(String emailAddress) |
void |
setOfflineText(String offlineText) |
void |
setRedirectURL(String redirectURL) |
void |
setSubject(String subject) |
getIQChildElementBuildercreateErrorResponse, createResultIQ, getChildElementName, getChildElementNamespace, getChildElementXML, getType, isRequestIQ, setType, toXMLaddCommonAttributes, addExtension, addExtensions, appendErrorIfExists, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensions, getExtensionsXML, getFrom, getLanguage, getPacketID, getStanzaId, getTo, hasExtension, hasExtension, hasStanzaIdSet, overrideExtension, removeExtension, removeExtension, setError, setFrom, setLanguage, setPacketID, setStanzaId, setTo, toStringpublic static final String ELEMENT_NAME
public static final String NAMESPACE
public OfflineSettings()
public String getRedirectURL()
public void setRedirectURL(String redirectURL)
public String getOfflineText()
public void setOfflineText(String offlineText)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public String getSubject()
public void setSubject(String subject)
public boolean redirects()
public boolean isConfigured()