Package com.sforce.soap.metadata
Class VoiceSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.VoiceSettings
-
-
Constructor Summary
Constructors Constructor Description VoiceSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getEnableCallDisposition
public boolean getEnableCallDisposition()
-
isEnableCallDisposition
public boolean isEnableCallDisposition()
-
setEnableCallDisposition
public void setEnableCallDisposition(boolean enableCallDisposition)
-
setEnableCallDisposition
protected void setEnableCallDisposition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableConsentReminder
public boolean getEnableConsentReminder()
-
isEnableConsentReminder
public boolean isEnableConsentReminder()
-
setEnableConsentReminder
public void setEnableConsentReminder(boolean enableConsentReminder)
-
setEnableConsentReminder
protected void setEnableConsentReminder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableDefaultRecording
public boolean getEnableDefaultRecording()
-
isEnableDefaultRecording
public boolean isEnableDefaultRecording()
-
setEnableDefaultRecording
public void setEnableDefaultRecording(boolean enableDefaultRecording)
-
setEnableDefaultRecording
protected void setEnableDefaultRecording(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableVoiceCallList
public boolean getEnableVoiceCallList()
-
isEnableVoiceCallList
public boolean isEnableVoiceCallList()
-
setEnableVoiceCallList
public void setEnableVoiceCallList(boolean enableVoiceCallList)
-
setEnableVoiceCallList
protected void setEnableVoiceCallList(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableVoiceCallRecording
public boolean getEnableVoiceCallRecording()
-
isEnableVoiceCallRecording
public boolean isEnableVoiceCallRecording()
-
setEnableVoiceCallRecording
public void setEnableVoiceCallRecording(boolean enableVoiceCallRecording)
-
setEnableVoiceCallRecording
protected void setEnableVoiceCallRecording(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableVoiceCoaching
public boolean getEnableVoiceCoaching()
-
isEnableVoiceCoaching
public boolean isEnableVoiceCoaching()
-
setEnableVoiceCoaching
public void setEnableVoiceCoaching(boolean enableVoiceCoaching)
-
setEnableVoiceCoaching
protected void setEnableVoiceCoaching(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableVoiceConferencing
public boolean getEnableVoiceConferencing()
-
isEnableVoiceConferencing
public boolean isEnableVoiceConferencing()
-
setEnableVoiceConferencing
public void setEnableVoiceConferencing(boolean enableVoiceConferencing)
-
setEnableVoiceConferencing
protected void setEnableVoiceConferencing(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableVoiceLocalPresence
public boolean getEnableVoiceLocalPresence()
-
isEnableVoiceLocalPresence
public boolean isEnableVoiceLocalPresence()
-
setEnableVoiceLocalPresence
public void setEnableVoiceLocalPresence(boolean enableVoiceLocalPresence)
-
setEnableVoiceLocalPresence
protected void setEnableVoiceLocalPresence(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableVoiceMail
public boolean getEnableVoiceMail()
-
isEnableVoiceMail
public boolean isEnableVoiceMail()
-
setEnableVoiceMail
public void setEnableVoiceMail(boolean enableVoiceMail)
-
setEnableVoiceMail
protected void setEnableVoiceMail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableVoiceMailDrop
public boolean getEnableVoiceMailDrop()
-
isEnableVoiceMailDrop
public boolean isEnableVoiceMailDrop()
-
setEnableVoiceMailDrop
public void setEnableVoiceMailDrop(boolean enableVoiceMailDrop)
-
setEnableVoiceMailDrop
protected void setEnableVoiceMailDrop(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
-
-