Class ExternalDataProcessor.ExternalDataProcessorBuilder
java.lang.Object
com.github._1c_syntax.bsl.mdclasses.ExternalDataProcessor.ExternalDataProcessorBuilder
- Enclosing class:
- ExternalDataProcessor
-
Method Summary
Modifier and TypeMethodDescriptionattributes
(Collection<? extends Attribute> attributes) build()
command
(ObjectCommand command) commands
(Collection<? extends ObjectCommand> commands) configurationSource
(com.github._1c_syntax.bsl.types.ConfigurationSource configurationSource) form
(ObjectForm form) forms
(Collection<? extends ObjectForm> forms) mdoReference
(com.github._1c_syntax.bsl.types.MdoReference mdoReference) synonym
(MultiLanguageString synonym) tabularSection
(TabularSection tabularSection) tabularSections
(Collection<? extends TabularSection> tabularSections) template
(ObjectTemplate template) templates
(Collection<? extends ObjectTemplate> templates) toString()
-
Method Details
-
uuid
- Returns:
this
.
-
name
- Returns:
this
.
-
mdoReference
public ExternalDataProcessor.ExternalDataProcessorBuilder mdoReference(com.github._1c_syntax.bsl.types.MdoReference mdoReference) - Returns:
this
.
-
comment
- Returns:
this
.
-
synonym
- Returns:
this
.
-
modules
- Returns:
this
.
-
configurationSource
public ExternalDataProcessor.ExternalDataProcessorBuilder configurationSource(com.github._1c_syntax.bsl.types.ConfigurationSource configurationSource) - Returns:
this
.
-
command
-
commands
public ExternalDataProcessor.ExternalDataProcessorBuilder commands(Collection<? extends ObjectCommand> commands) -
clearCommands
-
attribute
-
attributes
public ExternalDataProcessor.ExternalDataProcessorBuilder attributes(Collection<? extends Attribute> attributes) -
clearAttributes
-
tabularSection
public ExternalDataProcessor.ExternalDataProcessorBuilder tabularSection(TabularSection tabularSection) -
tabularSections
public ExternalDataProcessor.ExternalDataProcessorBuilder tabularSections(Collection<? extends TabularSection> tabularSections) -
clearTabularSections
-
form
-
forms
public ExternalDataProcessor.ExternalDataProcessorBuilder forms(Collection<? extends ObjectForm> forms) -
clearForms
-
template
-
templates
public ExternalDataProcessor.ExternalDataProcessorBuilder templates(Collection<? extends ObjectTemplate> templates) -
clearTemplates
-
build
-
toString
-