Package com.sforce.soap.metadata
Class QueueRoutingConfig
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.QueueRoutingConfig
- 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 TypeMethodDescriptiondoubledoubleintbooleangetLabel()doubledoubleintintbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetCapacityPercentage(double capacityPercentage) protected voidsetCapacityPercentage(XmlInputStream __in, TypeMapper __typeMapper) voidsetCapacityType(CapacityType capacityType) protected voidsetCapacityType(XmlInputStream __in, TypeMapper __typeMapper) voidsetCapacityWeight(double capacityWeight) protected voidsetCapacityWeight(XmlInputStream __in, TypeMapper __typeMapper) voidsetDropAdditionalSkillsTimeout(int dropAdditionalSkillsTimeout) protected voidsetDropAdditionalSkillsTimeout(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsAttributeBased(boolean isAttributeBased) protected voidsetIsAttributeBased(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetPausedCapacityPercentage(double pausedCapacityPercentage) protected voidsetPausedCapacityPercentage(XmlInputStream __in, TypeMapper __typeMapper) voidsetPausedCapacityWeight(double pausedCapacityWeight) protected voidsetPausedCapacityWeight(XmlInputStream __in, TypeMapper __typeMapper) voidsetPushTimeout(int pushTimeout) protected voidsetPushTimeout(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetQueueOverflowAssignee(XmlInputStream __in, TypeMapper __typeMapper) voidsetQueueOverflowAssignee(String queueOverflowAssignee) voidsetRoutingModel(RoutingModel routingModel) protected voidsetRoutingModel(XmlInputStream __in, TypeMapper __typeMapper) voidsetRoutingPriority(int routingPriority) protected voidsetRoutingPriority(XmlInputStream __in, TypeMapper __typeMapper) voidsetSkills(QueueRoutingConfigSkill[] skills) protected voidsetSkills(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetUserOverflowAssignee(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserOverflowAssignee(String userOverflowAssignee) 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
-
QueueRoutingConfig
public QueueRoutingConfig()Constructor
-
-
Method Details
-
getCapacityPercentage
public double getCapacityPercentage() -
setCapacityPercentage
public void setCapacityPercentage(double capacityPercentage) -
setCapacityPercentage
protected void setCapacityPercentage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCapacityType
-
setCapacityType
-
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
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPausedCapacityPercentage
public double getPausedCapacityPercentage() -
setPausedCapacityPercentage
public void setPausedCapacityPercentage(double pausedCapacityPercentage) -
setPausedCapacityPercentage
protected void setPausedCapacityPercentage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPausedCapacityWeight
public double getPausedCapacityWeight() -
setPausedCapacityWeight
public void setPausedCapacityWeight(double pausedCapacityWeight) -
setPausedCapacityWeight
protected void setPausedCapacityWeight(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
-
setQueueOverflowAssignee
-
setQueueOverflowAssignee
protected void setQueueOverflowAssignee(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRoutingModel
-
setRoutingModel
-
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
-
setSkills
-
setSkills
protected void setSkills(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserOverflowAssignee
-
setUserOverflowAssignee
-
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
- 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
-