Package | Description |
---|---|
com.sforce.soap.partner |
Modifier and Type | Method and Description |
---|---|
PicklistEntry[] |
Field.getPicklistValues()
Gets the picklistValues value for this Field.
|
PicklistEntry[] |
PicklistForRecordType.getPicklistValues()
Gets the picklistValues value for this PicklistForRecordType.
|
PicklistEntry |
Field.getPicklistValues(int i) |
PicklistEntry |
PicklistForRecordType.getPicklistValues(int i) |
Modifier and Type | Method and Description |
---|---|
void |
Field.setPicklistValues(int i,
PicklistEntry _value) |
void |
PicklistForRecordType.setPicklistValues(int i,
PicklistEntry _value) |
void |
Field.setPicklistValues(PicklistEntry[] picklistValues)
Sets the picklistValues value for this Field.
|
void |
PicklistForRecordType.setPicklistValues(PicklistEntry[] picklistValues)
Sets the picklistValues value for this PicklistForRecordType.
|
Constructor and Description |
---|
Field(boolean autoNumber,
int byteLength,
boolean calculated,
String calculatedFormula,
boolean caseSensitive,
String controllerName,
boolean createable,
boolean custom,
String defaultValueFormula,
boolean defaultedOnCreate,
Boolean dependentPicklist,
boolean deprecatedAndHidden,
int digits,
Boolean externalId,
boolean filterable,
boolean groupable,
Boolean htmlFormatted,
boolean idLookup,
String inlineHelpText,
String label,
int length,
String name,
boolean nameField,
Boolean namePointing,
boolean nillable,
PicklistEntry[] picklistValues,
int precision,
String[] referenceTo,
String relationshipName,
Integer relationshipOrder,
boolean restrictedPicklist,
int scale,
SoapType soapType,
Boolean sortable,
FieldType type,
boolean unique,
boolean updateable,
Boolean writeRequiresMasterRead) |
PicklistForRecordType(String picklistName,
PicklistEntry[] picklistValues) |
Copyright © 2014. All rights reserved.