Class Field
java.lang.Object
com.liferay.search.experiences.rest.dto.v1_0.Field
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Objectprotected FieldMapping[]protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected TypeOptions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid Object@Valid FieldMapping[]getLabel()getName()getType()@Valid TypeOptionsinthashCode()voidsetDefaultValue(com.liferay.petra.function.UnsafeSupplier<Object, Exception> defaultValueUnsafeSupplier) voidsetDefaultValue(Object defaultValue) voidsetFieldMappings(com.liferay.petra.function.UnsafeSupplier<FieldMapping[], Exception> fieldMappingsUnsafeSupplier) voidsetFieldMappings(FieldMapping[] fieldMappings) voidsetHelpText(com.liferay.petra.function.UnsafeSupplier<String, Exception> helpTextUnsafeSupplier) voidsetHelpText(String helpText) voidsetHelpTextLocalized(com.liferay.petra.function.UnsafeSupplier<String, Exception> helpTextLocalizedUnsafeSupplier) voidsetHelpTextLocalized(String helpTextLocalized) voidvoidvoidsetLabelLocalized(com.liferay.petra.function.UnsafeSupplier<String, Exception> labelLocalizedUnsafeSupplier) voidsetLabelLocalized(String labelLocalized) voidvoidvoidvoidvoidsetTypeOptions(com.liferay.petra.function.UnsafeSupplier<TypeOptions, Exception> typeOptionsUnsafeSupplier) voidsetTypeOptions(TypeOptions typeOptions) static FieldtoString()static FieldunsafeToDTO(String json)
-
Field Details
-
defaultValue
-
fieldMappings
-
helpText
-
helpTextLocalized
-
label
-
labelLocalized
-
name
-
type
-
typeOptions
-
xClassName
-
-
Constructor Details
-
Field
public Field()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getDefaultValue
-
setDefaultValue
-
setDefaultValue
-
getFieldMappings
-
setFieldMappings
-
setFieldMappings
public void setFieldMappings(com.liferay.petra.function.UnsafeSupplier<FieldMapping[], Exception> fieldMappingsUnsafeSupplier) -
getHelpText
-
setHelpText
-
setHelpText
-
getHelpTextLocalized
-
setHelpTextLocalized
-
setHelpTextLocalized
-
getLabel
-
setLabel
-
setLabel
-
getLabelLocalized
-
setLabelLocalized
-
setLabelLocalized
-
getName
-
setName
-
setName
-
getType
-
setType
-
setType
-
getTypeOptions
-
setTypeOptions
-
setTypeOptions
public void setTypeOptions(com.liferay.petra.function.UnsafeSupplier<TypeOptions, Exception> typeOptionsUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-