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