public class WorkflowRuleMember extends SObject
Java class for WorkflowRuleMember complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowRuleMember">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="Content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContentEntity" type="{urn:tooling.soap.sforce.com}WorkflowRule" minOccurs="0"/>
<element name="ContentEntityId" 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="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="LastSyncDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Metadata" type="{urn:metadata.tooling.soap.sforce.com}WorkflowRule" minOccurs="0"/>
<element name="MetadataContainer" type="{urn:tooling.soap.sforce.com}sObject" minOccurs="0"/>
<element name="MetadataContainerId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="SystemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected WorkflowRule |
contentEntity |
protected String |
contentEntityId |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
fullName |
protected Boolean |
isDeleted |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected XMLGregorianCalendar |
lastSyncDate |
protected WorkflowRule |
metadata |
protected SObject |
metadataContainer |
protected String |
metadataContainerId |
protected XMLGregorianCalendar |
systemModstamp |
fieldsToNull, id| Constructor and Description |
|---|
WorkflowRuleMember() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
WorkflowRule |
getContentEntity()
Gets the value of the contentEntity property.
|
String |
getContentEntityId()
Gets the value of the contentEntityId 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 |
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.
|
XMLGregorianCalendar |
getLastSyncDate()
Gets the value of the lastSyncDate property.
|
WorkflowRule |
getMetadata()
Gets the value of the metadata property.
|
SObject |
getMetadataContainer()
Gets the value of the metadataContainer property.
|
String |
getMetadataContainerId()
Gets the value of the metadataContainerId property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setContentEntity(WorkflowRule value)
Sets the value of the contentEntity property.
|
void |
setContentEntityId(String value)
Sets the value of the contentEntityId 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 |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setIsDeleted(Boolean value)
Sets the value of the isDeleted 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 |
setLastSyncDate(XMLGregorianCalendar value)
Sets the value of the lastSyncDate property.
|
void |
setMetadata(WorkflowRule value)
Sets the value of the metadata property.
|
void |
setMetadataContainer(SObject value)
Sets the value of the metadataContainer property.
|
void |
setMetadataContainerId(String value)
Sets the value of the metadataContainerId property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
getFieldsToNull, getId, setIdprotected String content
protected WorkflowRule contentEntity
protected String contentEntityId
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String fullName
protected Boolean isDeleted
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected XMLGregorianCalendar lastSyncDate
protected WorkflowRule metadata
protected SObject metadataContainer
protected String metadataContainerId
protected XMLGregorianCalendar systemModstamp
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic WorkflowRule getContentEntity()
WorkflowRulepublic void setContentEntity(WorkflowRule value)
value - allowed object is
WorkflowRulepublic String getContentEntityId()
Stringpublic void setContentEntityId(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 getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic Boolean isIsDeleted()
Booleanpublic void setIsDeleted(Boolean value)
value - allowed object is
Booleanpublic 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 XMLGregorianCalendar getLastSyncDate()
XMLGregorianCalendarpublic void setLastSyncDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic WorkflowRule getMetadata()
WorkflowRulepublic void setMetadata(WorkflowRule value)
value - allowed object is
WorkflowRulepublic SObject getMetadataContainer()
SObjectpublic void setMetadataContainer(SObject value)
value - allowed object is
SObjectpublic String getMetadataContainerId()
Stringpublic void setMetadataContainerId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.