Interface ContentDescriptionField
- All Superinterfaces:
Field, ParsedField
- All Known Implementing Classes:
ContentDescriptionFieldImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanGets the content description defined in this field.Methods inherited from interface Field
getBody, getName, getNameLowerCase, getRawMethods inherited from interface ParsedField
getParseException, isValidField
-
Method Details
-
bodyDescriptionField
default boolean bodyDescriptionField()- Specified by:
bodyDescriptionFieldin interfaceParsedField
-
getDescription
String getDescription()Gets the content description defined in this field.- Returns:
- the content description or
nullif not set.
-