@NoImplement
public interface WithOutputDeclaration
BaseDeclaration in which it's possible to get/set OutputDeclaration objects of payload
and attributes.| Modifier and Type | Method and Description |
|---|---|
OutputDeclaration |
getOutput() |
OutputDeclaration |
getOutputAttributes() |
Optional<SampleDataProviderModel> |
getSampleDataProviderModel() |
void |
setOutput(OutputDeclaration content)
Sets the
OutputDeclaration that describes this declarations output type. |
void |
setOutputAttributes(OutputDeclaration outputAttributes)
Sets the
OutputDeclaration that describes this declarations output attributes type. |
void |
setSampleDataProviderModel(SampleDataProviderModel sampleProviderModel)
Sets a
SampleDataProviderModel that describes this declaration's sample data capabilities |
OutputDeclaration getOutput()
OutputDeclaration that describes this declarations output type.void setOutput(OutputDeclaration content)
OutputDeclaration that describes this declarations output type.OutputDeclaration getOutputAttributes()
OutputDeclaration that describes this declarations output attributes type.void setOutputAttributes(OutputDeclaration outputAttributes)
OutputDeclaration that describes this declarations output attributes type.Optional<SampleDataProviderModel> getSampleDataProviderModel()
Optional SampleDataProviderModel associated to this declarationvoid setSampleDataProviderModel(SampleDataProviderModel sampleProviderModel)
SampleDataProviderModel that describes this declaration's sample data capabilitiessampleProviderModel - a SampleDataProviderModelCopyright © 2025 MuleSoft, Inc.. All rights reserved.