Class TemplateListStyle
java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.CollectionDisplayListStyle
com.liferay.headless.admin.site.dto.v1_0.TemplateListStyle
- All Implemented Interfaces:
Serializable
@Generated("")
public class TemplateListStyle
extends CollectionDisplayListStyle
implements Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.headless.admin.site.dto.v1_0.CollectionDisplayListStyle
CollectionDisplayListStyle.CollectionDisplayListStyleType -
Field Summary
FieldsFields inherited from class com.liferay.headless.admin.site.dto.v1_0.CollectionDisplayListStyle
collectionDisplayListStyleType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetListItemStyleClassName(com.liferay.petra.function.UnsafeSupplier<String, Exception> listItemStyleClassNameUnsafeSupplier) voidsetListItemStyleClassName(String listItemStyleClassName) voidsetListStyleClassName(com.liferay.petra.function.UnsafeSupplier<String, Exception> listStyleClassNameUnsafeSupplier) voidsetListStyleClassName(String listStyleClassName) voidsetTemplateKey(com.liferay.petra.function.UnsafeSupplier<String, Exception> templateKeyUnsafeSupplier) voidsetTemplateKey(String templateKey) static TemplateListStyletoString()static TemplateListStyleunsafeToDTO(String json) Methods inherited from class com.liferay.headless.admin.site.dto.v1_0.CollectionDisplayListStyle
getCollectionDisplayListStyleType, getCollectionDisplayListStyleTypeAsString, setCollectionDisplayListStyleType, setCollectionDisplayListStyleType
-
Field Details
-
listItemStyleClassName
-
listStyleClassName
-
templateKey
-
xClassName
-
-
Constructor Details
-
TemplateListStyle
public TemplateListStyle()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getListItemStyleClassName
-
setListItemStyleClassName
-
setListItemStyleClassName
-
getListStyleClassName
-
setListStyleClassName
-
setListStyleClassName
-
getTemplateKey
-
setTemplateKey
-
setTemplateKey
-
equals
- Overrides:
equalsin classCollectionDisplayListStyle
-
hashCode
public int hashCode()- Overrides:
hashCodein classCollectionDisplayListStyle
-
toString
- Overrides:
toStringin classCollectionDisplayListStyle
-