Class ImportRequestImpl

java.lang.Object
com.commercetools.importapi.models.importrequests.ImportRequestImpl
All Implemented Interfaces:
ImportRequest, io.vrap.rmf.base.client.ModelBase

public class ImportRequestImpl extends Object implements ImportRequest, io.vrap.rmf.base.client.ModelBase

An import request batches multiple import resources of the same import resource type for processing by an import container.

  • 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
     
    The resource types that can be imported.
    int
     
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.commercetools.importapi.models.importrequests.ImportRequest

    withImportRequest

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

    reflectionString, reflectionString
  • Constructor Details

    • ImportRequestImpl

      public ImportRequestImpl()
      create empty instance
  • Method Details