| Package | Description |
|---|---|
| com.sforce.soap.tooling | |
| com.sforce.soap.tooling.metadata |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.fromValue(String v) |
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected SortOrder |
RelatedListItem.sortOrder |
protected SortOrder |
FlowDynamicChoiceSet.sortOrder |
protected SortOrder |
FlowRecordLookup.sortOrder |
| Modifier and Type | Method and Description |
|---|---|
SortOrder |
RelatedListItem.getSortOrder()
Gets the value of the sortOrder property.
|
SortOrder |
FlowDynamicChoiceSet.getSortOrder()
Gets the value of the sortOrder property.
|
SortOrder |
FlowRecordLookup.getSortOrder()
Gets the value of the sortOrder property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelatedListItem.setSortOrder(SortOrder value)
Sets the value of the sortOrder property.
|
void |
FlowDynamicChoiceSet.setSortOrder(SortOrder value)
Sets the value of the sortOrder property.
|
void |
FlowRecordLookup.setSortOrder(SortOrder value)
Sets the value of the sortOrder property.
|
Copyright © 2016. All rights reserved.