@Beta
public interface PiActionModel
| Modifier and Type | Method and Description | 
|---|---|
PiActionId | 
id()
Returns the ID of the action. 
 | 
Optional<PiActionParamModel> | 
param(PiActionParamId paramId)
Returns the model of the action's parameter defined by the given ID, if present. 
 | 
Collection<PiActionParamModel> | 
params()
Returns the collection of all parameter models for the action, or an empty collection if this action has no
 parameters. 
 | 
PiActionId id()
Optional<PiActionParamModel> param(PiActionParamId paramId)
paramId - parameter IDCollection<PiActionParamModel> params()