| Modifier and Type | Field and Description |
|---|---|
protected org.mule.runtime.api.metadata.TypedValue<InputStream> |
content |
protected String |
name |
| Constructor and Description |
|---|
Part(String name,
org.mule.runtime.api.metadata.TypedValue<InputStream> content) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PartVisitor visitor) |
org.mule.runtime.api.metadata.TypedValue<InputStream> |
getContent() |
String |
getName() |
protected final String name
protected final org.mule.runtime.api.metadata.TypedValue<InputStream> content
public Part(String name, org.mule.runtime.api.metadata.TypedValue<InputStream> content)
public String getName()
public org.mule.runtime.api.metadata.TypedValue<InputStream> getContent()
public void accept(PartVisitor visitor)
Copyright © 2019. All rights reserved.