Package com.sforce.soap.metadata
Class BotNavigationLink
- java.lang.Object
-
- com.sforce.soap.metadata.BotNavigationLink
-
-
Constructor Summary
Constructors Constructor Description BotNavigationLink()Constructor
-
Method Summary
-
-
-
Method Detail
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetBotDialog
public String getTargetBotDialog()
-
setTargetBotDialog
public void setTargetBotDialog(String targetBotDialog)
-
setTargetBotDialog
protected void setTargetBotDialog(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetVariable
public String getTargetVariable()
-
setTargetVariable
public void setTargetVariable(String targetVariable)
-
setTargetVariable
protected void setTargetVariable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetVariableType
public ConversationVariableType getTargetVariableType()
-
setTargetVariableType
public void setTargetVariableType(ConversationVariableType targetVariableType)
-
setTargetVariableType
protected void setTargetVariableType(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
-
-