Package com.sforce.soap.metadata
Class IncidentMgmtSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.IncidentMgmtSettings
-
-
Constructor Summary
Constructors Constructor Description IncidentMgmtSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getEnableAlertBroadcastType
public boolean getEnableAlertBroadcastType()
-
isEnableAlertBroadcastType
public boolean isEnableAlertBroadcastType()
-
setEnableAlertBroadcastType
public void setEnableAlertBroadcastType(boolean enableAlertBroadcastType)
-
setEnableAlertBroadcastType
protected void setEnableAlertBroadcastType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableEmailBroadcastType
public boolean getEnableEmailBroadcastType()
-
isEnableEmailBroadcastType
public boolean isEnableEmailBroadcastType()
-
setEnableEmailBroadcastType
public void setEnableEmailBroadcastType(boolean enableEmailBroadcastType)
-
setEnableEmailBroadcastType
protected void setEnableEmailBroadcastType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableIncidentMgmt
public boolean getEnableIncidentMgmt()
-
isEnableIncidentMgmt
public boolean isEnableIncidentMgmt()
-
setEnableIncidentMgmt
public void setEnableIncidentMgmt(boolean enableIncidentMgmt)
-
setEnableIncidentMgmt
protected void setEnableIncidentMgmt(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableSiteBannerBroadcastType
public boolean getEnableSiteBannerBroadcastType()
-
isEnableSiteBannerBroadcastType
public boolean isEnableSiteBannerBroadcastType()
-
setEnableSiteBannerBroadcastType
public void setEnableSiteBannerBroadcastType(boolean enableSiteBannerBroadcastType)
-
setEnableSiteBannerBroadcastType
protected void setEnableSiteBannerBroadcastType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableSlackBroadcastType
public boolean getEnableSlackBroadcastType()
-
isEnableSlackBroadcastType
public boolean isEnableSlackBroadcastType()
-
setEnableSlackBroadcastType
public void setEnableSlackBroadcastType(boolean enableSlackBroadcastType)
-
setEnableSlackBroadcastType
protected void setEnableSlackBroadcastType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-