Uses of Class
com.sforce.soap.partner.RecordTypeInfo

Packages that use RecordTypeInfo
com.sforce.soap.partner   
 

Uses of RecordTypeInfo in com.sforce.soap.partner
 

Methods in com.sforce.soap.partner that return RecordTypeInfo
 RecordTypeInfo[] DescribeSObjectResult.getRecordTypeInfos()
          Gets the recordTypeInfos value for this DescribeSObjectResult.
 RecordTypeInfo DescribeSObjectResult.getRecordTypeInfos(int i)
           
 

Methods in com.sforce.soap.partner with parameters of type RecordTypeInfo
 void DescribeSObjectResult.setRecordTypeInfos(int i, RecordTypeInfo _value)
           
 void DescribeSObjectResult.setRecordTypeInfos(RecordTypeInfo[] recordTypeInfos)
          Sets the recordTypeInfos value for this DescribeSObjectResult.
 

Constructors in com.sforce.soap.partner with parameters of type RecordTypeInfo
DescribeSObjectResult(boolean activateable, ChildRelationship[] childRelationships, boolean createable, boolean custom, boolean deletable, Field[] fields, java.lang.String keyPrefix, java.lang.String label, java.lang.String labelPlural, boolean layoutable, boolean mergeable, java.lang.String name, boolean queryable, RecordTypeInfo[] recordTypeInfos, boolean replicateable, boolean retrieveable, boolean searchable, java.lang.Boolean triggerable, boolean undeletable, boolean updateable, java.lang.String urlDetail, java.lang.String urlEdit, java.lang.String urlNew)
           
 



Copyright © 2009. All Rights Reserved.