public interface UriResourceFunction extends UriResourcePartTyped
Modifier and Type | Method and Description |
---|---|
EdmFunction |
getFunction() |
EdmFunctionImport |
getFunctionImport()
Convenience method which returns the
EdmFunctionImport which was used in
the resource path to define the EdmFunction . |
List<UriParameter> |
getKeyPredicates() |
List<UriParameter> |
getParameters() |
EdmType |
getTypeFilterOnCollection() |
EdmType |
getTypeFilterOnEntry() |
getType, isCollection, toString
getKind, toString
EdmFunction 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–2015 The Apache Software Foundation. All rights reserved.