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

Packages that use RelatedListColumn
com.sforce.soap.partner   
 

Uses of RelatedListColumn in com.sforce.soap.partner
 

Methods in com.sforce.soap.partner that return RelatedListColumn
 RelatedListColumn[] RelatedList.getColumns()
          Gets the columns value for this RelatedList.
 RelatedListColumn RelatedList.getColumns(int i)
           
 

Methods in com.sforce.soap.partner with parameters of type RelatedListColumn
 void RelatedList.setColumns(int i, RelatedListColumn _value)
           
 void RelatedList.setColumns(RelatedListColumn[] columns)
          Sets the columns value for this RelatedList.
 

Constructors in com.sforce.soap.partner with parameters of type RelatedListColumn
RelatedList(RelatedListColumn[] columns, boolean custom, java.lang.String field, java.lang.String label, int limitRows, java.lang.String name, java.lang.String sobject, RelatedListSort[] sort)
           
 



Copyright © 2009. All Rights Reserved.