Package | Description |
---|---|
com.google.api.services.mybusiness.v4.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(java.lang.String fieldName,
java.lang.Object value) |
RepeatedEnumAttributeValue |
RepeatedEnumAttributeValue.setSetValues(java.util.List<java.lang.String> setValues)
Enum values that are set.
|
RepeatedEnumAttributeValue |
RepeatedEnumAttributeValue.setUnsetValues(java.util.List<java.lang.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-2018 Google. All Rights Reserved.