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