Package | Description |
---|---|
com.google.api.services.mybusinessbusinessinformation.v1.model |
Modifier and Type | Method and Description |
---|---|
Attribute |
Attribute.clone() |
Attribute |
Attribute.set(String fieldName,
Object value) |
Attribute |
Attribute.setName(String name)
Required.
|
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.setUriValues(List<UriAttributeValue> uriValues)
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(List<Object> values)
The values for this attribute.
|
Attribute |
Attribute.setValueType(String valueType)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
Attributes.getAttributes()
A collection of attributes that need to be updated.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
Attributes.setAttributes(List<Attribute> attributes)
A collection of attributes that need to be updated.
|
Copyright © 2011–2025 Google. All rights reserved.