Package com.sforce.soap.metadata
Class CallCenter
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.CallCenter
-
-
Constructor Summary
Constructors Constructor Description CallCenter()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAdapterUrl
public String getAdapterUrl()
-
setAdapterUrl
public void setAdapterUrl(String adapterUrl)
-
setAdapterUrl
protected void setAdapterUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContactCenterChannels
public ContactCenterChannel[] getContactCenterChannels()
-
setContactCenterChannels
public void setContactCenterChannels(ContactCenterChannel[] contactCenterChannels)
-
setContactCenterChannels
protected void setContactCenterChannels(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomSettings
public String getCustomSettings()
-
setCustomSettings
public void setCustomSettings(String customSettings)
-
setCustomSettings
protected void setCustomSettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDisplayName
public String getDisplayName()
-
setDisplayName
public void setDisplayName(String displayName)
-
setDisplayName
protected void setDisplayName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDisplayNameLabel
public String getDisplayNameLabel()
-
setDisplayNameLabel
public void setDisplayNameLabel(String displayNameLabel)
-
setDisplayNameLabel
protected void setDisplayNameLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInternalNameLabel
public String getInternalNameLabel()
-
setInternalNameLabel
public void setInternalNameLabel(String internalNameLabel)
-
setInternalNameLabel
protected void setInternalNameLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSections
public CallCenterSection[] getSections()
-
setSections
public void setSections(CallCenterSection[] sections)
-
setSections
protected void setSections(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVendorCallCenterStatusMaps
public VendorCallCenterStatusMap[] getVendorCallCenterStatusMaps()
-
setVendorCallCenterStatusMaps
public void setVendorCallCenterStatusMaps(VendorCallCenterStatusMap[] vendorCallCenterStatusMaps)
-
setVendorCallCenterStatusMaps
protected void setVendorCallCenterStatusMaps(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
setVersion
protected void setVersion(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
-
-