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