public class Function extends Operation
entitySetPath, isBound, name, parameters, returnType| Constructor and Description |
|---|
Function() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComposable() |
Function |
setBound(boolean isBound) |
Function |
setComposable(boolean isComposable) |
Function |
setEntitySetPath(EntitySetPath entitySetPath) |
Function |
setName(String name) |
Function |
setParameters(List<Parameter> parameters) |
Function |
setReturnType(ReturnType returnType) |
getEntitySetPath, getName, getParameters, getReturnType, isBoundpublic boolean isComposable()
public Function setComposable(boolean isComposable)
public Function setEntitySetPath(EntitySetPath entitySetPath)
setEntitySetPath in class Operationpublic Function setParameters(List<Parameter> parameters)
setParameters in class Operationpublic Function setReturnType(ReturnType returnType)
setReturnType in class OperationCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.