Class OutboundItem


  • @Immutable
    public class OutboundItem
    extends java.lang.Object
    • Constructor Detail

      • OutboundItem

        public OutboundItem()
    • 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.
        use outboundItem() instead.
      • getChangedItemModel

        public java.util.Optional<ItemModel> getChangedItemModel()
        Retrieves changed item model.
        Returns:
        an Optional containing the item model, if the item was changed or created; and Optional.empty(), if the item was deleted.
      • getTypeDescriptor

        public java.util.Optional<TypeDescriptor> getTypeDescriptor()
        Retrieves item type descriptor corresponding to this item in the IntegrationObjectModel.
        Returns:
        type descriptor or empty value, if this item has no corresponding type descriptor in the IntegrationObjectModel model.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object