Package | Description |
---|---|
com.google.api.services.mybusinessbusinessinformation.v1.model |
Modifier and Type | Method and Description |
---|---|
RepeatedEnumAttributeValue |
RepeatedEnumAttributeValue.clone() |
RepeatedEnumAttributeValue |
Attribute.getRepeatedEnumValue()
When the attribute value type is REPEATED_ENUM, this contains the attribute value, and the
other values fields must be empty.
|
RepeatedEnumAttributeValue |
RepeatedEnumAttributeValue.set(String fieldName,
Object value) |
RepeatedEnumAttributeValue |
RepeatedEnumAttributeValue.setSetValues(List<String> setValues)
Enum values that are set.
|
RepeatedEnumAttributeValue |
RepeatedEnumAttributeValue.setUnsetValues(List<String> unsetValues)
Enum values that are unset.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011–2025 Google. All rights reserved.