Class CustomFieldImpl

java.lang.Object
com.commercetools.importapi.models.customfields.CustomFieldImpl
All Implemented Interfaces:
CustomField, io.vrap.rmf.base.client.ModelBase

public class CustomFieldImpl extends Object implements CustomField, io.vrap.rmf.base.client.ModelBase

Provides the value for a Custom Field of a specific type.

  • 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 type of this field.
    int
     
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.commercetools.importapi.models.customfields.CustomField

    withCustomField

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

    reflectionString, reflectionString
  • Constructor Details

    • CustomFieldImpl

      public CustomFieldImpl()
      create empty instance
  • Method Details