Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
Attribute |
Attribute.clone() |
Attribute |
Attribute.set(java.lang.String fieldName,
java.lang.Object value) |
Attribute |
Attribute.setAttributeId(java.lang.String attributeId)
The ID of the attribute.
|
Attribute |
Attribute.setRepeatedEnumValue(RepeatedEnumAttributeValue repeatedEnumValue)
When the attribute value type is REPEATED_ENUM, this contains the attribute value, and the
other values fields must be empty.
|
Attribute |
Attribute.setUrlValues(java.util.List<UrlAttributeValue> urlValues)
When the attribute value type is URL, this field contains the value(s) for this attribute, and
the other values fields must be empty.
|
Attribute |
Attribute.setValues(java.util.List<java.lang.Object> values)
The values for this attribute.
|
Attribute |
Attribute.setValueType(java.lang.String valueType)
Output only.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
Location.getAttributes()
Attributes for this location.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.setAttributes(java.util.List<Attribute> attributes)
Attributes for this location.
|
Copyright © 2011-2018 Google. All Rights Reserved.