Package com.hybris.merchandising.model
Class IndexedPropertyInfo.IndexedPropertyInfoBuilder
java.lang.Object
com.hybris.merchandising.model.IndexedPropertyInfo.IndexedPropertyInfoBuilder
- Enclosing class:
- IndexedPropertyInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withIndexedProperty(IndexedProperty indexedProperty) withLocalised(boolean localised) withTranslatedFieldName(String translatedFieldName) withTranslatedFieldNames(List<String> translatedFieldNames)
-
Constructor Details
-
IndexedPropertyInfoBuilder
public IndexedPropertyInfoBuilder()
-
-
Method Details
-
withIndexedProperty
public IndexedPropertyInfo.IndexedPropertyInfoBuilder withIndexedProperty(IndexedProperty indexedProperty) -
withTranslatedFieldNames
public IndexedPropertyInfo.IndexedPropertyInfoBuilder withTranslatedFieldNames(List<String> translatedFieldNames) -
withTranslatedFieldName
public IndexedPropertyInfo.IndexedPropertyInfoBuilder withTranslatedFieldName(String translatedFieldName) -
withLocalised
-
build
-