Class ReferenceFieldImpl

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

public class ReferenceFieldImpl extends Object implements ReferenceField, io.vrap.rmf.base.client.ModelBase

A field with a reference value.

  • Nested Class Summary

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

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

    Fields inherited from interface com.commercetools.importapi.models.customfields.ReferenceField

    REFERENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    The type of this field.
    References a resource by key
    int
     
    void
    References a resource by key
     

    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

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

    withReferenceField
  • Constructor Details

    • ReferenceFieldImpl

      public ReferenceFieldImpl()
      create empty instance
  • Method Details