@Beta
public interface PiActionModel
Modifier and Type | Method and Description |
---|---|
PiActionId |
id()
Returns the ID of the action.
|
java.util.Optional<PiActionParamModel> |
param(PiActionParamId paramId)
Returns the model of the action's parameter defined by the given ID, if present.
|
java.util.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()
java.util.Optional<PiActionParamModel> param(PiActionParamId paramId)
paramId
- parameter IDjava.util.Collection<PiActionParamModel> params()