public class Type
| Modifier and Type | Class and Description |
|---|---|
static class |
Type.Companion |
| Modifier and Type | Field and Description |
|---|---|
static Type.Companion |
Companion |
| Constructor and Description |
|---|
Type(org.mule.metadata.api.model.MetadataType body,
org.mule.metadata.api.model.MetadataType headers,
org.mule.metadata.api.model.MetadataType attachments) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getAttachments() |
org.mule.metadata.api.model.MetadataType |
getBody() |
org.mule.metadata.api.model.MetadataType |
getHeaders() |
public static Type.Companion Companion