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.
use the OutboundItemDTOBuilder builder.
OutboundItemDTO.Builder inner builder class is deprecated. All the reference to this class have been replaced with OutboundItemDTOBuilder references.
  • Method Details

    • item

      public static OutboundItemDTO.Builder item()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • from

      public static OutboundItemDTO.Builder from(OutboundItemDTO dto)
      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

      public OutboundItemDTO.Builder withIntegrationObject(IntegrationObjectModel model)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • withIntegrationObjectPK

      public OutboundItemDTO.Builder withIntegrationObjectPK(Long pk)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • withChannelConfiguration

      public OutboundItemDTO.Builder withChannelConfiguration(OutboundChannelConfigurationModel model)
      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

      public OutboundItemDTO.Builder withChannelConfigurationPK(Long pk)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • withRootItemPK

      public OutboundItemDTO.Builder withRootItemPK(Long pk)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • withCronJobPK

      public OutboundItemDTO.Builder withCronJobPK(PK pk)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • withSynchronizeDelete

      public OutboundItemDTO.Builder withSynchronizeDelete(boolean syncDelete)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • withInfo

      public OutboundItemDTO.Builder withInfo(ChangeInfo info)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • build

      public OutboundItemDTO build()
      Deprecated, for removal: This API element is subject to removal in a future version.