public interface FunctionImport extends CommonFunctionImport
Modifier and Type | Method and Description |
---|---|
String |
getEntitySet() |
String |
getEntitySetPath() |
String |
getHttpMethod() |
List<Parameter> |
getParameters() |
String |
getReturnType() |
boolean |
isAlwaysBindable() |
boolean |
isBindable() |
boolean |
isComposable() |
boolean |
isSideEffecting() |
String getReturnType()
String getEntitySet()
String getEntitySetPath()
boolean isComposable()
boolean isSideEffecting()
boolean isBindable()
boolean isAlwaysBindable()
String getHttpMethod()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.