Class OutboundItem
- java.lang.Object
-
- de.hybris.platform.outboundsync.dto.OutboundItem
-
@Immutable public class OutboundItem extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOutboundItem.Builder
-
Constructor Summary
Constructors Constructor Description OutboundItem()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<ItemModel>getChangedItemModel()Retrieves changed item model.OutboundChannelConfigurationModelgetChannelConfiguration()IntegrationObjectDescriptorgetIntegrationObject()OutboundItemChangegetItem()java.util.Optional<TypeDescriptor>getTypeDescriptor()Retrieves item type descriptor corresponding to this item in theIntegrationObjectModel.static OutboundItem.Builderitem()Deprecated, for removal: This API element is subject to removal in a future version.useoutboundItem()instead.static OutboundItem.BuilderoutboundItem()java.lang.StringtoString()
-
-
-
Method Detail
-
item
@Deprecated(since="1905.01-CEP", forRemoval=true) public static OutboundItem.Builder item()Deprecated, for removal: This API element is subject to removal in a future version.useoutboundItem()instead.
-
outboundItem
public static OutboundItem.Builder outboundItem()
-
getItem
public OutboundItemChange getItem()
-
getIntegrationObject
public IntegrationObjectDescriptor getIntegrationObject()
-
getChannelConfiguration
public OutboundChannelConfigurationModel getChannelConfiguration()
-
getChangedItemModel
public java.util.Optional<ItemModel> 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
public java.util.Optional<TypeDescriptor> 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
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-