public static final class MetadataUpdateMetadataRequestItemsProperties.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
MetadataUpdateMetadataRequestItemsProperties |
build() |
|
String |
propertyId() |
Get Metadata schema property id
|
MetadataUpdateMetadataRequestItemsProperties.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)
|
MetadataUpdateMetadataRequestItemsProperties.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 MetadataUpdateMetadataRequestItemsProperties.Builder propertyId(String value)
value - Metadata schema property idpublic final Map value()
public final MetadataUpdateMetadataRequestItemsProperties.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 MetadataUpdateMetadataRequestItemsProperties build()
Copyright © 2021. All rights reserved.