@NoImplement
public interface HasConstructModels
OperationModels| Modifier and Type | Method and Description |
|---|---|
Optional<ConstructModel> |
getConstructModel(String name)
Returns the
ConstructModel that matches the given name. |
List<ConstructModel> |
getConstructModels()
Returns a
List of ConstructModels defined at the extension level. |
List<ConstructModel> getConstructModels()
List of ConstructModels defined at the extension level.
Each construct is guaranteed to have a unique name which will not overlap with any OperationModel,
ConnectionProviderModel nor SourceModel defined at any level.
List of ConstructModelOptional<ConstructModel> getConstructModel(String name)
ConstructModel that matches the given name.name - case sensitive operation nameOptional ConstructModelCopyright © 2024 MuleSoft, Inc.. All rights reserved.