public class WorkflowFieldUpdate extends SObject
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:tooling.soap.sforce.com}sObject">
<sequence>
<element name="CreatedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="CreatedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EntityDefinition" type="{urn:tooling.soap.sforce.com}EntityDefinition" minOccurs="0"/>
<element name="EntityDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FieldDefinition" type="{urn:tooling.soap.sforce.com}FieldDefinition" minOccurs="0"/>
<element name="FieldDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastModifiedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="LastModifiedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="LastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LiteralValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LookupValueId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="ManageableState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Metadata" type="{urn:metadata.tooling.soap.sforce.com}WorkflowFieldUpdate" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NamespacePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SourceTableEnumOrId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected EntityDefinition |
entityDefinition |
protected String |
entityDefinitionId |
protected FieldDefinition |
fieldDefinition |
protected String |
fieldDefinitionId |
protected String |
fullName |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
literalValue |
protected String |
lookupValueId |
protected String |
manageableState |
protected WorkflowFieldUpdate |
metadata |
protected String |
name |
protected String |
namespacePrefix |
protected String |
sourceTableEnumOrId |
fieldsToNull, id| Constructor and Description |
|---|
WorkflowFieldUpdate() |
| Modifier and Type | Method and Description |
|---|---|
User |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getCreatedById()
Gets the value of the createdById property.
|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
EntityDefinition |
getEntityDefinition()
Gets the value of the entityDefinition property.
|
String |
getEntityDefinitionId()
Gets the value of the entityDefinitionId property.
|
FieldDefinition |
getFieldDefinition()
Gets the value of the fieldDefinition property.
|
String |
getFieldDefinitionId()
Gets the value of the fieldDefinitionId property.
|
String |
getFullName()
Gets the value of the fullName property.
|
User |
getLastModifiedBy()
Gets the value of the lastModifiedBy property.
|
String |
getLastModifiedById()
Gets the value of the lastModifiedById property.
|
XMLGregorianCalendar |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
String |
getLiteralValue()
Gets the value of the literalValue property.
|
String |
getLookupValueId()
Gets the value of the lookupValueId property.
|
String |
getManageableState()
Gets the value of the manageableState property.
|
WorkflowFieldUpdate |
getMetadata()
Gets the value of the metadata property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
String |
getSourceTableEnumOrId()
Gets the value of the sourceTableEnumOrId property.
|
void |
setCreatedBy(User value)
Sets the value of the createdBy property.
|
void |
setCreatedById(String value)
Sets the value of the createdById property.
|
void |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setEntityDefinition(EntityDefinition value)
Sets the value of the entityDefinition property.
|
void |
setEntityDefinitionId(String value)
Sets the value of the entityDefinitionId property.
|
void |
setFieldDefinition(FieldDefinition value)
Sets the value of the fieldDefinition property.
|
void |
setFieldDefinitionId(String value)
Sets the value of the fieldDefinitionId property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setLastModifiedBy(User value)
Sets the value of the lastModifiedBy property.
|
void |
setLastModifiedById(String value)
Sets the value of the lastModifiedById property.
|
void |
setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
|
void |
setLiteralValue(String value)
Sets the value of the literalValue property.
|
void |
setLookupValueId(String value)
Sets the value of the lookupValueId property.
|
void |
setManageableState(String value)
Sets the value of the manageableState property.
|
void |
setMetadata(WorkflowFieldUpdate value)
Sets the value of the metadata property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setSourceTableEnumOrId(String value)
Sets the value of the sourceTableEnumOrId property.
|
getFieldsToNull, getId, setIdprotected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected EntityDefinition entityDefinition
protected String entityDefinitionId
protected FieldDefinition fieldDefinition
protected String fieldDefinitionId
protected String fullName
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String literalValue
protected String lookupValueId
protected String manageableState
protected WorkflowFieldUpdate metadata
protected String name
protected String namespacePrefix
protected String sourceTableEnumOrId
public User getCreatedBy()
Userpublic void setCreatedBy(User value)
value - allowed object is
Userpublic String getCreatedById()
Stringpublic void setCreatedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic EntityDefinition getEntityDefinition()
EntityDefinitionpublic void setEntityDefinition(EntityDefinition value)
value - allowed object is
EntityDefinitionpublic String getEntityDefinitionId()
Stringpublic void setEntityDefinitionId(String value)
value - allowed object is
Stringpublic FieldDefinition getFieldDefinition()
FieldDefinitionpublic void setFieldDefinition(FieldDefinition value)
value - allowed object is
FieldDefinitionpublic String getFieldDefinitionId()
Stringpublic void setFieldDefinitionId(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic User getLastModifiedBy()
Userpublic void setLastModifiedBy(User value)
value - allowed object is
Userpublic String getLastModifiedById()
Stringpublic void setLastModifiedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModifiedDate()
XMLGregorianCalendarpublic void setLastModifiedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getLiteralValue()
Stringpublic void setLiteralValue(String value)
value - allowed object is
Stringpublic String getLookupValueId()
Stringpublic void setLookupValueId(String value)
value - allowed object is
Stringpublic String getManageableState()
Stringpublic void setManageableState(String value)
value - allowed object is
Stringpublic WorkflowFieldUpdate getMetadata()
WorkflowFieldUpdatepublic void setMetadata(WorkflowFieldUpdate value)
value - allowed object is
WorkflowFieldUpdatepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic String getSourceTableEnumOrId()
StringCopyright © 2016. All rights reserved.