Class LocalizedStringImpl

java.lang.Object
com.commercetools.importapi.models.common.LocalizedStringImpl
All Implemented Interfaces:
LocalizedString, io.vrap.rmf.base.client.ModelBase

public class LocalizedStringImpl extends Object implements LocalizedString, io.vrap.rmf.base.client.ModelBase

A localized string is a JSON object where the keys are of IETF language tag, and the values the corresponding strings used for that language.

{
    "de": "Hundefutter",
    "en": "dog food"
  }
  
  • Constructor Details

    • LocalizedStringImpl

      public LocalizedStringImpl()
      create empty instance
  • Method Details