public class BatchRequestEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchRequestEntry.BatchRequestEntryBuilder |
| Constructor and Description |
|---|
BatchRequestEntry(String method,
String url,
org.mule.runtime.api.util.MultiMap<String,String> headers,
org.mule.runtime.api.metadata.TypedValue<InputStream> body,
String id) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.TypedValue<InputStream> |
getBody() |
org.mule.runtime.api.util.MultiMap<String,String> |
getHeaders() |
String |
getId() |
String |
getMethod() |
String |
getUrl() |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.