Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
AttributeValueMetadata |
AttributeValueMetadata.clone() |
AttributeValueMetadata |
AttributeValueMetadata.set(java.lang.String fieldName,
java.lang.Object value) |
AttributeValueMetadata |
AttributeValueMetadata.setDisplayName(java.lang.String displayName)
The display name for this value, localized where available; otherwise, in English.
|
AttributeValueMetadata |
AttributeValueMetadata.setValue(java.lang.Object value)
The attribute value.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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-2018 Google. All Rights Reserved.