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