Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
AttributeMetadata |
AttributeMetadata.clone() |
AttributeMetadata |
AttributeMetadata.set(java.lang.String fieldName,
java.lang.Object value) |
AttributeMetadata |
AttributeMetadata.setAttributeId(java.lang.String attributeId)
The ID of the attribute.
|
AttributeMetadata |
AttributeMetadata.setDisplayName(java.lang.String displayName)
The localized display name for the attribute, if available; otherwise, the English display
name.
|
AttributeMetadata |
AttributeMetadata.setGroupDisplayName(java.lang.String groupDisplayName)
The localized display name of the group that contains this attribute, if available; otherwise,
the English group name.
|
AttributeMetadata |
AttributeMetadata.setIsDeprecated(java.lang.Boolean isDeprecated)
If true, the attribute is deprecated and should no longer be used.
|
AttributeMetadata |
AttributeMetadata.setIsRepeatable(java.lang.Boolean isRepeatable)
If true, the attribute supports multiple values.
|
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.
|
AttributeMetadata |
AttributeMetadata.setValueType(java.lang.String valueType)
The value type for the attribute.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AttributeMetadata> |
ListAttributeMetadataResponse.getAttributes()
A collection of attribute metadata for the available attributes.
|
Modifier and Type | Method and Description |
---|---|
ListAttributeMetadataResponse |
ListAttributeMetadataResponse.setAttributes(java.util.List<AttributeMetadata> attributes)
A collection of attribute metadata for the available attributes.
|
Copyright © 2011-2018 Google. All Rights Reserved.