Class MyOrderFromCartDraftImpl

java.lang.Object
com.commercetools.api.models.me.MyOrderFromCartDraftImpl
All Implemented Interfaces:
MyOrderFromCartDraft, io.vrap.rmf.base.client.Draft<MyOrderFromCartDraft>, io.vrap.rmf.base.client.ModelBase

public class MyOrderFromCartDraftImpl extends Object implements MyOrderFromCartDraft, io.vrap.rmf.base.client.ModelBase
MyOrderFromCartDraft
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    id of the Cart from which the Order is created.
    Current version of the Cart from which the Order is created.
    int
     
    void
    id of the Cart from which the Order is created.
    void
    setVersion(Long version)
    Current version of the Cart from which the Order is created.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

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

    reflectionString, reflectionString

    Methods inherited from interface com.commercetools.api.models.me.MyOrderFromCartDraft

    withMyOrderFromCartDraft
  • Constructor Details

    • MyOrderFromCartDraftImpl

      public MyOrderFromCartDraftImpl()
      create empty instance
  • Method Details