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