Class CollectionFragmentConfigurationFieldValue
java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.FragmentConfigurationFieldValue
com.liferay.headless.admin.site.dto.v1_0.CollectionFragmentConfigurationFieldValue
- All Implemented Interfaces:
Serializable
@Generated("")
public class CollectionFragmentConfigurationFieldValue
extends FragmentConfigurationFieldValue
implements Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.headless.admin.site.dto.v1_0.FragmentConfigurationFieldValue
FragmentConfigurationFieldValue.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CollectionReferenceprotected Map<String, CollectionReference> Fields inherited from class com.liferay.headless.admin.site.dto.v1_0.FragmentConfigurationFieldValue
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid CollectionReferencegetValue()@Valid Map<String, CollectionReference> inthashCode()voidsetValue(CollectionReference value) voidsetValue(com.liferay.petra.function.UnsafeSupplier<CollectionReference, Exception> valueUnsafeSupplier) voidsetValue_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String, CollectionReference>, Exception> value_i18nUnsafeSupplier) voidsetValue_i18n(Map<String, CollectionReference> value_i18n) toString()unsafeToDTO(String json) Methods inherited from class com.liferay.headless.admin.site.dto.v1_0.FragmentConfigurationFieldValue
getType, getTypeAsString, setType, setType
-
Field Details
-
value
-
value_i18n
-
xClassName
-
-
Constructor Details
-
CollectionFragmentConfigurationFieldValue
public CollectionFragmentConfigurationFieldValue()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getValue
-
setValue
-
setValue
public void setValue(com.liferay.petra.function.UnsafeSupplier<CollectionReference, Exception> valueUnsafeSupplier) -
getValue_i18n
-
setValue_i18n
-
setValue_i18n
public void setValue_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String, CollectionReference>, Exception> value_i18nUnsafeSupplier) -
equals
- Overrides:
equalsin classFragmentConfigurationFieldValue
-
hashCode
public int hashCode()- Overrides:
hashCodein classFragmentConfigurationFieldValue
-
toString
- Overrides:
toStringin classFragmentConfigurationFieldValue
-