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, isBound
public boolean isComposable()
public Function setComposable(boolean isComposable)
public Function setEntitySetPath(EntitySetPath entitySetPath)
setEntitySetPath
in class Operation
public Function setParameters(List<Parameter> parameters)
setParameters
in class Operation
public Function setReturnType(ReturnType returnType)
setReturnType
in class Operation
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.