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

Packages that use Field
com.sforce.soap.partner   
 

Uses of Field in com.sforce.soap.partner
 

Methods in com.sforce.soap.partner that return Field
 Field[] DescribeSObjectResult.getFields()
          Gets the fields value for this DescribeSObjectResult.
 Field DescribeSObjectResult.getFields(int i)
           
 

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

Constructors in com.sforce.soap.partner with parameters of type Field
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.