Class FragmentConfigurationFieldValue
java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.FragmentConfigurationFieldValue
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CategoryFragmentConfigurationFieldValue,CheckboxFragmentConfigurationFieldValue,CollectionFragmentConfigurationFieldValue,ColorPaletteFragmentConfigurationFieldValue,ColorPickerFragmentConfigurationFieldValue,ItemFragmentConfigurationFieldValue,LengthFragmentConfigurationFieldValue,NavigationMenuFragmentConfigurationFieldValue,SelectFragmentConfigurationFieldValue,TextFragmentConfigurationFieldValue,URLFragmentConfigurationFieldValue,VideoFragmentConfigurationFieldValue
@Generated("")
public abstract class FragmentConfigurationFieldValue
extends Object
implements Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidvoidsetType(com.liferay.petra.function.UnsafeSupplier<FragmentConfigurationFieldValue.Type, Exception> typeUnsafeSupplier) toString()unsafeToDTO(String json)
-
Field Details
-
type
-
xClassName
-
-
Constructor Details
-
FragmentConfigurationFieldValue
public FragmentConfigurationFieldValue()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getType
-
getTypeAsString
-
setType
-
setType
public void setType(com.liferay.petra.function.UnsafeSupplier<FragmentConfigurationFieldValue.Type, Exception> typeUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-