Class IndexConfiguration
java.lang.Object
com.liferay.search.experiences.rest.dto.v1_0.IndexConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetExternal(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> externalUnsafeSupplier) voidsetExternal(Boolean external) voidsetIndexName(com.liferay.petra.function.UnsafeSupplier<String, Exception> indexNameUnsafeSupplier) voidsetIndexName(String indexName) static IndexConfigurationtoString()static IndexConfigurationunsafeToDTO(String json)
-
Field Details
-
external
-
indexName
-
xClassName
-
-
Constructor Details
-
IndexConfiguration
public IndexConfiguration()
-
-
Method Details