public class CustomField extends SObject
Java class for CustomField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomField">
<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="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}string" 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="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="InlineHelpText" 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="Length" 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="MaskChar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MaskType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Metadata" type="{urn:metadata.tooling.soap.sforce.com}CustomField" minOccurs="0"/>
<element name="NamespacePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Precision" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RelationshipLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Scale" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SummaryOperation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TableEnumOrId" 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 |
defaultValue |
protected String |
description |
protected String |
developerName |
protected EntityDefinition |
entityDefinition |
protected String |
entityDefinitionId |
protected String |
fullName |
protected String |
inlineHelpText |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected Integer |
length |
protected String |
manageableState |
protected String |
maskChar |
protected String |
maskType |
protected CustomField |
metadata |
protected String |
namespacePrefix |
protected Integer |
precision |
protected String |
relationshipLabel |
protected Integer |
scale |
protected String |
summaryOperation |
protected String |
tableEnumOrId |
fieldsToNull, id| Constructor and Description |
|---|
CustomField() |
| 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 |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDeveloperName()
Gets the value of the developerName 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.
|
String |
getInlineHelpText()
Gets the value of the inlineHelpText 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 |
getLength()
Gets the value of the length property.
|
String |
getManageableState()
Gets the value of the manageableState property.
|
String |
getMaskChar()
Gets the value of the maskChar property.
|
String |
getMaskType()
Gets the value of the maskType property.
|
CustomField |
getMetadata()
Gets the value of the metadata property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
Integer |
getPrecision()
Gets the value of the precision property.
|
String |
getRelationshipLabel()
Gets the value of the relationshipLabel property.
|
Integer |
getScale()
Gets the value of the scale property.
|
String |
getSummaryOperation()
Gets the value of the summaryOperation property.
|
String |
getTableEnumOrId()
Gets the value of the tableEnumOrId 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 |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDeveloperName(String value)
Sets the value of the developerName 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 |
setInlineHelpText(String value)
Sets the value of the inlineHelpText 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 |
setLength(Integer value)
Sets the value of the length property.
|
void |
setManageableState(String value)
Sets the value of the manageableState property.
|
void |
setMaskChar(String value)
Sets the value of the maskChar property.
|
void |
setMaskType(String value)
Sets the value of the maskType property.
|
void |
setMetadata(CustomField value)
Sets the value of the metadata property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setPrecision(Integer value)
Sets the value of the precision property.
|
void |
setRelationshipLabel(String value)
Sets the value of the relationshipLabel property.
|
void |
setScale(Integer value)
Sets the value of the scale property.
|
void |
setSummaryOperation(String value)
Sets the value of the summaryOperation property.
|
void |
setTableEnumOrId(String value)
Sets the value of the tableEnumOrId property.
|
getFieldsToNull, getId, setIdprotected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String defaultValue
protected String description
protected String developerName
protected EntityDefinition entityDefinition
protected String entityDefinitionId
protected String fullName
protected String inlineHelpText
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected Integer length
protected String manageableState
protected String maskChar
protected String maskType
protected CustomField metadata
protected String namespacePrefix
protected Integer precision
protected String relationshipLabel
protected Integer scale
protected String summaryOperation
protected String tableEnumOrId
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 getDefaultValue()
Stringpublic void setDefaultValue(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 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 String getInlineHelpText()
Stringpublic void setInlineHelpText(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 Integer getLength()
Integerpublic void setLength(Integer value)
value - allowed object is
Integerpublic String getManageableState()
Stringpublic void setManageableState(String value)
value - allowed object is
Stringpublic String getMaskChar()
Stringpublic void setMaskChar(String value)
value - allowed object is
Stringpublic String getMaskType()
Stringpublic void setMaskType(String value)
value - allowed object is
Stringpublic CustomField getMetadata()
CustomFieldpublic void setMetadata(CustomField value)
value - allowed object is
CustomFieldpublic String getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic Integer getPrecision()
Integerpublic void setPrecision(Integer value)
value - allowed object is
Integerpublic String getRelationshipLabel()
Stringpublic void setRelationshipLabel(String value)
value - allowed object is
Stringpublic Integer getScale()
Integerpublic void setScale(Integer value)
value - allowed object is
Integerpublic String getSummaryOperation()
Stringpublic void setSummaryOperation(String value)
value - allowed object is
Stringpublic String getTableEnumOrId()
StringCopyright © 2016. All rights reserved.