Class ObjectMetadataValue
- java.lang.Object
-
- org.mule.weave.v2.module.http.service.metadata.ObjectMetadataValue
-
- All Implemented Interfaces:
MetadataValue
public class ObjectMetadataValue extends java.lang.Object implements MetadataValue
Representation of an Object metadata value. Instances can only be obtained through anObjectMetadataValue.Builder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classObjectMetadataValue.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<KeyValuePairMetadataValue>getProperties()
-
-
-
Method Detail
-
getProperties
public java.util.List<KeyValuePairMetadataValue> getProperties()
-
-