Class IntegrationServiceChannel.IntegrationServiceChannelBuilder
java.lang.Object
com.github._1c_syntax.bsl.mdo.children.IntegrationServiceChannel.IntegrationServiceChannelBuilder
- Enclosing class:
- IntegrationServiceChannel
-
Method Summary
Modifier and TypeMethodDescriptionbuild()externalIntegrationServiceChannelName(String externalIntegrationServiceChannelName) Имя канала внешнего сервиса интеграцииmdoReference(MdoReference mdoReference) messageDirection(MessageDirection messageDirection) Направление сообщенияobjectBelonging(ObjectBelonging objectBelonging) owner(MdoReference owner) receiveMessageProcessing(String receiveMessageProcessing) Обработчик получения сообщенияsupportVariant(SupportVariant supportVariant) synonym(MultiLanguageString synonym) toString()
-
Method Details
-
uuid
- Returns:
this.
-
name
- Returns:
this.
-
mdoReference
public IntegrationServiceChannel.IntegrationServiceChannelBuilder mdoReference(MdoReference mdoReference) - Returns:
this.
-
objectBelonging
public IntegrationServiceChannel.IntegrationServiceChannelBuilder objectBelonging(ObjectBelonging objectBelonging) - Returns:
this.
-
comment
- Returns:
this.
-
synonym
public IntegrationServiceChannel.IntegrationServiceChannelBuilder synonym(MultiLanguageString synonym) - Returns:
this.
-
supportVariant
public IntegrationServiceChannel.IntegrationServiceChannelBuilder supportVariant(SupportVariant supportVariant) - Returns:
this.
-
owner
- Returns:
this.
-
messageDirection
public IntegrationServiceChannel.IntegrationServiceChannelBuilder messageDirection(MessageDirection messageDirection) Направление сообщения- Returns:
this.
-
receiveMessageProcessing
public IntegrationServiceChannel.IntegrationServiceChannelBuilder receiveMessageProcessing(String receiveMessageProcessing) Обработчик получения сообщения- Returns:
this.
-
externalIntegrationServiceChannelName
public IntegrationServiceChannel.IntegrationServiceChannelBuilder externalIntegrationServiceChannelName(String externalIntegrationServiceChannelName) Имя канала внешнего сервиса интеграции- Returns:
this.
-
build
-
toString
-