Package com.sforce.soap.metadata
Class BotBlockVersion
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.BotBlockVersion
-
-
Constructor Summary
Constructors Constructor Description BotBlockVersion()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getBotDialogs
public BotDialog[] getBotDialogs()
-
setBotDialogs
public void setBotDialogs(BotDialog[] botDialogs)
-
setBotDialogs
protected void setBotDialogs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConversationGoals
public ConversationDefinitionGoal[] getConversationGoals()
-
setConversationGoals
public void setConversationGoals(ConversationDefinitionGoal[] conversationGoals)
-
setConversationGoals
protected void setConversationGoals(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConversationLanguages
public String getConversationLanguages()
-
setConversationLanguages
public void setConversationLanguages(String conversationLanguages)
-
setConversationLanguages
protected void setConversationLanguages(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConversationVariables
public ConversationVariable[] getConversationVariables()
-
setConversationVariables
public void setConversationVariables(ConversationVariable[] conversationVariables)
-
setConversationVariables
protected void setConversationVariables(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMlDomain
public LocalMlDomain getMlDomain()
-
setMlDomain
public void setMlDomain(LocalMlDomain mlDomain)
-
setMlDomain
protected void setMlDomain(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPermissionSet
public String getPermissionSet()
-
setPermissionSet
public void setPermissionSet(String permissionSet)
-
setPermissionSet
protected void setPermissionSet(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStatus
public ConvDefBlockVersionStatus getStatus()
-
setStatus
public void setStatus(ConvDefBlockVersionStatus status)
-
setStatus
protected void setStatus(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-