Class Documentation
java.lang.Object
org.apache.olingo.odata2.api.edm.provider.Documentation
Objects of this class represent documentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisDocumentationsetAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisDocumentationsetLongDescription(String longDescription) Sets the long description for thisDocumentationsetSummary(String summary) Sets the summary for thisDocumentation
-
Constructor Details
-
Documentation
public Documentation()
-
-
Method Details
-
getSummary
- Returns:
- String summary
-
getLongDescription
- Returns:
- String the long description
-
getAnnotationAttributes
- Returns:
- collection of
AnnotationAttributeannotation attributes
-
getAnnotationElements
- Returns:
- collection of
AnnotationElementannotation elements
-
setSummary
Sets the summary for thisDocumentation- Parameters:
summary-- Returns:
Documentationfor method chaining
-
setLongDescription
Sets the long description for thisDocumentation- Parameters:
longDescription-- Returns:
Documentationfor method chaining
-
setAnnotationAttributes
Sets the collection ofAnnotationAttributefor thisDocumentation- Parameters:
annotationAttributes-- Returns:
Documentationfor method chaining
-
setAnnotationElements
Sets the collection ofAnnotationElementfor thisDocumentation- Parameters:
annotationElements-- Returns:
Documentationfor method chaining
-