public class ApexTrigger extends SObject
Java class for ApexTrigger complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApexTrigger">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ApiVersion" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BodyCrc" type="{http://www.w3.org/2001/XMLSchema}double" 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="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="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsValid" 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="LengthWithoutComments" type="{http://www.w3.org/2001/XMLSchema}int" 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}ApexTrigger" 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="Status" 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="TableEnumOrId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UsageAfterDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UsageAfterInsert" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UsageAfterUndelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UsageAfterUpdate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UsageBeforeDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UsageBeforeInsert" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UsageBeforeUpdate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UsageIsBulk" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
fieldsToNull, id| Constructor and Description |
|---|
ApexTrigger() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getApiVersion()
Gets the value of the apiVersion property.
|
String |
getBody()
Gets the value of the body property.
|
Double |
getBodyCrc()
Gets the value of the bodyCrc 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.
|
EntityDefinition |
getEntityDefinition()
Gets the value of the entityDefinition property.
|
String |
getEntityDefinitionId()
Gets the value of the entityDefinitionId 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.
|
Integer |
getLengthWithoutComments()
Gets the value of the lengthWithoutComments property.
|
String |
getManageableState()
Gets the value of the manageableState property.
|
ApexTrigger |
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 |
getStatus()
Gets the value of the status property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
String |
getTableEnumOrId()
Gets the value of the tableEnumOrId property.
|
Boolean |
isIsValid()
Gets the value of the isValid property.
|
Boolean |
isUsageAfterDelete()
Gets the value of the usageAfterDelete property.
|
Boolean |
isUsageAfterInsert()
Gets the value of the usageAfterInsert property.
|
Boolean |
isUsageAfterUndelete()
Gets the value of the usageAfterUndelete property.
|
Boolean |
isUsageAfterUpdate()
Gets the value of the usageAfterUpdate property.
|
Boolean |
isUsageBeforeDelete()
Gets the value of the usageBeforeDelete property.
|
Boolean |
isUsageBeforeInsert()
Gets the value of the usageBeforeInsert property.
|
Boolean |
isUsageBeforeUpdate()
Gets the value of the usageBeforeUpdate property.
|
Boolean |
isUsageIsBulk()
Gets the value of the usageIsBulk property.
|
void |
setApiVersion(Double value)
Sets the value of the apiVersion property.
|
void |
setBody(String value)
Sets the value of the body property.
|
void |
setBodyCrc(Double value)
Sets the value of the bodyCrc 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 |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setIsValid(Boolean value)
Sets the value of the isValid 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 |
setLengthWithoutComments(Integer value)
Sets the value of the lengthWithoutComments property.
|
void |
setManageableState(String value)
Sets the value of the manageableState property.
|
void |
setMetadata(ApexTrigger 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 |
setStatus(String value)
Sets the value of the status property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
void |
setTableEnumOrId(String value)
Sets the value of the tableEnumOrId property.
|
void |
setUsageAfterDelete(Boolean value)
Sets the value of the usageAfterDelete property.
|
void |
setUsageAfterInsert(Boolean value)
Sets the value of the usageAfterInsert property.
|
void |
setUsageAfterUndelete(Boolean value)
Sets the value of the usageAfterUndelete property.
|
void |
setUsageAfterUpdate(Boolean value)
Sets the value of the usageAfterUpdate property.
|
void |
setUsageBeforeDelete(Boolean value)
Sets the value of the usageBeforeDelete property.
|
void |
setUsageBeforeInsert(Boolean value)
Sets the value of the usageBeforeInsert property.
|
void |
setUsageBeforeUpdate(Boolean value)
Sets the value of the usageBeforeUpdate property.
|
void |
setUsageIsBulk(Boolean value)
Sets the value of the usageIsBulk property.
|
getFieldsToNull, getId, setIdprotected Double apiVersion
protected String body
protected Double bodyCrc
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected EntityDefinition entityDefinition
protected String entityDefinitionId
protected String fullName
protected Boolean isValid
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected Integer lengthWithoutComments
protected String manageableState
protected ApexTrigger metadata
protected String name
protected String namespacePrefix
protected String status
protected XMLGregorianCalendar systemModstamp
protected String tableEnumOrId
protected Boolean usageAfterDelete
protected Boolean usageAfterInsert
protected Boolean usageAfterUndelete
protected Boolean usageAfterUpdate
protected Boolean usageBeforeDelete
protected Boolean usageBeforeInsert
protected Boolean usageBeforeUpdate
protected Boolean usageIsBulk
public Double getApiVersion()
Doublepublic void setApiVersion(Double value)
value - allowed object is
Doublepublic String getBody()
Stringpublic void setBody(String value)
value - allowed object is
Stringpublic Double getBodyCrc()
Doublepublic void setBodyCrc(Double value)
value - allowed object is
Doublepublic 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 String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic Boolean isIsValid()
Booleanpublic void setIsValid(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 Integer getLengthWithoutComments()
Integerpublic void setLengthWithoutComments(Integer value)
value - allowed object is
Integerpublic String getManageableState()
Stringpublic void setManageableState(String value)
value - allowed object is
Stringpublic ApexTrigger getMetadata()
ApexTriggerpublic void setMetadata(ApexTrigger value)
value - allowed object is
ApexTriggerpublic 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 getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getTableEnumOrId()
Stringpublic void setTableEnumOrId(String value)
value - allowed object is
Stringpublic Boolean isUsageAfterDelete()
Booleanpublic void setUsageAfterDelete(Boolean value)
value - allowed object is
Booleanpublic Boolean isUsageAfterInsert()
Booleanpublic void setUsageAfterInsert(Boolean value)
value - allowed object is
Booleanpublic Boolean isUsageAfterUndelete()
Booleanpublic void setUsageAfterUndelete(Boolean value)
value - allowed object is
Booleanpublic Boolean isUsageAfterUpdate()
Booleanpublic void setUsageAfterUpdate(Boolean value)
value - allowed object is
Booleanpublic Boolean isUsageBeforeDelete()
Booleanpublic void setUsageBeforeDelete(Boolean value)
value - allowed object is
Booleanpublic Boolean isUsageBeforeInsert()
Booleanpublic void setUsageBeforeInsert(Boolean value)
value - allowed object is
Booleanpublic Boolean isUsageBeforeUpdate()
Booleanpublic void setUsageBeforeUpdate(Boolean value)
value - allowed object is
Booleanpublic Boolean isUsageIsBulk()
BooleanCopyright © 2016. All rights reserved.