public class FlowDefinition extends SObject
Java class for FlowDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowDefinition">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ActiveVersion" type="{urn:tooling.soap.sforce.com}Flow" minOccurs="0"/>
<element name="ActiveVersionId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<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="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DeveloperName" 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="LatestVersion" type="{urn:tooling.soap.sforce.com}Flow" minOccurs="0"/>
<element name="LatestVersionId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="MasterLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Metadata" type="{urn:metadata.tooling.soap.sforce.com}FlowDefinition" minOccurs="0"/>
<element name="NamespacePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SystemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Versions" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Flow |
activeVersion |
protected String |
activeVersionId |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
description |
protected String |
developerName |
protected String |
fullName |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected Flow |
latestVersion |
protected String |
latestVersionId |
protected String |
masterLabel |
protected FlowDefinition |
metadata |
protected String |
namespacePrefix |
protected XMLGregorianCalendar |
systemModstamp |
protected QueryResult |
versions |
fieldsToNull, id| Constructor and Description |
|---|
FlowDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Flow |
getActiveVersion()
Gets the value of the activeVersion property.
|
String |
getActiveVersionId()
Gets the value of the activeVersionId property.
|
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.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDeveloperName()
Gets the value of the developerName 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.
|
Flow |
getLatestVersion()
Gets the value of the latestVersion property.
|
String |
getLatestVersionId()
Gets the value of the latestVersionId property.
|
String |
getMasterLabel()
Gets the value of the masterLabel property.
|
FlowDefinition |
getMetadata()
Gets the value of the metadata property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
QueryResult |
getVersions()
Gets the value of the versions property.
|
void |
setActiveVersion(Flow value)
Sets the value of the activeVersion property.
|
void |
setActiveVersionId(String value)
Sets the value of the activeVersionId 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 |
setDescription(String value)
Sets the value of the description property.
|
void |
setDeveloperName(String value)
Sets the value of the developerName 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 |
setLatestVersion(Flow value)
Sets the value of the latestVersion property.
|
void |
setLatestVersionId(String value)
Sets the value of the latestVersionId property.
|
void |
setMasterLabel(String value)
Sets the value of the masterLabel property.
|
void |
setMetadata(FlowDefinition value)
Sets the value of the metadata property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
void |
setVersions(QueryResult value)
Sets the value of the versions property.
|
getFieldsToNull, getId, setIdprotected Flow activeVersion
protected String activeVersionId
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String description
protected String developerName
protected String fullName
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected Flow latestVersion
protected String latestVersionId
protected String masterLabel
protected FlowDefinition metadata
protected String namespacePrefix
protected XMLGregorianCalendar systemModstamp
protected QueryResult versions
public Flow getActiveVersion()
Flowpublic void setActiveVersion(Flow value)
value - allowed object is
Flowpublic String getActiveVersionId()
Stringpublic void setActiveVersionId(String value)
value - allowed object is
Stringpublic 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 String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDeveloperName()
Stringpublic void setDeveloperName(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 Flow getLatestVersion()
Flowpublic void setLatestVersion(Flow value)
value - allowed object is
Flowpublic String getLatestVersionId()
Stringpublic void setLatestVersionId(String value)
value - allowed object is
Stringpublic String getMasterLabel()
Stringpublic void setMasterLabel(String value)
value - allowed object is
Stringpublic FlowDefinition getMetadata()
FlowDefinitionpublic void setMetadata(FlowDefinition value)
value - allowed object is
FlowDefinitionpublic String getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic QueryResult getVersions()
QueryResultpublic void setVersions(QueryResult value)
value - allowed object is
QueryResultCopyright © 2016. All rights reserved.