Package com.sforce.soap.metadata
Class ConversationRecordLookup
- java.lang.Object
-
- com.sforce.soap.metadata.ConversationRecordLookup
-
-
Constructor Summary
Constructors Constructor Description ConversationRecordLookup()Constructor
-
Method Summary
-
-
-
Method Detail
-
getSObjectType
public String getSObjectType()
-
setSObjectType
public void setSObjectType(String SObjectType)
-
setSObjectType
protected void setSObjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConditions
public ConversationRecordLookupCondition[] getConditions()
-
setConditions
public void setConditions(ConversationRecordLookupCondition[] conditions)
-
setConditions
protected void setConditions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilterLogic
public String getFilterLogic()
-
setFilterLogic
public void setFilterLogic(String filterLogic)
-
setFilterLogic
protected void setFilterLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLookupFields
public ConversationRecordLookupField[] getLookupFields()
-
setLookupFields
public void setLookupFields(ConversationRecordLookupField[] lookupFields)
-
setLookupFields
protected void setLookupFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMaxLookupResults
public int getMaxLookupResults()
-
setMaxLookupResults
public void setMaxLookupResults(int maxLookupResults)
-
setMaxLookupResults
protected void setMaxLookupResults(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortFieldName
public String getSortFieldName()
-
setSortFieldName
public void setSortFieldName(String sortFieldName)
-
setSortFieldName
protected void setSortFieldName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortOrder
public SortOrder getSortOrder()
-
setSortOrder
public void setSortOrder(SortOrder sortOrder)
-
setSortOrder
protected void setSortOrder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSourceVariableName
public String getSourceVariableName()
-
setSourceVariableName
public void setSourceVariableName(String sourceVariableName)
-
setSourceVariableName
protected void setSourceVariableName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSourceVariableType
public ConversationVariableType getSourceVariableType()
-
setSourceVariableType
public void setSourceVariableType(ConversationVariableType sourceVariableType)
-
setSourceVariableType
protected void setSourceVariableType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetVariableName
public String getTargetVariableName()
-
setTargetVariableName
public void setTargetVariableName(String targetVariableName)
-
setTargetVariableName
protected void setTargetVariableName(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
-
-