Package | Description |
---|---|
com.sforce.soap.partner |
Modifier and Type | Method and Description |
---|---|
ChildRelationship[] |
DescribeSObjectResult.getChildRelationships()
Gets the childRelationships value for this DescribeSObjectResult.
|
ChildRelationship |
DescribeSObjectResult.getChildRelationships(int i) |
Modifier and Type | Method and Description |
---|---|
void |
DescribeSObjectResult.setChildRelationships(ChildRelationship[] childRelationships)
Sets the childRelationships value for this DescribeSObjectResult.
|
void |
DescribeSObjectResult.setChildRelationships(int i,
ChildRelationship _value) |
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.