public final class ActingParameterModel extends Object
ValueProviderModel or SampleDataProviderModel
An acting parameter provides a name, a default value and indicates if it is required
| Constructor and Description |
|---|
ActingParameterModel(String name,
boolean required) |
ActingParameterModel(String name,
boolean required,
String extractionExpression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Feature<String> |
getExtractionExpression() |
String |
getName() |
int |
hashCode() |
boolean |
isRequired() |
String |
toString() |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.