public class OptionalParameterConstruct extends ParameterConstruct<OptionalParameterConstruct>
ParameterConstruct for optional parameters.
It allows adding properties that only apply to optional parameters| Modifier and Type | Method and Description |
|---|---|
OptionalParameterConstruct |
defaultingTo(Object defaultValue)
Adds a default value for the parameter
|
describedAs, getDeclaration, getRootConstruct, ofType, ofType, whichIsDynamic, whichIsNotDynamic, with, withCapability, withConfig, withOperationpublic OptionalParameterConstruct defaultingTo(Object defaultValue)
defaultValue - a default valueCopyright © 2015 MuleSoft, Inc.. All rights reserved.