public static enum PartnerManager.UpdateField extends java.lang.Enum<PartnerManager.UpdateField>
PartnerManager.update(String, List).| Enum Constant and Description | 
|---|
| CONTACTContact information - the person responsible for the application. | 
| DESCRIPTIONA brief description of the applications | 
| EMAILAn email for contacting the organization behind the application. | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.List<NVPair> | convertToUpdateList(java.util.List<Pair<PartnerManager.UpdateField,java.lang.String>> fieldValues) | 
| Pair<PartnerManager.UpdateField,java.lang.Object> | getNameValue(java.lang.Object value) | 
| static PartnerManager.UpdateField | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static PartnerManager.UpdateField[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final PartnerManager.UpdateField EMAIL
public static final PartnerManager.UpdateField CONTACT
public static final PartnerManager.UpdateField DESCRIPTION
public static PartnerManager.UpdateField[] values()
for (PartnerManager.UpdateField c : PartnerManager.UpdateField.values()) System.out.println(c);
public static PartnerManager.UpdateField valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic Pair<PartnerManager.UpdateField,java.lang.Object> getNameValue(java.lang.Object value)
public static java.util.List<NVPair> convertToUpdateList(java.util.List<Pair<PartnerManager.UpdateField,java.lang.String>> fieldValues)