Class OnDelete
- java.lang.Object
-
- org.apache.olingo.odata2.api.edm.provider.OnDelete
-
public class OnDelete extends Object
Objects of this class represent an OnDelete Action
-
-
Constructor Summary
Constructors Constructor Description OnDelete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmActiongetAction()List<AnnotationAttribute>getAnnotationAttributes()List<AnnotationElement>getAnnotationElements()DocumentationgetDocumentation()OnDeletesetAction(EdmAction action)OnDeletesetAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)Sets the List ofAnnotationAttributefor thisOnDeleteOnDeletesetAnnotationElements(List<AnnotationElement> annotationElements)Sets the List ofAnnotationElementfor thisOnDeleteOnDeletesetDocumentation(Documentation documentation)Sets theDocumentationfor thisOnDelete
-
-
-
Method Detail
-
getDocumentation
public Documentation getDocumentation()
- Returns:
Documentationdocumentation
-
getAnnotationAttributes
public List<AnnotationAttribute> getAnnotationAttributes()
- Returns:
- List of
AnnotationAttributeannotation attributes
-
getAnnotationElements
public List<AnnotationElement> getAnnotationElements()
- Returns:
- List of
AnnotationElementannotation elements
-
setAction
public OnDelete setAction(EdmAction action)
- Parameters:
action- Ação- Returns:
OnDeletefor method chaining
-
setDocumentation
public OnDelete setDocumentation(Documentation documentation)
Sets theDocumentationfor thisOnDelete- Parameters:
documentation- Documentação- Returns:
OnDeletefor method chaining
-
setAnnotationAttributes
public OnDelete setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the List ofAnnotationAttributefor thisOnDelete- Parameters:
annotationAttributes- Atributos- Returns:
OnDeletefor method chaining
-
setAnnotationElements
public OnDelete setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the List ofAnnotationElementfor thisOnDelete- Parameters:
annotationElements- Elementos- Returns:
OnDeletefor method chaining
-
-