Package com.sforce.soap.metadata
Class Translations
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.Translations
-
-
Constructor Summary
Constructors Constructor Description Translations()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getBotBlocks
public BotBlockTranslation[] getBotBlocks()
-
setBotBlocks
public void setBotBlocks(BotBlockTranslation[] botBlocks)
-
setBotBlocks
protected void setBotBlocks(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBotTemplates
public BotTemplateTranslation[] getBotTemplates()
-
setBotTemplates
public void setBotTemplates(BotTemplateTranslation[] botTemplates)
-
setBotTemplates
protected void setBotTemplates(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBots
public BotTranslation[] getBots()
-
setBots
public void setBots(BotTranslation[] bots)
-
setBots
protected void setBots(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConversationMessageDefinitions
public ConversationMessageDefinitionTranslation[] getConversationMessageDefinitions()
-
setConversationMessageDefinitions
public void setConversationMessageDefinitions(ConversationMessageDefinitionTranslation[] conversationMessageDefinitions)
-
setConversationMessageDefinitions
protected void setConversationMessageDefinitions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomApplications
public CustomApplicationTranslation[] getCustomApplications()
-
setCustomApplications
public void setCustomApplications(CustomApplicationTranslation[] customApplications)
-
setCustomApplications
protected void setCustomApplications(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomLabels
public CustomLabelTranslation[] getCustomLabels()
-
setCustomLabels
public void setCustomLabels(CustomLabelTranslation[] customLabels)
-
setCustomLabels
protected void setCustomLabels(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomPageWebLinks
public CustomPageWebLinkTranslation[] getCustomPageWebLinks()
-
setCustomPageWebLinks
public void setCustomPageWebLinks(CustomPageWebLinkTranslation[] customPageWebLinks)
-
setCustomPageWebLinks
protected void setCustomPageWebLinks(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomTabs
public CustomTabTranslation[] getCustomTabs()
-
setCustomTabs
public void setCustomTabs(CustomTabTranslation[] customTabs)
-
setCustomTabs
protected void setCustomTabs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDesFieldTemplateMessages
public ExplainabilityMsgTemplateFieldTranslation[] getDesFieldTemplateMessages()
-
setDesFieldTemplateMessages
public void setDesFieldTemplateMessages(ExplainabilityMsgTemplateFieldTranslation[] desFieldTemplateMessages)
-
setDesFieldTemplateMessages
protected void setDesFieldTemplateMessages(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlowDefinitions
public FlowDefinitionTranslation[] getFlowDefinitions()
-
setFlowDefinitions
public void setFlowDefinitions(FlowDefinitionTranslation[] flowDefinitions)
-
setFlowDefinitions
protected void setFlowDefinitions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIdentityVerificationCustomFieldLabels
public IdentityVerificationFieldTranslation[] getIdentityVerificationCustomFieldLabels()
-
setIdentityVerificationCustomFieldLabels
public void setIdentityVerificationCustomFieldLabels(IdentityVerificationFieldTranslation[] identityVerificationCustomFieldLabels)
-
setIdentityVerificationCustomFieldLabels
protected void setIdentityVerificationCustomFieldLabels(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPipelineInspMetricConfigs
public PipelineInspMetricConfigTranslation[] getPipelineInspMetricConfigs()
-
setPipelineInspMetricConfigs
public void setPipelineInspMetricConfigs(PipelineInspMetricConfigTranslation[] pipelineInspMetricConfigs)
-
setPipelineInspMetricConfigs
protected void setPipelineInspMetricConfigs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPrompts
public PromptTranslation[] getPrompts()
-
setPrompts
public void setPrompts(PromptTranslation[] prompts)
-
setPrompts
protected void setPrompts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuickActions
public GlobalQuickActionTranslation[] getQuickActions()
-
setQuickActions
public void setQuickActions(GlobalQuickActionTranslation[] quickActions)
-
setQuickActions
protected void setQuickActions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReportTypes
public ReportTypeTranslation[] getReportTypes()
-
setReportTypes
public void setReportTypes(ReportTypeTranslation[] reportTypes)
-
setReportTypes
protected void setReportTypes(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScontrols
public ScontrolTranslation[] getScontrols()
-
setScontrols
public void setScontrols(ScontrolTranslation[] scontrols)
-
setScontrols
protected void setScontrols(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
-
-