Class OutboundItemDTO.Builder
java.lang.Object
de.hybris.platform.outboundsync.dto.OutboundItemDTO.Builder
- Enclosing class:
- OutboundItemDTO
@Deprecated(since="2205",
forRemoval=true)
public static final class OutboundItemDTO.Builder
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
OutboundItemDTO.Builder inner builder class is deprecated. All the reference to this class have been replaced with
OutboundItemDTOBuilder references.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated, for removal: This API element is subject to removal in a future version.static OutboundItemDTO.Builderfrom(OutboundItemDTO dto) Deprecated, for removal: This API element is subject to removal in a future version.static OutboundItemDTO.Builderitem()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Specifies the outbound channel configuration and all items that can be derived from the channel configuration, e.g.Deprecated, for removal: This API element is subject to removal in a future version.withCronJobPK(PK pk) Deprecated, for removal: This API element is subject to removal in a future version.withInfo(ChangeInfo info) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.withRootItemPK(Long pk) Deprecated, for removal: This API element is subject to removal in a future version.withSynchronizeDelete(boolean syncDelete) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
item
Deprecated, for removal: This API element is subject to removal in a future version. -
from
Deprecated, for removal: This API element is subject to removal in a future version. -
withItem
Deprecated, for removal: This API element is subject to removal in a future version. -
withIntegrationObject
Deprecated, for removal: This API element is subject to removal in a future version. -
withIntegrationObjectPK
Deprecated, for removal: This API element is subject to removal in a future version. -
withChannelConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.Specifies the outbound channel configuration and all items that can be derived from the channel configuration, e.g. integration object, etc.- Parameters:
model- model of the outbound channel configuration to include in the DTO- Returns:
- a builder with the channel configuration specified
-
withChannelConfigurationPK
Deprecated, for removal: This API element is subject to removal in a future version. -
withRootItemPK
Deprecated, for removal: This API element is subject to removal in a future version. -
withCronJobPK
Deprecated, for removal: This API element is subject to removal in a future version. -
withSynchronizeDelete
Deprecated, for removal: This API element is subject to removal in a future version. -
withInfo
Deprecated, for removal: This API element is subject to removal in a future version. -
build
Deprecated, for removal: This API element is subject to removal in a future version.
-
OutboundItemDTOBuilderbuilder.