Package com.sforce.soap.metadata
Class BotVariableOperationTranslation
- java.lang.Object
-
- com.sforce.soap.metadata.BotVariableOperationTranslation
-
-
Constructor Summary
Constructors Constructor Description BotVariableOperationTranslation()Constructor
-
Method Summary
-
-
-
Method Detail
-
getBotMessages
public BotMessageTranslation[] getBotMessages()
-
setBotMessages
public void setBotMessages(BotMessageTranslation[] botMessages)
-
setBotMessages
protected void setBotMessages(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBotQuickReplyOptions
public BotQuickReplyOptionTranslation[] getBotQuickReplyOptions()
-
setBotQuickReplyOptions
public void setBotQuickReplyOptions(BotQuickReplyOptionTranslation[] botQuickReplyOptions)
-
setBotQuickReplyOptions
protected void setBotQuickReplyOptions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuickReplyOptionTemplate
public String getQuickReplyOptionTemplate()
-
setQuickReplyOptionTemplate
public void setQuickReplyOptionTemplate(String quickReplyOptionTemplate)
-
setQuickReplyOptionTemplate
protected void setQuickReplyOptionTemplate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRetryMessages
public BotMessageTranslation[] getRetryMessages()
-
setRetryMessages
public void setRetryMessages(BotMessageTranslation[] retryMessages)
-
setRetryMessages
protected void setRetryMessages(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSuccessMessages
public BotMessageTranslation[] getSuccessMessages()
-
setSuccessMessages
public void setSuccessMessages(BotMessageTranslation[] successMessages)
-
setSuccessMessages
protected void setSuccessMessages(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public BotVariableOperationType getType()
-
setType
public void setType(BotVariableOperationType type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVariableOperationIdentifier
public String getVariableOperationIdentifier()
-
setVariableOperationIdentifier
public void setVariableOperationIdentifier(String variableOperationIdentifier)
-
setVariableOperationIdentifier
protected void setVariableOperationIdentifier(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
-
-