Class OutboundItem
java.lang.Object
de.hybris.platform.outboundsync.dto.OutboundItem
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves changed item model.getItem()Retrieves item type descriptor corresponding to this item in theIntegrationObjectModel.static OutboundItem.BuildertoString()
-
Constructor Details
-
OutboundItem
public OutboundItem()
-
-
Method Details
-
outboundItem
-
getItem
-
getIntegrationObject
-
getChannelConfiguration
-
getChangedItemModel
Retrieves changed item model.- Returns:
- an
Optionalcontaining the item model, if the item was changed or created; andOptional.empty(), if the item was deleted.
-
getTypeDescriptor
Retrieves item type descriptor corresponding to this item in theIntegrationObjectModel.- Returns:
- type descriptor or empty value, if this item has no corresponding type descriptor in the
IntegrationObjectModelmodel.
-
toString
-