public interface UriResourceFunction extends UriResourcePartTyped
| Modifier and Type | Method and Description | 
|---|---|
| EdmFunction | getFunction()If the resource path specifies a function import this method will deliver the unbound function for the function
 import. | 
| EdmFunctionImport | getFunctionImport()Convenience method which returns the  EdmFunctionImportwhich was used in
 the resource path to define theEdmFunction. | 
| List<UriParameter> | getKeyPredicates() | 
| List<UriParameter> | getParameters() | 
| EdmType | getTypeFilterOnCollection() | 
| EdmType | getTypeFilterOnEntry() | 
getSegmentValue, getType, isCollection, toStringgetKind, getSegmentValue, toStringEdmFunction getFunction()
EdmFunctionImport getFunctionImport()
EdmFunctionImport which was used in
 the resource path to define the EdmFunction.List<UriParameter> getKeyPredicates()
List<UriParameter> getParameters()
EdmType getTypeFilterOnCollection()
EdmType getTypeFilterOnEntry()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.