Uses of Enum Class
com.sforce.soap.partner.ListViewIsSoqlCompatible
Packages that use ListViewIsSoqlCompatible
-
Uses of ListViewIsSoqlCompatible in com.sforce.soap.partner
Methods in com.sforce.soap.partner that return ListViewIsSoqlCompatibleModifier and TypeMethodDescriptionDescribeSObjectListViews_element.getIsSoqlCompatible()IDescribeSObjectListViews_element.getIsSoqlCompatible()element : isSoqlCompatible of type {urn:partner.soap.sforce.com}listViewIsSoqlCompatible java type: com.sforce.soap.partner.ListViewIsSoqlCompatiblestatic ListViewIsSoqlCompatibleReturns the enum constant of this class with the specified name.static ListViewIsSoqlCompatible[]ListViewIsSoqlCompatible.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sforce.soap.partner with parameters of type ListViewIsSoqlCompatibleModifier and TypeMethodDescriptionIPartnerConnectionWrapper.describeSObjectListViews(String sObjectType, boolean recentsOnly, ListViewIsSoqlCompatible isSoqlCompatible, int limit, int offset) PartnerConnection.describeSObjectListViews(String sObjectType, boolean recentsOnly, ListViewIsSoqlCompatible isSoqlCompatible, int limit, int offset) PartnerConnectionWrapper.describeSObjectListViews(String sObjectType, boolean recentsOnly, ListViewIsSoqlCompatible isSoqlCompatible, int limit, int offset) voidDescribeSObjectListViews_element.setIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible) voidIDescribeSObjectListViews_element.setIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible)