Package | Description |
---|---|
com.sforce.soap.partner |
Modifier and Type | Method and Description |
---|---|
RecordTypeInfo[] |
DescribeSObjectResult.getRecordTypeInfos()
Gets the recordTypeInfos value for this DescribeSObjectResult.
|
RecordTypeInfo |
DescribeSObjectResult.getRecordTypeInfos(int i) |
Modifier and Type | Method and Description |
---|---|
void |
DescribeSObjectResult.setRecordTypeInfos(int i,
RecordTypeInfo _value) |
void |
DescribeSObjectResult.setRecordTypeInfos(RecordTypeInfo[] recordTypeInfos)
Sets the recordTypeInfos value for this DescribeSObjectResult.
|
Constructor and Description |
---|
DescribeSObjectResult(boolean activateable,
ChildRelationship[] childRelationships,
boolean createable,
boolean custom,
boolean customSetting,
boolean deletable,
boolean deprecatedAndHidden,
boolean feedEnabled,
Field[] fields,
String keyPrefix,
String label,
String labelPlural,
boolean layoutable,
boolean mergeable,
String name,
boolean queryable,
RecordTypeInfo[] recordTypeInfos,
boolean replicateable,
boolean retrieveable,
boolean searchable,
Boolean triggerable,
boolean undeletable,
boolean updateable,
String urlDetail,
String urlEdit,
String urlNew) |
Copyright © 2014. All rights reserved.