Class MyOrderFromQuoteDraftImpl

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

public class MyOrderFromQuoteDraftImpl extends Object implements MyOrderFromQuoteDraft, io.vrap.rmf.base.client.ModelBase
MyOrderFromQuoteDraft
  • 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 Quote from which the Order is created.
    Set to true, if the quoteState of the referenced Quote should be set to Accepted.
    Current version of the Quote from which the Order is created.
    int
     
    void
    id of the Quote from which the Order is created.
    void
    setQuoteStateToAccepted(Boolean quoteStateToAccepted)
    Set to true, if the quoteState of the referenced Quote should be set to Accepted.
    void
    setVersion(Long version)
    Current version of the Quote 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.MyOrderFromQuoteDraft

    withMyOrderFromQuoteDraft
  • Constructor Details

    • MyOrderFromQuoteDraftImpl

      public MyOrderFromQuoteDraftImpl()
      create empty instance
  • Method Details