public class CsdlApply extends CsdlDynamicExpression implements CsdlAnnotatable
| Constructor and Description | 
|---|
| CsdlApply() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| List<CsdlAnnotation> | getAnnotations()Returns a list of annotations | 
| String | getFunction()A QualifiedName specifying the name of the client-side function to apply. | 
| List<CsdlExpression> | getParameters()Returns the expressions applied to the parameters of the function | 
| int | hashCode() | 
| CsdlApply | setAnnotations(List<CsdlAnnotation> annotations) | 
| CsdlApply | setFunction(String function) | 
| CsdlApply | setParameters(List<CsdlExpression> parameters) | 
asAnnotationPath, asApply, asCast, asCollection, asIf, asIsOf, asLabeledElement, asLabeledElementReference, asLogicalOrComparison, asNavigationPropertyPath, asNull, asPath, asPropertyPath, asRecord, asUrlRef, isAnnotationPath, isApply, isCast, isCollection, isIf, isIsOf, isLabeledElement, isLabeledElementReference, isLogicalOrComparison, isNavigationPropertyPath, isNull, isPath, isPropertyPath, isRecord, isUrlRefasConstant, asDynamic, isConstant, isDynamicgetAllByName, getOneByNamepublic List<CsdlAnnotation> getAnnotations()
CsdlAnnotatablegetAnnotations in interface CsdlAnnotatablepublic CsdlApply setAnnotations(List<CsdlAnnotation> annotations)
public String getFunction()
Constants.CANONICAL_FUNCTION_CONCAT, 
Constants.CANONICAL_FUNCTION_FILLURITEMPLATE, 
Constants.CANONICAL_FUNCTION_URIENCODEpublic List<CsdlExpression> getParameters()
public CsdlApply setParameters(List<CsdlExpression> parameters)
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.