Package com.sforce.soap.partner
Interface IDescribeSearchScopeOrder_element
-
- All Known Implementing Classes:
DescribeSearchScopeOrder_element
public interface IDescribeSearchScopeOrder_elementThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetIncludeRealTimeEntities()element : includeRealTimeEntities of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisIncludeRealTimeEntities()voidsetIncludeRealTimeEntities(boolean includeRealTimeEntities)
-
-
-
Method Detail
-
getIncludeRealTimeEntities
boolean getIncludeRealTimeEntities()
element : includeRealTimeEntities of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isIncludeRealTimeEntities
boolean isIncludeRealTimeEntities()
-
setIncludeRealTimeEntities
void setIncludeRealTimeEntities(boolean includeRealTimeEntities)
-
-