Class OnDelete
java.lang.Object
org.apache.olingo.odata2.api.edm.provider.OnDelete
Objects of this class represent an OnDelete Action
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the List ofAnnotationAttributefor thisOnDeletesetAnnotationElements(List<AnnotationElement> annotationElements) Sets the List ofAnnotationElementfor thisOnDeletesetDocumentation(Documentation documentation) Sets theDocumentationfor thisOnDelete
-
Constructor Details
-
OnDelete
public OnDelete()
-
-
Method Details
-
getAction
- Returns:
EdmActionaction
-
getDocumentation
- Returns:
Documentationdocumentation
-
getAnnotationAttributes
- Returns:
- List of
AnnotationAttributeannotation attributes
-
getAnnotationElements
- Returns:
- List of
AnnotationElementannotation elements
-
setAction
- Parameters:
action-- Returns:
OnDeletefor method chaining
-
setDocumentation
Sets theDocumentationfor thisOnDelete- Parameters:
documentation-- Returns:
OnDeletefor method chaining
-
setAnnotationAttributes
Sets the List ofAnnotationAttributefor thisOnDelete- Parameters:
annotationAttributes-- Returns:
OnDeletefor method chaining
-
setAnnotationElements
Sets the List ofAnnotationElementfor thisOnDelete- Parameters:
annotationElements-- Returns:
OnDeletefor method chaining
-