|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201208.CustomField
com.google.api.ads.dfp.axis.v201208.DropDownCustomField
public class DropDownCustomField
A custom field that has the drop-down data type.
| Constructor Summary | |
|---|---|
DropDownCustomField()
|
|
DropDownCustomField(Long id,
String name,
String description,
Boolean isActive,
CustomFieldEntityType entityType,
CustomFieldDataType dataType,
CustomFieldVisibility visibility,
String customFieldType,
CustomFieldOption[] options)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
CustomFieldOption[] |
getOptions()
Gets the options value for this DropDownCustomField. |
CustomFieldOption |
getOptions(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setOptions(CustomFieldOption[] options)
Sets the options value for this DropDownCustomField. |
void |
setOptions(int i,
CustomFieldOption _value)
|
| Methods inherited from class com.google.api.ads.dfp.axis.v201208.CustomField |
|---|
getCustomFieldType, getDataType, getDescription, getEntityType, getId, getIsActive, getName, getVisibility, setCustomFieldType, setDataType, setDescription, setEntityType, setId, setIsActive, setName, setVisibility |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DropDownCustomField()
public DropDownCustomField(Long id,
String name,
String description,
Boolean isActive,
CustomFieldEntityType entityType,
CustomFieldDataType dataType,
CustomFieldVisibility visibility,
String customFieldType,
CustomFieldOption[] options)
| Method Detail |
|---|
public CustomFieldOption[] getOptions()
public void setOptions(CustomFieldOption[] options)
options - * The options allowed for this custom field. This is read only.public CustomFieldOption getOptions(int i)
public void setOptions(int i,
CustomFieldOption _value)
public boolean equals(Object obj)
equals in class CustomFieldpublic int hashCode()
hashCode in class CustomFieldpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||