public interface IDescribeSObjectListViews_element
| Modifier and Type | Method and Description |
|---|---|
ListViewIsSoqlCompatible |
getIsSoqlCompatible()
element : isSoqlCompatible of type {urn:partner.soap.sforce.com}listViewIsSoqlCompatible
java type: com.sforce.soap.partner.ListViewIsSoqlCompatible
|
int |
getLimit()
element : limit of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
int |
getOffset()
element : offset of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
boolean |
getRecentsOnly()
element : recentsOnly of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
java.lang.String |
getSObjectType()
element : sObjectType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isRecentsOnly() |
void |
setIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible) |
void |
setLimit(int limit) |
void |
setOffset(int offset) |
void |
setRecentsOnly(boolean recentsOnly) |
void |
setSObjectType(java.lang.String sObjectType) |
java.lang.String getSObjectType()
void setSObjectType(java.lang.String sObjectType)
boolean getRecentsOnly()
boolean isRecentsOnly()
void setRecentsOnly(boolean recentsOnly)
ListViewIsSoqlCompatible getIsSoqlCompatible()
void setIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible)
int getLimit()
void setLimit(int limit)
int getOffset()
void setOffset(int offset)
Copyright © 2020. All Rights Reserved.