Package com.hybris.merchandising.model
Class IndexedPropertyInfo.IndexedPropertyInfoBuilder
- java.lang.Object
-
- com.hybris.merchandising.model.IndexedPropertyInfo.IndexedPropertyInfoBuilder
-
- Enclosing class:
- IndexedPropertyInfo
public static class IndexedPropertyInfo.IndexedPropertyInfoBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IndexedPropertyInfoBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexedPropertyInfobuild()IndexedPropertyInfo.IndexedPropertyInfoBuilderwithIndexedProperty(IndexedProperty indexedProperty)IndexedPropertyInfo.IndexedPropertyInfoBuilderwithLocalised(boolean localised)IndexedPropertyInfo.IndexedPropertyInfoBuilderwithTranslatedFieldName(java.lang.String translatedFieldName)IndexedPropertyInfo.IndexedPropertyInfoBuilderwithTranslatedFieldNames(java.util.List<java.lang.String> translatedFieldNames)
-
-
-
Method Detail
-
withIndexedProperty
public IndexedPropertyInfo.IndexedPropertyInfoBuilder withIndexedProperty(IndexedProperty indexedProperty)
-
withTranslatedFieldNames
public IndexedPropertyInfo.IndexedPropertyInfoBuilder withTranslatedFieldNames(java.util.List<java.lang.String> translatedFieldNames)
-
withTranslatedFieldName
public IndexedPropertyInfo.IndexedPropertyInfoBuilder withTranslatedFieldName(java.lang.String translatedFieldName)
-
withLocalised
public IndexedPropertyInfo.IndexedPropertyInfoBuilder withLocalised(boolean localised)
-
build
public IndexedPropertyInfo build()
-
-