Uses of Class
com.sforce.soap.partner.QueryOptionsScope
-
Packages that use QueryOptionsScope Package Description com.sforce.soap.partner -
-
Uses of QueryOptionsScope in com.sforce.soap.partner
Methods in com.sforce.soap.partner that return QueryOptionsScope Modifier and Type Method Description QueryOptionsScopeDescribeListView. getScope()QueryOptionsScopeIDescribeListView. getScope()element : scope of type {urn:partner.soap.sforce.com}queryOptionsScope java type: com.sforce.soap.partner.QueryOptionsScopestatic QueryOptionsScopeQueryOptionsScope. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryOptionsScope[]QueryOptionsScope. 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 QueryOptionsScope Modifier and Type Method Description voidDescribeListView. setScope(QueryOptionsScope scope)voidIDescribeListView. setScope(QueryOptionsScope scope)
-