public class AuraDefinition extends SObject
Java class for AuraDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuraDefinition">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="AuraDefinitionBundle" type="{urn:tooling.soap.sforce.com}AuraDefinitionBundle" minOccurs="0"/>
<element name="AuraDefinitionBundleId" 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="DefType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Format" 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="Source" type="{http://www.w3.org/2001/XMLSchema}string" 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 AuraDefinitionBundle |
auraDefinitionBundle |
protected String |
auraDefinitionBundleId |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
defType |
protected String |
format |
protected Boolean |
isDeleted |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
source |
protected XMLGregorianCalendar |
systemModstamp |
fieldsToNull, id| Constructor and Description |
|---|
AuraDefinition() |
| Modifier and Type | Method and Description |
|---|---|
AuraDefinitionBundle |
getAuraDefinitionBundle()
Gets the value of the auraDefinitionBundle property.
|
String |
getAuraDefinitionBundleId()
Gets the value of the auraDefinitionBundleId 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 |
getDefType()
Gets the value of the defType property.
|
String |
getFormat()
Gets the value of the format 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 |
getSource()
Gets the value of the source property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
void |
setAuraDefinitionBundle(AuraDefinitionBundle value)
Sets the value of the auraDefinitionBundle property.
|
void |
setAuraDefinitionBundleId(String value)
Sets the value of the auraDefinitionBundleId 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 |
setDefType(String value)
Sets the value of the defType property.
|
void |
setFormat(String value)
Sets the value of the format 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 |
setSource(String value)
Sets the value of the source property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
getFieldsToNull, getId, setIdprotected AuraDefinitionBundle auraDefinitionBundle
protected String auraDefinitionBundleId
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String defType
protected String format
protected Boolean isDeleted
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String source
protected XMLGregorianCalendar systemModstamp
public AuraDefinitionBundle getAuraDefinitionBundle()
AuraDefinitionBundlepublic void setAuraDefinitionBundle(AuraDefinitionBundle value)
value - allowed object is
AuraDefinitionBundlepublic String getAuraDefinitionBundleId()
Stringpublic void setAuraDefinitionBundleId(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 getDefType()
Stringpublic void setDefType(String value)
value - allowed object is
Stringpublic String getFormat()
Stringpublic void setFormat(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 String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.