| Package | Description |
|---|---|
| org.mule.runtime.api.app.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
static ParameterGroupElementDeclarer |
ElementDeclarer.newParameterGroup() |
static ParameterGroupElementDeclarer |
ElementDeclarer.newParameterGroup(String name) |
ParameterGroupElementDeclarer |
ParameterGroupElementDeclarer.withName(String name)
Set's the name of the element
|
ParameterGroupElementDeclarer |
ParameterGroupElementDeclarer.withParameter(String name,
ParameterValue value)
Adds a
parameter to this parametrized element declaration |
ParameterGroupElementDeclarer |
ParameterGroupElementDeclarer.withParameter(String name,
ParameterValue value,
Map<String,Serializable> properties)
Adds a
parameter to this parametrized element declaration |
ParameterGroupElementDeclarer |
ParameterGroupElementDeclarer.withParameter(String name,
String value)
Adds a
parameter to this parametrized element declaration |
| Modifier and Type | Method and Description |
|---|---|
E |
ParameterizedElementDeclarer.withParameterGroup(Consumer<ParameterGroupElementDeclarer> groupEnricher)
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.