Class ListStyle
java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.CollectionDisplayListStyle
com.liferay.headless.admin.site.dto.v1_0.ListStyle
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested ClassesNested 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 TypeMethodDescriptionboolean@Valid ListStyleDefinition@Valid ListStyle.ListStyleTypeinthashCode()voidsetListStyleDefinition(ListStyleDefinition listStyleDefinition) voidsetListStyleDefinition(com.liferay.petra.function.UnsafeSupplier<ListStyleDefinition, Exception> listStyleDefinitionUnsafeSupplier) voidsetListStyleType(ListStyle.ListStyleType listStyleType) voidsetListStyleType(com.liferay.petra.function.UnsafeSupplier<ListStyle.ListStyleType, Exception> listStyleTypeUnsafeSupplier) static ListStyletoString()static ListStyleunsafeToDTO(String json) Methods inherited from class com.liferay.headless.admin.site.dto.v1_0.CollectionDisplayListStyle
getCollectionDisplayListStyleType, getCollectionDisplayListStyleTypeAsString, setCollectionDisplayListStyleType, setCollectionDisplayListStyleType
-
Field Details
-
listStyleDefinition
-
listStyleType
-
xClassName
-
-
Constructor Details
-
ListStyle
public ListStyle()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getListStyleDefinition
-
setListStyleDefinition
-
setListStyleDefinition
public void setListStyleDefinition(com.liferay.petra.function.UnsafeSupplier<ListStyleDefinition, Exception> listStyleDefinitionUnsafeSupplier) -
getListStyleType
-
getListStyleTypeAsString
-
setListStyleType
-
setListStyleType
public void setListStyleType(com.liferay.petra.function.UnsafeSupplier<ListStyle.ListStyleType, Exception> listStyleTypeUnsafeSupplier) -
equals
- Overrides:
equalsin classCollectionDisplayListStyle
-
hashCode
public int hashCode()- Overrides:
hashCodein classCollectionDisplayListStyle
-
toString
- Overrides:
toStringin classCollectionDisplayListStyle
-