Package com.sforce.soap.metadata
Class ServiceChannel
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ServiceChannel
-
-
Constructor Summary
Constructors Constructor Description ServiceChannel()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAcwExtensionDuration
public int getAcwExtensionDuration()
-
setAcwExtensionDuration
public void setAcwExtensionDuration(int acwExtensionDuration)
-
setAcwExtensionDuration
protected void setAcwExtensionDuration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAfterConvoWorkMaxTime
public int getAfterConvoWorkMaxTime()
-
setAfterConvoWorkMaxTime
public void setAfterConvoWorkMaxTime(int afterConvoWorkMaxTime)
-
setAfterConvoWorkMaxTime
protected void setAfterConvoWorkMaxTime(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDoesMinimizeWidgetOnAccept
public boolean getDoesMinimizeWidgetOnAccept()
-
isDoesMinimizeWidgetOnAccept
public boolean isDoesMinimizeWidgetOnAccept()
-
setDoesMinimizeWidgetOnAccept
public void setDoesMinimizeWidgetOnAccept(boolean doesMinimizeWidgetOnAccept)
-
setDoesMinimizeWidgetOnAccept
protected void setDoesMinimizeWidgetOnAccept(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasAcwExtensionEnabled
public boolean getHasAcwExtensionEnabled()
-
isHasAcwExtensionEnabled
public boolean isHasAcwExtensionEnabled()
-
setHasAcwExtensionEnabled
public void setHasAcwExtensionEnabled(boolean hasAcwExtensionEnabled)
-
setHasAcwExtensionEnabled
protected void setHasAcwExtensionEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasAfterConvoWorkTimer
public boolean getHasAfterConvoWorkTimer()
-
isHasAfterConvoWorkTimer
public boolean isHasAfterConvoWorkTimer()
-
setHasAfterConvoWorkTimer
public void setHasAfterConvoWorkTimer(boolean hasAfterConvoWorkTimer)
-
setHasAfterConvoWorkTimer
protected void setHasAfterConvoWorkTimer(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasAutoAcceptEnabled
public boolean getHasAutoAcceptEnabled()
-
isHasAutoAcceptEnabled
public boolean isHasAutoAcceptEnabled()
-
setHasAutoAcceptEnabled
public void setHasAutoAcceptEnabled(boolean hasAutoAcceptEnabled)
-
setHasAutoAcceptEnabled
protected void setHasAutoAcceptEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInteractionComponent
public String getInteractionComponent()
-
setInteractionComponent
public void setInteractionComponent(String interactionComponent)
-
setInteractionComponent
protected void setInteractionComponent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsInterruptible
public boolean getIsInterruptible()
-
isIsInterruptible
public boolean isIsInterruptible()
-
setIsInterruptible
public void setIsInterruptible(boolean isInterruptible)
-
setIsInterruptible
protected void setIsInterruptible(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMaxExtensions
public String getMaxExtensions()
-
setMaxExtensions
public void setMaxExtensions(String maxExtensions)
-
setMaxExtensions
protected void setMaxExtensions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRelatedEntityType
public String getRelatedEntityType()
-
setRelatedEntityType
public void setRelatedEntityType(String relatedEntityType)
-
setRelatedEntityType
protected void setRelatedEntityType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSecondaryRoutingPriorityField
public String getSecondaryRoutingPriorityField()
-
setSecondaryRoutingPriorityField
public void setSecondaryRoutingPriorityField(String secondaryRoutingPriorityField)
-
setSecondaryRoutingPriorityField
protected void setSecondaryRoutingPriorityField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getServiceChannelFieldPriorities
public ServiceChannelFieldPriority[] getServiceChannelFieldPriorities()
-
setServiceChannelFieldPriorities
public void setServiceChannelFieldPriorities(ServiceChannelFieldPriority[] serviceChannelFieldPriorities)
-
setServiceChannelFieldPriorities
protected void setServiceChannelFieldPriorities(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
-
-