Package com.sforce.soap.metadata
Class ConversationRecordLookupCondition
- java.lang.Object
-
- com.sforce.soap.metadata.ConversationRecordLookupCondition
-
-
Constructor Summary
Constructors Constructor Description ConversationRecordLookupCondition()Constructor
-
Method Summary
-
-
-
Method Detail
-
getLeftOperand
public String getLeftOperand()
-
setLeftOperand
public void setLeftOperand(String leftOperand)
-
setLeftOperand
protected void setLeftOperand(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOperatorType
public String getOperatorType()
-
setOperatorType
public void setOperatorType(String operatorType)
-
setOperatorType
protected void setOperatorType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRightOperandName
public String getRightOperandName()
-
setRightOperandName
public void setRightOperandName(String rightOperandName)
-
setRightOperandName
protected void setRightOperandName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRightOperandType
public ConversationVariableType getRightOperandType()
-
setRightOperandType
public void setRightOperandType(ConversationVariableType rightOperandType)
-
setRightOperandType
protected void setRightOperandType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRightOperandValue
public String getRightOperandValue()
-
setRightOperandValue
public void setRightOperandValue(String rightOperandValue)
-
setRightOperandValue
protected void setRightOperandValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortOrder
public int getSortOrder()
-
setSortOrder
public void setSortOrder(int sortOrder)
-
setSortOrder
protected void setSortOrder(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- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-