Interface ResourceUpdate<U extends ResourceUpdate<U,T,UBuilder>,T extends ResourceUpdateAction<T>,UBuilder extends Builder<U>>

All Known Subinterfaces:
AttributeGroupUpdate, BusinessUnitUpdate, CartDiscountUpdate, CartUpdate, CategoryUpdate, ChannelUpdate, CustomerGroupUpdate, CustomerUpdate, DiscountCodeUpdate, ExtensionUpdate, InventoryEntryUpdate, MyCartUpdate, MyCustomerUpdate, MyPaymentUpdate, MyQuoteRequestUpdate, MyQuoteUpdate, MyShoppingListUpdate, OrderEditUpdate, OrderUpdate, PaymentUpdate, ProductDiscountUpdate, ProductSelectionUpdate, ProductTypeUpdate, ProductUpdate, ProjectUpdate, QuoteRequestUpdate, QuoteUpdate, ReviewUpdate, ShippingMethodUpdate, ShoppingListUpdate, StagedQuoteUpdate, StandalonePriceUpdate, StateUpdate, StoreUpdate, SubscriptionUpdate, TaxCategoryUpdate, TypeUpdate, Update, ZoneUpdate

public interface ResourceUpdate<U extends ResourceUpdate<U,T,UBuilder>,T extends ResourceUpdateAction<T>,UBuilder extends Builder<U>>
  • Method Details

    • getVersion

      Long getVersion()
    • setVersion

      void setVersion(Long version)
    • getActions

      List<T> getActions()
    • setActions

      void setActions(List<T> actions)
    • get

      default U get()