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
-
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
-
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
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(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
-
-