public class FlowDynamicChoiceSet extends FlowElement
Java class for FlowDynamicChoiceSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowDynamicChoiceSet">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowElement">
<sequence>
<element name="dataType" type="{urn:tooling.soap.sforce.com}FlowDataType"/>
<element name="displayField" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="filters" type="{urn:metadata.tooling.soap.sforce.com}FlowRecordFilter" maxOccurs="unbounded" minOccurs="0"/>
<element name="limit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="object" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="outputAssignments" type="{urn:metadata.tooling.soap.sforce.com}FlowOutputFieldAssignment" maxOccurs="unbounded" minOccurs="0"/>
<element name="picklistField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="picklistObject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sortField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sortOrder" type="{urn:tooling.soap.sforce.com}SortOrder" minOccurs="0"/>
<element name="valueField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FlowDataType |
dataType |
protected String |
displayField |
protected List<FlowRecordFilter> |
filters |
protected Integer |
limit |
protected String |
object |
protected List<FlowOutputFieldAssignment> |
outputAssignments |
protected String |
picklistField |
protected String |
picklistObject |
protected String |
sortField |
protected SortOrder |
sortOrder |
protected String |
valueField |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowDynamicChoiceSet() |
| Modifier and Type | Method and Description |
|---|---|
FlowDataType |
getDataType()
Gets the value of the dataType property.
|
String |
getDisplayField()
Gets the value of the displayField property.
|
List<FlowRecordFilter> |
getFilters()
Gets the value of the filters property.
|
Integer |
getLimit()
Gets the value of the limit property.
|
String |
getObject()
Gets the value of the object property.
|
List<FlowOutputFieldAssignment> |
getOutputAssignments()
Gets the value of the outputAssignments property.
|
String |
getPicklistField()
Gets the value of the picklistField property.
|
String |
getPicklistObject()
Gets the value of the picklistObject property.
|
String |
getSortField()
Gets the value of the sortField property.
|
SortOrder |
getSortOrder()
Gets the value of the sortOrder property.
|
String |
getValueField()
Gets the value of the valueField property.
|
void |
setDataType(FlowDataType value)
Sets the value of the dataType property.
|
void |
setDisplayField(String value)
Sets the value of the displayField property.
|
void |
setLimit(Integer value)
Sets the value of the limit property.
|
void |
setObject(String value)
Sets the value of the object property.
|
void |
setPicklistField(String value)
Sets the value of the picklistField property.
|
void |
setPicklistObject(String value)
Sets the value of the picklistObject property.
|
void |
setSortField(String value)
Sets the value of the sortField property.
|
void |
setSortOrder(SortOrder value)
Sets the value of the sortOrder property.
|
void |
setValueField(String value)
Sets the value of the valueField property.
|
getDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected FlowDataType dataType
protected String displayField
protected List<FlowRecordFilter> filters
protected Integer limit
protected String object
protected List<FlowOutputFieldAssignment> outputAssignments
protected String picklistField
protected String picklistObject
protected String sortField
protected SortOrder sortOrder
protected String valueField
public FlowDataType getDataType()
FlowDataTypepublic void setDataType(FlowDataType value)
value - allowed object is
FlowDataTypepublic String getDisplayField()
Stringpublic void setDisplayField(String value)
value - allowed object is
Stringpublic List<FlowRecordFilter> getFilters()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the filters property.
For example, to add a new item, do as follows:
getFilters().add(newItem);
Objects of the following type(s) are allowed in the list
FlowRecordFilter
public Integer getLimit()
Integerpublic void setLimit(Integer value)
value - allowed object is
Integerpublic String getObject()
Stringpublic void setObject(String value)
value - allowed object is
Stringpublic List<FlowOutputFieldAssignment> getOutputAssignments()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the outputAssignments property.
For example, to add a new item, do as follows:
getOutputAssignments().add(newItem);
Objects of the following type(s) are allowed in the list
FlowOutputFieldAssignment
public String getPicklistField()
Stringpublic void setPicklistField(String value)
value - allowed object is
Stringpublic String getPicklistObject()
Stringpublic void setPicklistObject(String value)
value - allowed object is
Stringpublic String getSortField()
Stringpublic void setSortField(String value)
value - allowed object is
Stringpublic SortOrder getSortOrder()
SortOrderpublic void setSortOrder(SortOrder value)
value - allowed object is
SortOrderpublic String getValueField()
StringCopyright © 2016. All rights reserved.