public class DropDownCustomFieldValue extends BaseCustomFieldValue
CustomFieldValue for a CustomField that has a CustomField.dataType
of CustomFieldDataType.DROP_DOWN
Java class for DropDownCustomFieldValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DropDownCustomFieldValue">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}BaseCustomFieldValue">
<sequence>
<element name="customFieldOptionId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
customFieldOptionId |
customFieldId| Constructor and Description |
|---|
DropDownCustomFieldValue() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCustomFieldOptionId()
Gets the value of the customFieldOptionId property.
|
void |
setCustomFieldOptionId(Long value)
Sets the value of the customFieldOptionId property.
|
getCustomFieldId, setCustomFieldIdCopyright © 2018. All Rights Reserved.