public class WorkflowFieldUpdate extends WorkflowAction
Java class for WorkflowFieldUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowFieldUpdate">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}WorkflowAction">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="formula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="literalValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lookupValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lookupValueType" type="{urn:tooling.soap.sforce.com}LookupValueType" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="notifyAssignee" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="operation" type="{urn:tooling.soap.sforce.com}FieldUpdateOperation"/>
<element name="protected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="reevaluateOnChange" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="targetObject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_protected |
protected String |
description |
protected String |
field |
protected String |
formula |
protected String |
literalValue |
protected String |
lookupValue |
protected LookupValueType |
lookupValueType |
protected String |
name |
protected boolean |
notifyAssignee |
protected FieldUpdateOperation |
operation |
protected Boolean |
reevaluateOnChange |
protected String |
targetObject |
| Constructor and Description |
|---|
WorkflowFieldUpdate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getField()
Gets the value of the field property.
|
String |
getFormula()
Gets the value of the formula property.
|
String |
getLiteralValue()
Gets the value of the literalValue property.
|
String |
getLookupValue()
Gets the value of the lookupValue property.
|
LookupValueType |
getLookupValueType()
Gets the value of the lookupValueType property.
|
String |
getName()
Gets the value of the name property.
|
FieldUpdateOperation |
getOperation()
Gets the value of the operation property.
|
String |
getTargetObject()
Gets the value of the targetObject property.
|
boolean |
isNotifyAssignee()
Gets the value of the notifyAssignee property.
|
boolean |
isProtected()
Gets the value of the protected property.
|
Boolean |
isReevaluateOnChange()
Gets the value of the reevaluateOnChange property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setFormula(String value)
Sets the value of the formula property.
|
void |
setLiteralValue(String value)
Sets the value of the literalValue property.
|
void |
setLookupValue(String value)
Sets the value of the lookupValue property.
|
void |
setLookupValueType(LookupValueType value)
Sets the value of the lookupValueType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotifyAssignee(boolean value)
Sets the value of the notifyAssignee property.
|
void |
setOperation(FieldUpdateOperation value)
Sets the value of the operation property.
|
void |
setProtected(boolean value)
Sets the value of the protected property.
|
void |
setReevaluateOnChange(Boolean value)
Sets the value of the reevaluateOnChange property.
|
void |
setTargetObject(String value)
Sets the value of the targetObject property.
|
protected String description
protected String field
protected String formula
protected String literalValue
protected String lookupValue
protected LookupValueType lookupValueType
protected String name
protected boolean notifyAssignee
protected FieldUpdateOperation operation
protected boolean _protected
protected Boolean reevaluateOnChange
protected String targetObject
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic String getFormula()
Stringpublic void setFormula(String value)
value - allowed object is
Stringpublic String getLiteralValue()
Stringpublic void setLiteralValue(String value)
value - allowed object is
Stringpublic String getLookupValue()
Stringpublic void setLookupValue(String value)
value - allowed object is
Stringpublic LookupValueType getLookupValueType()
LookupValueTypepublic void setLookupValueType(LookupValueType value)
value - allowed object is
LookupValueTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isNotifyAssignee()
public void setNotifyAssignee(boolean value)
public FieldUpdateOperation getOperation()
FieldUpdateOperationpublic void setOperation(FieldUpdateOperation value)
value - allowed object is
FieldUpdateOperationpublic boolean isProtected()
public void setProtected(boolean value)
public Boolean isReevaluateOnChange()
Booleanpublic void setReevaluateOnChange(Boolean value)
value - allowed object is
Booleanpublic String getTargetObject()
StringCopyright © 2016. All rights reserved.