Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
UrlAttributeValue |
UrlAttributeValue.clone() |
UrlAttributeValue |
UrlAttributeValue.set(java.lang.String fieldName,
java.lang.Object value) |
UrlAttributeValue |
UrlAttributeValue.setUrl(java.lang.String url)
The URL.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UrlAttributeValue> |
Attribute.getUrlValues()
When the attribute value type is URL, this field contains the value(s) for this attribute, and
the other values fields must be empty.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011-2018 Google. All Rights Reserved.