public class FlowRule extends FlowElement
Java class for FlowRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowRule">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowElement">
<sequence>
<element name="conditionLogic" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="conditions" type="{urn:metadata.tooling.soap.sforce.com}FlowCondition" maxOccurs="unbounded" minOccurs="0"/>
<element name="connector" type="{urn:metadata.tooling.soap.sforce.com}FlowConnector" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conditionLogic |
protected List<FlowCondition> |
conditions |
protected FlowConnector |
connector |
protected String |
label |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConditionLogic()
Gets the value of the conditionLogic property.
|
List<FlowCondition> |
getConditions()
Gets the value of the conditions property.
|
FlowConnector |
getConnector()
Gets the value of the connector property.
|
String |
getLabel()
Gets the value of the label property.
|
void |
setConditionLogic(String value)
Sets the value of the conditionLogic property.
|
void |
setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
getDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected String conditionLogic
protected List<FlowCondition> conditions
protected FlowConnector connector
protected String label
public String getConditionLogic()
Stringpublic void setConditionLogic(String value)
value - allowed object is
Stringpublic List<FlowCondition> getConditions()
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 conditions property.
For example, to add a new item, do as follows:
getConditions().add(newItem);
Objects of the following type(s) are allowed in the list
FlowCondition
public FlowConnector getConnector()
FlowConnectorpublic void setConnector(FlowConnector value)
value - allowed object is
FlowConnectorpublic String getLabel()
StringCopyright © 2016. All rights reserved.