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