Class CsdlActionImport
java.lang.Object
org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
org.apache.olingo.commons.api.edm.provider.CsdlOperationImport
org.apache.olingo.commons.api.edm.provider.CsdlActionImport
- All Implemented Interfaces:
CsdlAnnotatable
,CsdlNamed
Represents an action import CSDL item
-
Field Summary
Fields inherited from class org.apache.olingo.commons.api.edm.provider.CsdlOperationImport
annotations, entitySet, name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the full qualified name of the action as stringReturns the full qualified name of the actionSets the full qualified name of the action as stringsetAction
(FullQualifiedName action) Sets the full qualified name of the actionsetAnnotations
(List<CsdlAnnotation> annotations) Sets a list of annotationssetEntitySet
(String entitySet) Sets entity set.Sets name.Methods inherited from class org.apache.olingo.commons.api.edm.provider.CsdlOperationImport
getAnnotations, getEntitySet, getName
Methods inherited from class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
getAllByName, getOneByName
-
Constructor Details
-
CsdlActionImport
public CsdlActionImport()
-
-
Method Details
-
setName
Description copied from class:CsdlOperationImport
Sets name.- Overrides:
setName
in classCsdlOperationImport
- Parameters:
name
- the name- Returns:
- the name
-
setEntitySet
Description copied from class:CsdlOperationImport
Sets entity set.- Overrides:
setEntitySet
in classCsdlOperationImport
- Parameters:
entitySet
- the entity set- Returns:
- the entity set
-
getAction
Returns the full qualified name of the action as string- Returns:
- full qualified name
-
getActionFQN
Returns the full qualified name of the action- Returns:
- full qualified name
-
setAction
Sets the full qualified name of the action as string- Parameters:
action
- full qualified name- Returns:
- this instance
-
setAction
Sets the full qualified name of the action- Parameters:
action
- full qualified name- Returns:
- this instance
-
setAnnotations
Description copied from class:CsdlOperationImport
Sets a list of annotations- Overrides:
setAnnotations
in classCsdlOperationImport
- Parameters:
annotations
- list of annotations- Returns:
- this instance
-