public class CsdlAction extends CsdlOperation
annotations, entitySetPath, isBound, name, parameters, returnType| Constructor and Description | 
|---|
| CsdlAction() | 
| Modifier and Type | Method and Description | 
|---|---|
| CsdlAction | setAnnotations(List<CsdlAnnotation> annotations)Sets a list of annotations | 
| CsdlAction | setBound(boolean isBound)Sets as bound operation. | 
| CsdlAction | setEntitySetPath(String entitySetPath)Sets entity set path. | 
| CsdlAction | setName(String name)Sets name. | 
| CsdlAction | setParameters(List<CsdlParameter> parameters)Sets parameters. | 
| CsdlAction | setReturnType(CsdlReturnType returnType)Sets return type. | 
getAnnotations, getEntitySetPath, getName, getParameter, getParameters, getReturnType, isBoundgetAllByName, getOneByNamepublic CsdlAction setName(String name)
CsdlOperationsetName in class CsdlOperationname - the namepublic CsdlAction setBound(boolean isBound)
CsdlOperationsetBound in class CsdlOperationisBound - the is boundpublic CsdlAction setEntitySetPath(String entitySetPath)
CsdlOperationsetEntitySetPath in class CsdlOperationentitySetPath - the entity set pathpublic CsdlAction setParameters(List<CsdlParameter> parameters)
CsdlOperationsetParameters in class CsdlOperationparameters - the parameterspublic CsdlAction setReturnType(CsdlReturnType returnType)
CsdlOperationsetReturnType in class CsdlOperationreturnType - the return typepublic CsdlAction setAnnotations(List<CsdlAnnotation> annotations)
CsdlOperationsetAnnotations in class CsdlOperationannotations - list of annotationsCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.