Class OutboundItem.Builder
- java.lang.Object
-
- de.hybris.platform.outboundsync.dto.OutboundItem.Builder
-
- Enclosing class:
- OutboundItem
public static final class OutboundItem.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundItembuild()OutboundItem.BuilderwithChangedItemModel(ItemModel itemModel)OutboundItem.BuilderwithChannelConfiguration(OutboundChannelConfigurationModel configuration)OutboundItem.BuilderwithIntegrationObject(IntegrationObjectModel model)OutboundItem.BuilderwithItemChange(OutboundItemChange change)
-
-
-
Method Detail
-
withItemChange
public OutboundItem.Builder withItemChange(OutboundItemChange change)
-
withChangedItemModel
public OutboundItem.Builder withChangedItemModel(ItemModel itemModel)
-
withIntegrationObject
public OutboundItem.Builder withIntegrationObject(IntegrationObjectModel model)
-
withChannelConfiguration
public OutboundItem.Builder withChannelConfiguration(OutboundChannelConfigurationModel configuration)
-
build
public OutboundItem build()
-
-