Package | Description |
---|---|
com.google.api.services.mybusinessbusinessinformation.v1.model |
Modifier and Type | Method and Description |
---|---|
AttributeValueMetadata |
AttributeValueMetadata.clone() |
AttributeValueMetadata |
AttributeValueMetadata.set(String fieldName,
Object value) |
AttributeValueMetadata |
AttributeValueMetadata.setDisplayName(String displayName)
The display name for this value, localized where available; otherwise, in English.
|
AttributeValueMetadata |
AttributeValueMetadata.setValue(Object value)
The attribute value.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeValueMetadata> |
AttributeMetadata.getValueMetadata()
For some types of attributes (for example, enums), a list of supported values and corresponding
display names for those values is provided.
|
Modifier and Type | Method and Description |
---|---|
AttributeMetadata |
AttributeMetadata.setValueMetadata(List<AttributeValueMetadata> valueMetadata)
For some types of attributes (for example, enums), a list of supported values and corresponding
display names for those values is provided.
|
Copyright © 2011–2025 Google. All rights reserved.