public class FlowChoiceUserInput extends FlowBaseElement
Java class for FlowChoiceUserInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowChoiceUserInput">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowBaseElement">
<sequence>
<element name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="promptText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="validationRule" type="{urn:metadata.tooling.soap.sforce.com}FlowInputValidationRule" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isRequired |
protected String |
promptText |
protected FlowInputValidationRule |
validationRule |
processMetadataValues| Constructor and Description |
|---|
FlowChoiceUserInput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPromptText()
Gets the value of the promptText property.
|
FlowInputValidationRule |
getValidationRule()
Gets the value of the validationRule property.
|
Boolean |
isIsRequired()
Gets the value of the isRequired property.
|
void |
setIsRequired(Boolean value)
Sets the value of the isRequired property.
|
void |
setPromptText(String value)
Sets the value of the promptText property.
|
void |
setValidationRule(FlowInputValidationRule value)
Sets the value of the validationRule property.
|
getProcessMetadataValuesprotected Boolean isRequired
protected String promptText
protected FlowInputValidationRule validationRule
public Boolean isIsRequired()
Booleanpublic void setIsRequired(Boolean value)
value - allowed object is
Booleanpublic String getPromptText()
Stringpublic void setPromptText(String value)
value - allowed object is
Stringpublic FlowInputValidationRule getValidationRule()
FlowInputValidationRulepublic void setValidationRule(FlowInputValidationRule value)
value - allowed object is
FlowInputValidationRuleCopyright © 2016. All rights reserved.