Interface Referencable<T extends Referencable<T>>

Type Parameters:
T - the type of the referenced object.
All Superinterfaces:
Identifiable<T>
All Known Subinterfaces:
Cart, CartDiscount, CartDiscountMixin, CartMixin, Category, CategoryMixin, Channel, ChannelMixin, Customer, CustomerGroup, CustomerGroupMixin, CustomerMixin, CustomObject, CustomObjectMixin, DiscountCode, DiscountCodeMixin, GenericCustomObject<TValue>, InventoryEntry, InventoryEntryMixin, Order, OrderEdit, OrderEditMixin, OrderMixin, Payment, PaymentMixin, Product, ProductDiscount, ProductDiscountMixin, ProductMixin, ProductSelection, ProductSelectionMixin, ProductType, ProductTypeMixin, Quote, QuoteMixin, Review, ReviewMixin, ShippingMethod, ShippingMethodMixin, ShoppingList, ShoppingListMixin, StagedOrder, StandalonePrice, StandalonePriceMixin, State, StateMixin, Store, StoreMixin, TaxCategory, TaxCategoryMixin, Type, TypeMixin, Zone, ZoneMixin

public interface Referencable<T extends Referencable<T>> extends Identifiable<T>
Interface of a resource with an ID and version
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.commercetools.api.models.Identifiable

    getId
  • Method Details