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,
MessageDefinition message) |
| 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() |
MessageDefinition |
getMessage() |
public static Type.Companion Companion
public Type(org.mule.metadata.api.model.MetadataType body,
org.mule.metadata.api.model.MetadataType headers,
org.mule.metadata.api.model.MetadataType attachments,
MessageDefinition message)
public org.mule.metadata.api.model.MetadataType getBody()
public org.mule.metadata.api.model.MetadataType getHeaders()
public org.mule.metadata.api.model.MetadataType getAttachments()
public MessageDefinition getMessage()