| Package | Description |
|---|---|
| org.mule.runtime.api.metadata |
| Modifier and Type | Method and Description |
|---|---|
static MetadataKeyBuilder |
MetadataKeyBuilder.newKey(String id)
Creates and returns new instance of a
MetadataKeyBuilder, to help building a new MetadataKey
represented by the given |
MetadataKeyBuilder |
MetadataKeyBuilder.withChild(MetadataKey metadataKey)
Adds a new
MetadataKey child to the MetadataKey that is being built. |
MetadataKeyBuilder |
MetadataKeyBuilder.withChild(MetadataKeyBuilder metadataKeyBuilder)
Adds a new
MetadataKeyBuilder child to the MetadataKey that is being built. |
MetadataKeyBuilder |
MetadataKeyBuilder.withDisplayName(String displayName)
Adds a display name to the
MetadataKey that is being built |
MetadataKeyBuilder |
MetadataKeyBuilder.withPartName(String partName)
Adds a new
MetadataKeyBuilder child to the MetadataKey that is being built. |
MetadataKeyBuilder |
MetadataKeyBuilder.withProperty(MetadataProperty property)
Adds a custom
MetadataProperty to the MetadataKey that is being built |
| Modifier and Type | Method and Description |
|---|---|
MetadataKeyBuilder |
MetadataKeyBuilder.withChild(MetadataKeyBuilder metadataKeyBuilder)
Adds a new
MetadataKeyBuilder child to the MetadataKey that is being built. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.