Package com.sforce.soap.partner
Interface IDescribeSObjectListViews_element
-
- All Known Implementing Classes:
DescribeSObjectListViews_element
public interface IDescribeSObjectListViews_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 ListViewIsSoqlCompatiblegetIsSoqlCompatible()element : isSoqlCompatible of type {urn:partner.soap.sforce.com}listViewIsSoqlCompatible java type: com.sforce.soap.partner.ListViewIsSoqlCompatibleintgetLimit()element : limit of type {http://www.w3.org/2001/XMLSchema}int java type: intintgetOffset()element : offset of type {http://www.w3.org/2001/XMLSchema}int java type: intbooleangetRecentsOnly()element : recentsOnly of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetSObjectType()element : sObjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisRecentsOnly()voidsetIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible)voidsetLimit(int limit)voidsetOffset(int offset)voidsetRecentsOnly(boolean recentsOnly)voidsetSObjectType(String sObjectType)
-
-
-
Method Detail
-
getSObjectType
String getSObjectType()
element : sObjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setSObjectType
void setSObjectType(String sObjectType)
-
getRecentsOnly
boolean getRecentsOnly()
element : recentsOnly of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isRecentsOnly
boolean isRecentsOnly()
-
setRecentsOnly
void setRecentsOnly(boolean recentsOnly)
-
getIsSoqlCompatible
ListViewIsSoqlCompatible getIsSoqlCompatible()
element : isSoqlCompatible of type {urn:partner.soap.sforce.com}listViewIsSoqlCompatible java type: com.sforce.soap.partner.ListViewIsSoqlCompatible
-
setIsSoqlCompatible
void setIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible)
-
getLimit
int getLimit()
element : limit of type {http://www.w3.org/2001/XMLSchema}int java type: int
-
setLimit
void setLimit(int limit)
-
getOffset
int getOffset()
element : offset of type {http://www.w3.org/2001/XMLSchema}int java type: int
-
setOffset
void setOffset(int offset)
-
-