T - the type of the implementing type. Used to allow method chainingpublic interface HasParametersDeclarer
| Modifier and Type | Method and Description |
|---|---|
ParameterGroupDeclarer |
onDefaultParameterGroup()
Provides the default
ParameterGroupDeclarer. |
ParameterGroupDeclarer |
onParameterGroup(String name)
Provides a
ParameterGroupDeclarer for adding parameters
into a group of the given name. |
ParameterGroupDeclarer onParameterGroup(String name)
ParameterGroupDeclarer for adding parameters
into a group of the given name. Use this if you wish to
declare a parameter which should belong to a specific group.name - the name of the group to declareParameterGroupDeclarerParameterGroupDeclarer onDefaultParameterGroup()
ParameterGroupDeclarer. Use this if you wish
to add a parameter which shouldn't belong to any specific group.ParameterGroupDeclarerCopyright © 2017 MuleSoft, Inc.. All rights reserved.