Package com.sforce.soap.metadata
Class BotInvocationMapping
- java.lang.Object
-
- com.sforce.soap.metadata.BotInvocationMapping
-
-
Constructor Summary
Constructors Constructor Description BotInvocationMapping()Constructor
-
Method Summary
-
-
-
Method Detail
-
getParameterName
public String getParameterName()
-
setParameterName
public void setParameterName(String parameterName)
-
setParameterName
protected void setParameterName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordName
public String getRecordName()
-
setRecordName
public void setRecordName(String recordName)
-
setRecordName
protected void setRecordName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public BotInvocationMappingType getType()
-
setType
public void setType(BotInvocationMappingType type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
setValue
protected void setValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVariableName
public String getVariableName()
-
setVariableName
public void setVariableName(String variableName)
-
setVariableName
protected void setVariableName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVariableType
public ConversationVariableType getVariableType()
-
setVariableType
public void setVariableType(ConversationVariableType variableType)
-
setVariableType
protected void setVariableType(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
-
-