Class ExtensionInputImpl

java.lang.Object
com.commercetools.api.models.extension.ExtensionInputImpl
All Implemented Interfaces:
ExtensionInput, io.vrap.rmf.base.client.ModelBase

public class ExtensionInputImpl extends Object implements ExtensionInput, io.vrap.rmf.base.client.ModelBase
ExtensionInput
  • 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
     
    Create or Update request.
    Expanded reference to the resource that triggered the Extension.
    int
     
    void
    Create or Update request.
    void
    Expanded reference to the resource that triggered the Extension.

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.commercetools.api.models.extension.ExtensionInput

    withExtensionInput

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

    reflectionString, reflectionString
  • Constructor Details

    • ExtensionInputImpl

      public ExtensionInputImpl()
      create empty instance
  • Method Details