Package com.sforce.soap.partner
Interface IDescribeSObjectListViews_element
- All Known Implementing Classes:
DescribeSObjectListViews_element
public interface IDescribeSObjectListViews_element
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionelement : 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: intintelement : offset of type {http://www.w3.org/2001/XMLSchema}int java type: intbooleanelement : recentsOnly of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : sObjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanvoidsetIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible) voidsetLimit(int limit) voidsetOffset(int offset) voidsetRecentsOnly(boolean recentsOnly) voidsetSObjectType(String sObjectType)
-
Method Details
-
getSObjectType
String getSObjectType()element : sObjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setSObjectType
-
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
-
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)
-