Class FragmentSettingsUnallowed
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.FragmentSettingsUnallowed
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid Fragment[]
int
hashCode()
void
setUnallowedFragments
(Fragment[] unallowedFragments) void
setUnallowedFragments
(com.liferay.petra.function.UnsafeSupplier<Fragment[], Exception> unallowedFragmentsUnsafeSupplier) static FragmentSettingsUnallowed
toString()
static FragmentSettingsUnallowed
unsafeToDTO
(String json)
-
Field Details
-
unallowedFragments
-
xClassName
-
-
Constructor Details
-
FragmentSettingsUnallowed
public FragmentSettingsUnallowed()
-
-
Method Details