public class OperationCall extends Object
| Constructor and Description |
|---|
OperationCall(String name,
Stream<InputMapping> inputMappings,
org.mule.metadata.api.model.MetadataType returnType,
String target) |
| Modifier and Type | Method and Description |
|---|---|
Stream<InputMapping> |
getInputMappings() |
String |
getName() |
org.mule.metadata.api.model.MetadataType |
getReturnType() |
Optional<String> |
getTarget() |
public OperationCall(String name, Stream<InputMapping> inputMappings, org.mule.metadata.api.model.MetadataType returnType, String target)
public String getName()
public Stream<InputMapping> getInputMappings()
public org.mule.metadata.api.model.MetadataType getReturnType()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.