public class OperationCall extends Object
| Constructor and Description |
|---|
OperationCall(String name,
Stream<InputMapping> inputMappings,
Set<org.mule.runtime.api.meta.model.error.ErrorModel> errorModelSet,
org.mule.metadata.api.model.MetadataType returnType,
String target,
String targetValueExpression,
String outputMimeType) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.mule.runtime.api.meta.model.error.ErrorModel> |
getErrorModels() |
Optional<InputMapping> |
getInputMapping(String parameterName) |
Stream<InputMapping> |
getInputMappings() |
String |
getName() |
String |
getOutputMimeType() |
org.mule.metadata.api.model.MetadataType |
getReturnType() |
Optional<String> |
getTarget() |
String |
getTargetValueExpression() |
public String getName()
public Stream<InputMapping> getInputMappings()
public Optional<InputMapping> getInputMapping(String parameterName)
public org.mule.metadata.api.model.MetadataType getReturnType()
public String getTargetValueExpression()
public String getOutputMimeType()
public Set<org.mule.runtime.api.meta.model.error.ErrorModel> getErrorModels()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.