public class CustomObject extends SObject
Java class for CustomObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomObject">
<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="CustomHelpId" type="{urn:tooling.soap.sforce.com}ID" 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="ExternalDataSource" type="{urn:tooling.soap.sforce.com}sObject" minOccurs="0"/>
<element name="ExternalDataSourceId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="ExternalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExternalRepository" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Language" 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="NamespacePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SharingModel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
customHelpId |
protected String |
description |
protected String |
developerName |
protected SObject |
externalDataSource |
protected String |
externalDataSourceId |
protected String |
externalName |
protected String |
externalRepository |
protected String |
language |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
manageableState |
protected String |
namespacePrefix |
protected String |
sharingModel |
fieldsToNull, id| Constructor and Description |
|---|
CustomObject() |
| 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.
|
String |
getCustomHelpId()
Gets the value of the customHelpId property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDeveloperName()
Gets the value of the developerName property.
|
SObject |
getExternalDataSource()
Gets the value of the externalDataSource property.
|
String |
getExternalDataSourceId()
Gets the value of the externalDataSourceId property.
|
String |
getExternalName()
Gets the value of the externalName property.
|
String |
getExternalRepository()
Gets the value of the externalRepository property.
|
String |
getLanguage()
Gets the value of the language 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 |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
String |
getSharingModel()
Gets the value of the sharingModel 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 |
setCustomHelpId(String value)
Sets the value of the customHelpId property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDeveloperName(String value)
Sets the value of the developerName property.
|
void |
setExternalDataSource(SObject value)
Sets the value of the externalDataSource property.
|
void |
setExternalDataSourceId(String value)
Sets the value of the externalDataSourceId property.
|
void |
setExternalName(String value)
Sets the value of the externalName property.
|
void |
setExternalRepository(String value)
Sets the value of the externalRepository property.
|
void |
setLanguage(String value)
Sets the value of the language 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 |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setSharingModel(String value)
Sets the value of the sharingModel property.
|
getFieldsToNull, getId, setIdprotected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String customHelpId
protected String description
protected String developerName
protected SObject externalDataSource
protected String externalDataSourceId
protected String externalName
protected String externalRepository
protected String language
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String manageableState
protected String namespacePrefix
protected String sharingModel
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 String getCustomHelpId()
Stringpublic void setCustomHelpId(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDeveloperName()
Stringpublic void setDeveloperName(String value)
value - allowed object is
Stringpublic SObject getExternalDataSource()
SObjectpublic void setExternalDataSource(SObject value)
value - allowed object is
SObjectpublic String getExternalDataSourceId()
Stringpublic void setExternalDataSourceId(String value)
value - allowed object is
Stringpublic String getExternalName()
Stringpublic void setExternalName(String value)
value - allowed object is
Stringpublic String getExternalRepository()
Stringpublic void setExternalRepository(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(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 getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic String getSharingModel()
StringCopyright © 2016. All rights reserved.