Uses of Class
com.sforce.soap.partner.ListViewIsSoqlCompatible
-
Packages that use ListViewIsSoqlCompatible Package Description com.sforce.soap.partner -
-
Uses of ListViewIsSoqlCompatible in com.sforce.soap.partner
Methods in com.sforce.soap.partner that return ListViewIsSoqlCompatible Modifier and Type Method Description ListViewIsSoqlCompatibleDescribeSObjectListViews_element. getIsSoqlCompatible()ListViewIsSoqlCompatibleIDescribeSObjectListViews_element. getIsSoqlCompatible()element : isSoqlCompatible of type {urn:partner.soap.sforce.com}listViewIsSoqlCompatible java type: com.sforce.soap.partner.ListViewIsSoqlCompatiblestatic ListViewIsSoqlCompatibleListViewIsSoqlCompatible. valueOf(String name)Returns the enum constant of this type with the specified name.static ListViewIsSoqlCompatible[]ListViewIsSoqlCompatible. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.soap.partner with parameters of type ListViewIsSoqlCompatible Modifier and Type Method Description IDescribeSoqlListViewResultIPartnerConnectionWrapper. describeSObjectListViews(String sObjectType, boolean recentsOnly, ListViewIsSoqlCompatible isSoqlCompatible, int limit, int offset)DescribeSoqlListViewResultPartnerConnection. describeSObjectListViews(String sObjectType, boolean recentsOnly, ListViewIsSoqlCompatible isSoqlCompatible, int limit, int offset)IDescribeSoqlListViewResultPartnerConnectionWrapper. describeSObjectListViews(String sObjectType, boolean recentsOnly, ListViewIsSoqlCompatible isSoqlCompatible, int limit, int offset)voidDescribeSObjectListViews_element. setIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible)voidIDescribeSObjectListViews_element. setIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible)
-