Package com.sforce.soap.metadata
Class BotStepTranslation
- java.lang.Object
-
- com.sforce.soap.metadata.BotStepTranslation
-
-
Constructor Summary
Constructors Constructor Description BotStepTranslation()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
-
getBotSteps
public BotStepTranslation[] getBotSteps()
-
setBotSteps
public void setBotSteps(BotStepTranslation[] botSteps)
-
setBotSteps
protected void setBotSteps(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBotVariableOperation
public BotVariableOperationTranslation getBotVariableOperation()
-
setBotVariableOperation
public void setBotVariableOperation(BotVariableOperationTranslation botVariableOperation)
-
setBotVariableOperation
protected void setBotVariableOperation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStepIdentifier
public String getStepIdentifier()
-
setStepIdentifier
public void setStepIdentifier(String stepIdentifier)
-
setStepIdentifier
protected void setStepIdentifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public BotStepType getType()
-
setType
public void setType(BotStepType type)
-
setType
protected void setType(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
-
-