MetadataDataEntry
class MetadataDataEntry extends Metadata
Controls structured metadata data entry.
Methods
jsonSerialize()
No description
__construct(string $value, string $externalId = null)
MetadataDataEntry constructor.
getPropertyKeys()
Gets the keys for all the properties of this object.
getValue()
Gets the value of the entry.
setValue(string $value)
Sets the value of the entry.
getExternalId()
Gets the ID of the entry.
setExternalId(string $externalId)
Sets the ID of the entry. Will be auto-generated if left blank.
Details
jsonSerialize()
__construct(string $value, string $externalId = null)
MetadataDataEntry constructor.
array
getPropertyKeys()
Gets the keys for all the properties of this object.
string
getValue()
Gets the value of the entry.
setValue(string $value)
Sets the value of the entry.
string
getExternalId()
Gets the ID of the entry.
setExternalId(string $externalId)
Sets the ID of the entry. Will be auto-generated if left blank.