Class OrderReferenceImpl

java.lang.Object
com.commercetools.api.models.order.OrderReferenceImpl
All Implemented Interfaces:
Reference, ReferenceMixin, Identifiable<Order>, OrderReference, io.vrap.rmf.base.client.ModelBase

public class OrderReferenceImpl extends Object implements OrderReference, io.vrap.rmf.base.client.ModelBase

Reference to an Order.

  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase

    io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
  • Field Summary

    Fields inherited from interface com.commercetools.api.models.order.OrderReference

    ORDER
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    Unique identifier of the referenced Order.
    Contains the representation of the expanded Order.
    Type of referenced resource.
    int
     
    void
    Unique identifier of the referenced Order.
    void
    Contains the representation of the expanded Order.
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString

    Methods inherited from interface com.commercetools.api.models.order.OrderReference

    withOrderReference

    Methods inherited from interface com.commercetools.api.models.common.Reference

    withReference

    Methods inherited from interface com.commercetools.api.models.common.ReferenceMixin

    toResourceIdentifier
  • Constructor Details

    • OrderReferenceImpl

      public OrderReferenceImpl()
      create empty instance
  • Method Details