| Package | Description |
|---|---|
| com.sforce.soap.partner |
| Modifier and Type | Method and Description |
|---|---|
ListViewIsSoqlCompatible |
IDescribeSObjectListViews_element.getIsSoqlCompatible()
element : isSoqlCompatible of type {urn:partner.soap.sforce.com}listViewIsSoqlCompatible
java type: com.sforce.soap.partner.ListViewIsSoqlCompatible
|
ListViewIsSoqlCompatible |
DescribeSObjectListViews_element.getIsSoqlCompatible() |
static ListViewIsSoqlCompatible |
ListViewIsSoqlCompatible.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListViewIsSoqlCompatible[] |
ListViewIsSoqlCompatible.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IDescribeSoqlListViewResult |
PartnerConnectionWrapper.describeSObjectListViews(java.lang.String sObjectType,
boolean recentsOnly,
ListViewIsSoqlCompatible isSoqlCompatible,
int limit,
int offset) |
DescribeSoqlListViewResult |
PartnerConnection.describeSObjectListViews(java.lang.String sObjectType,
boolean recentsOnly,
ListViewIsSoqlCompatible isSoqlCompatible,
int limit,
int offset) |
IDescribeSoqlListViewResult |
IPartnerConnectionWrapper.describeSObjectListViews(java.lang.String sObjectType,
boolean recentsOnly,
ListViewIsSoqlCompatible isSoqlCompatible,
int limit,
int offset) |
void |
IDescribeSObjectListViews_element.setIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible) |
void |
DescribeSObjectListViews_element.setIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible) |
Copyright © 2020. All Rights Reserved.