Package com.sforce.soap.metadata
Class ContactCenterChannel
- java.lang.Object
-
- com.sforce.soap.metadata.ContactCenterChannel
-
-
Constructor Summary
Constructors Constructor Description ContactCenterChannel()Constructor
-
Method Summary
-
-
-
Method Detail
-
getChannel
public String getChannel()
-
setChannel
public void setChannel(String channel)
-
setChannel
protected void setChannel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContactCenter
public String getContactCenter()
-
setContactCenter
public void setContactCenter(String contactCenter)
-
setContactCenter
protected void setContactCenter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVoiceMailFallbackQueue
public String getVoiceMailFallbackQueue()
-
setVoiceMailFallbackQueue
public void setVoiceMailFallbackQueue(String voiceMailFallbackQueue)
-
setVoiceMailFallbackQueue
protected void setVoiceMailFallbackQueue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVoiceMailHandler
public String getVoiceMailHandler()
-
setVoiceMailHandler
public void setVoiceMailHandler(String voiceMailHandler)
-
setVoiceMailHandler
protected void setVoiceMailHandler(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- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-