Interface ContentIdField
- All Superinterfaces:
Field, ParsedField
- All Known Implementing Classes:
ContentIdFieldImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleangetId()Gets the content ID 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
-
getId
String getId()Gets the content ID defined in this field.- Returns:
- the content ID or
nullif not set.
-