Package com.sforce.soap.metadata
Class ConversationRecordLookup
java.lang.Object
com.sforce.soap.metadata.ConversationRecordLookup
- 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 TypeMethodDescriptionintvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetConditions(ConversationRecordLookupCondition[] conditions) protected voidsetConditions(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetFilterLogic(XmlInputStream __in, TypeMapper __typeMapper) voidsetFilterLogic(String filterLogic) voidsetLookupFields(ConversationRecordLookupField[] lookupFields) protected voidsetLookupFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetMaxLookupResults(int maxLookupResults) protected voidsetMaxLookupResults(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetSObjectType(XmlInputStream __in, TypeMapper __typeMapper) voidsetSObjectType(String SObjectType) protected voidsetSortFieldName(XmlInputStream __in, TypeMapper __typeMapper) voidsetSortFieldName(String sortFieldName) voidsetSortOrder(SortOrder sortOrder) protected voidsetSortOrder(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetSourceVariableName(XmlInputStream __in, TypeMapper __typeMapper) voidsetSourceVariableName(String sourceVariableName) voidsetSourceVariableType(ConversationVariableType sourceVariableType) protected voidsetSourceVariableType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetTargetVariableName(XmlInputStream __in, TypeMapper __typeMapper) voidsetTargetVariableName(String targetVariableName) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ConversationRecordLookup
public ConversationRecordLookup()Constructor
-
-
Method Details
-
getSObjectType
-
setSObjectType
-
setSObjectType
protected void setSObjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConditions
-
setConditions
-
setConditions
protected void setConditions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFilterLogic
-
setFilterLogic
-
setFilterLogic
protected void setFilterLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLookupFields
-
setLookupFields
-
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
-
setSortFieldName
-
setSortFieldName
protected void setSortFieldName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSortOrder
-
setSortOrder
-
setSortOrder
protected void setSortOrder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSourceVariableName
-
setSourceVariableName
-
setSourceVariableName
protected void setSourceVariableName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSourceVariableType
-
setSourceVariableType
-
setSourceVariableType
protected void setSourceVariableType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTargetVariableName
-
setTargetVariableName
-
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
- 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
-
toString
-