Interface ContentLocationField
- All Superinterfaces:
Field, ParsedField
- All Known Implementing Classes:
ContentLocationFieldImpl, ContentLocationFieldLenientImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanGets the content location 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
-
getLocation
String getLocation()Gets the content location defined in this field.- Returns:
- the content location or
nullif not set.
-