Package com.sforce.soap.metadata
Class CallCenter
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.CallCenter
- 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 TypeMethodDescriptionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAdapterUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetAdapterUrl(String adapterUrl) voidsetContactCenterChannels(ContactCenterChannel[] contactCenterChannels) protected voidsetContactCenterChannels(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetCustomSettings(XmlInputStream __in, TypeMapper __typeMapper) voidsetCustomSettings(String customSettings) protected voidsetDisplayName(XmlInputStream __in, TypeMapper __typeMapper) voidsetDisplayName(String displayName) protected voidsetDisplayNameLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetDisplayNameLabel(String displayNameLabel) protected voidsetInternalNameLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetInternalNameLabel(String internalNameLabel) voidsetSections(CallCenterSection[] sections) protected voidsetSections(XmlInputStream __in, TypeMapper __typeMapper) voidsetVendorCallCenterStatusMaps(VendorCallCenterStatusMap[] vendorCallCenterStatusMaps) protected voidsetVendorCallCenterStatusMaps(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetVersion(XmlInputStream __in, TypeMapper __typeMapper) voidsetVersion(String version) 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
-
CallCenter
public CallCenter()Constructor
-
-
Method Details
-
getAdapterUrl
-
setAdapterUrl
-
setAdapterUrl
protected void setAdapterUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getContactCenterChannels
-
setContactCenterChannels
-
setContactCenterChannels
protected void setContactCenterChannels(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCustomSettings
-
setCustomSettings
-
setCustomSettings
protected void setCustomSettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDisplayName
-
setDisplayName
-
setDisplayName
protected void setDisplayName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDisplayNameLabel
-
setDisplayNameLabel
-
setDisplayNameLabel
protected void setDisplayNameLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getInternalNameLabel
-
setInternalNameLabel
-
setInternalNameLabel
protected void setInternalNameLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSections
-
setSections
-
setSections
protected void setSections(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVendorCallCenterStatusMaps
-
setVendorCallCenterStatusMaps
-
setVendorCallCenterStatusMaps
protected void setVendorCallCenterStatusMaps(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVersion
-
setVersion
-
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
- 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
-