Package com.sforce.soap.metadata
Class ConversationDefinitionRichMessage
- java.lang.Object
-
- com.sforce.soap.metadata.ConversationDefinitionRichMessage
-
-
Constructor Summary
Constructors Constructor Description ConversationDefinitionRichMessage()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConversationMessageExecutionTypegetExecutionType()BotInvocationMapping[]getMessageDefinitionMappings()StringgetMessageDefinitionName()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetExecutionType(ConversationMessageExecutionType executionType)protected voidsetExecutionType(XmlInputStream __in, TypeMapper __typeMapper)voidsetMessageDefinitionMappings(BotInvocationMapping[] messageDefinitionMappings)protected voidsetMessageDefinitionMappings(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetMessageDefinitionName(XmlInputStream __in, TypeMapper __typeMapper)voidsetMessageDefinitionName(String messageDefinitionName)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getExecutionType
public ConversationMessageExecutionType getExecutionType()
-
setExecutionType
public void setExecutionType(ConversationMessageExecutionType executionType)
-
setExecutionType
protected void setExecutionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMessageDefinitionMappings
public BotInvocationMapping[] getMessageDefinitionMappings()
-
setMessageDefinitionMappings
public void setMessageDefinitionMappings(BotInvocationMapping[] messageDefinitionMappings)
-
setMessageDefinitionMappings
protected void setMessageDefinitionMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMessageDefinitionName
public String getMessageDefinitionName()
-
setMessageDefinitionName
public void setMessageDefinitionName(String messageDefinitionName)
-
setMessageDefinitionName
protected void setMessageDefinitionName(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
-
-