| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model | |
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
default Optional<SampleDataProviderModel> |
HasOutputModel.getSampleDataProviderModel()
If the component supports providing sample data, this method returns an
Optional SampleDataProviderModel
which describes the used provider. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SampleDataProviderModel> |
WithOutputDeclaration.getSampleDataProviderModel() |
Optional<SampleDataProviderModel> |
ExecutableComponentDeclaration.getSampleDataProviderModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
WithOutputDeclaration.setSampleDataProviderModel(SampleDataProviderModel sampleProviderModel)
Sets a
SampleDataProviderModel that describes this declaration's sample data capabilities |
void |
ExecutableComponentDeclaration.setSampleDataProviderModel(SampleDataProviderModel sampleDataProviderModel)
Sets a
SampleDataProviderModel that describes this declaration's sample data capabilities |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.