Package com.sforce.soap.metadata
Class VoiceSettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.VoiceSettings
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableCallDisposition(boolean enableCallDisposition) protected voidsetEnableCallDisposition(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableConsentReminder(boolean enableConsentReminder) protected voidsetEnableConsentReminder(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableDefaultRecording(boolean enableDefaultRecording) protected voidsetEnableDefaultRecording(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableVoiceCallList(boolean enableVoiceCallList) protected voidsetEnableVoiceCallList(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableVoiceCallRecording(boolean enableVoiceCallRecording) protected voidsetEnableVoiceCallRecording(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableVoiceCoaching(boolean enableVoiceCoaching) protected voidsetEnableVoiceCoaching(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableVoiceConferencing(boolean enableVoiceConferencing) protected voidsetEnableVoiceConferencing(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableVoiceLocalPresence(boolean enableVoiceLocalPresence) protected voidsetEnableVoiceLocalPresence(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableVoiceMail(boolean enableVoiceMail) protected voidsetEnableVoiceMail(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableVoiceMailDrop(boolean enableVoiceMailDrop) protected voidsetEnableVoiceMailDrop(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
VoiceSettings
public VoiceSettings()Constructor
-
-
Method Details
-
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
- 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
-
toString
-