public class Flow extends SObject
Java class for Flow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Flow">
<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="Definition" type="{urn:tooling.soap.sforce.com}FlowDefinition" minOccurs="0"/>
<element name="DefinitionId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="Description" 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="ManageableState" type="{http://www.w3.org/2001/XMLSchema}string" 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}Flow" minOccurs="0"/>
<element name="ProcessType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="VersionNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected FlowDefinition |
definition |
protected String |
definitionId |
protected String |
description |
protected String |
fullName |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
manageableState |
protected String |
masterLabel |
protected Flow |
metadata |
protected String |
processType |
protected String |
status |
protected Integer |
versionNumber |
fieldsToNull, id| Constructor and Description |
|---|
Flow() |
| 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.
|
FlowDefinition |
getDefinition()
Gets the value of the definition property.
|
String |
getDefinitionId()
Gets the value of the definitionId property.
|
String |
getDescription()
Gets the value of the description 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 |
getManageableState()
Gets the value of the manageableState property.
|
String |
getMasterLabel()
Gets the value of the masterLabel property.
|
Flow |
getMetadata()
Gets the value of the metadata property.
|
String |
getProcessType()
Gets the value of the processType property.
|
String |
getStatus()
Gets the value of the status property.
|
Integer |
getVersionNumber()
Gets the value of the versionNumber 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 |
setDefinition(FlowDefinition value)
Sets the value of the definition property.
|
void |
setDefinitionId(String value)
Sets the value of the definitionId property.
|
void |
setDescription(String value)
Sets the value of the description 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 |
setManageableState(String value)
Sets the value of the manageableState property.
|
void |
setMasterLabel(String value)
Sets the value of the masterLabel property.
|
void |
setMetadata(Flow value)
Sets the value of the metadata property.
|
void |
setProcessType(String value)
Sets the value of the processType property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setVersionNumber(Integer value)
Sets the value of the versionNumber property.
|
getFieldsToNull, getId, setIdprotected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected FlowDefinition definition
protected String definitionId
protected String description
protected String fullName
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String manageableState
protected String masterLabel
protected Flow metadata
protected String processType
protected String status
protected Integer versionNumber
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 FlowDefinition getDefinition()
FlowDefinitionpublic void setDefinition(FlowDefinition value)
value - allowed object is
FlowDefinitionpublic String getDefinitionId()
Stringpublic void setDefinitionId(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(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 getManageableState()
Stringpublic void setManageableState(String value)
value - allowed object is
Stringpublic String getMasterLabel()
Stringpublic void setMasterLabel(String value)
value - allowed object is
Stringpublic Flow getMetadata()
Flowpublic void setMetadata(Flow value)
value - allowed object is
Flowpublic String getProcessType()
Stringpublic void setProcessType(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Integer getVersionNumber()
IntegerCopyright © 2016. All rights reserved.