Uses of Class
de.hybris.platform.outboundsync.dto.OutboundItemDTO.Builder
-
Packages that use OutboundItemDTO.Builder Package Description de.hybris.platform.outboundsync.dto -
-
Uses of OutboundItemDTO.Builder in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto that return OutboundItemDTO.Builder Modifier and Type Method Description static OutboundItemDTO.BuilderOutboundItemDTO.Builder. from(OutboundItemDTO dto)static OutboundItemDTO.BuilderOutboundItemDTO.Builder. item()OutboundItemDTO.BuilderOutboundItemDTO.Builder. withChannelConfiguration(OutboundChannelConfigurationModel model)Specifies the outbound channel configuration and all items that can be derived from the channel configuration, e.g.OutboundItemDTO.BuilderOutboundItemDTO.Builder. withChannelConfigurationPK(java.lang.Long pk)OutboundItemDTO.BuilderOutboundItemDTO.Builder. withCronJobPK(PK pk)OutboundItemDTO.BuilderOutboundItemDTO.Builder. withInfo(ChangeInfo info)OutboundItemDTO.BuilderOutboundItemDTO.Builder. withIntegrationObject(IntegrationObjectModel model)OutboundItemDTO.BuilderOutboundItemDTO.Builder. withIntegrationObjectPK(java.lang.Long pk)OutboundItemDTO.BuilderOutboundItemDTO.Builder. withItem(OutboundItemChange item)OutboundItemDTO.BuilderOutboundItemDTO.Builder. withRootItemPK(java.lang.Long pk)OutboundItemDTO.BuilderOutboundItemDTO.Builder. withSynchronizeDelete(boolean synchronizeDelete)
-