Package com.sforce.soap.metadata
Class QueueRoutingConfig
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.QueueRoutingConfig
-
-
Constructor Summary
Constructors Constructor Description QueueRoutingConfig()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getCapacityPercentage
public double getCapacityPercentage()
-
setCapacityPercentage
public void setCapacityPercentage(double capacityPercentage)
-
setCapacityPercentage
protected void setCapacityPercentage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCapacityType
public CapacityType getCapacityType()
-
setCapacityType
public void setCapacityType(CapacityType capacityType)
-
setCapacityType
protected void setCapacityType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCapacityWeight
public double getCapacityWeight()
-
setCapacityWeight
public void setCapacityWeight(double capacityWeight)
-
setCapacityWeight
protected void setCapacityWeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDropAdditionalSkillsTimeout
public int getDropAdditionalSkillsTimeout()
-
setDropAdditionalSkillsTimeout
public void setDropAdditionalSkillsTimeout(int dropAdditionalSkillsTimeout)
-
setDropAdditionalSkillsTimeout
protected void setDropAdditionalSkillsTimeout(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsAttributeBased
public boolean getIsAttributeBased()
-
isIsAttributeBased
public boolean isIsAttributeBased()
-
setIsAttributeBased
public void setIsAttributeBased(boolean isAttributeBased)
-
setIsAttributeBased
protected void setIsAttributeBased(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
-
getPushTimeout
public int getPushTimeout()
-
setPushTimeout
public void setPushTimeout(int pushTimeout)
-
setPushTimeout
protected void setPushTimeout(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQueueOverflowAssignee
public String getQueueOverflowAssignee()
-
setQueueOverflowAssignee
public void setQueueOverflowAssignee(String queueOverflowAssignee)
-
setQueueOverflowAssignee
protected void setQueueOverflowAssignee(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRoutingModel
public RoutingModel getRoutingModel()
-
setRoutingModel
public void setRoutingModel(RoutingModel routingModel)
-
setRoutingModel
protected void setRoutingModel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRoutingPriority
public int getRoutingPriority()
-
setRoutingPriority
public void setRoutingPriority(int routingPriority)
-
setRoutingPriority
protected void setRoutingPriority(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSkills
public QueueRoutingConfigSkill[] getSkills()
-
setSkills
public void setSkills(QueueRoutingConfigSkill[] skills)
-
setSkills
protected void setSkills(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUserOverflowAssignee
public String getUserOverflowAssignee()
-
setUserOverflowAssignee
public void setUserOverflowAssignee(String userOverflowAssignee)
-
setUserOverflowAssignee
protected void setUserOverflowAssignee(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
-
-