public final class MetadataUpdateMetadataRequestItemsProperties extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
MetadataUpdateMetadataRequestItemsProperties.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 MetadataUpdateMetadataRequestItemsProperties.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 MetadataUpdateMetadataRequestItemsProperties.Builder builder()
Copyright © 2021. All rights reserved.