public static final class MetadataUpdateElementMetadataRequestItemsProperties.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
MetadataUpdateElementMetadataRequestItemsProperties |
build() |
|
String |
propertyId() |
Get Metadata schema property id
|
MetadataUpdateElementMetadataRequestItemsProperties.Builder |
propertyId(String value) |
Set Metadata schema property id
|
Map |
value() |
Get Metadata property value, (JSON type of the field needs to be compatible with the type of the property as defined in the Metadata Schema, it can be Number, String, Boolean, etc)
|
MetadataUpdateElementMetadataRequestItemsProperties.Builder |
value(Map value) |
Set Metadata property value, (JSON type of the field needs to be compatible with the type of the property as defined in the Metadata Schema, it can be Number, String, Boolean, etc)
|
public final String propertyId()
public final MetadataUpdateElementMetadataRequestItemsProperties.Builder propertyId(String value)
value - Metadata schema property idpublic final Map value()
public final MetadataUpdateElementMetadataRequestItemsProperties.Builder value(Map value)
value - Metadata property value, (JSON type of the field needs to be compatible with the type of the property as defined in the Metadata Schema, it can be Number, String, Boolean, etc)public final MetadataUpdateElementMetadataRequestItemsProperties build()
Copyright © 2021. All rights reserved.