| Package | com.salesforce.objects |
| Class | public class CustomObject |
| Inheritance | CustomObject Metadata SoapObject mx.utils.ObjectProxy |
| Property | Defined by | ||
|---|---|---|---|
| deploymentStatus : DeploymentStatus | CustomObject | ||
| description : String | CustomObject | ||
| enableActivities : Boolean | CustomObject | ||
| enableDivisions : Boolean | CustomObject | ||
| enableHistory : Boolean | CustomObject | ||
| enableReports : Boolean | CustomObject | ||
![]() | fullName : String | Metadata | |
| gender : Gender | CustomObject | ||
| label : String | CustomObject | ||
| nameField : CustomField | CustomObject | ||
| pluralLabel : String | CustomObject | ||
| sharingModel : SharingModel | CustomObject | ||
| startsWith : StartsWith | CustomObject | ||
| Method | Defined by | ||
|---|---|---|---|
|
addField(field:CustomField):void
| CustomObject | ||
![]() |
getExists():Boolean
| Metadata | |
|
getFields():ArrayCollection
| CustomObject | ||
![]() |
setExists(val:Boolean):void
| Metadata | |
![]() |
toString():String
| Metadata | |
![]() |
toXml(objectNs:String, elementName:String, writer:XmlWriter):void
| SoapObject | |
| deploymentStatus | property |
public var deploymentStatus:DeploymentStatus
| description | property |
public var description:String
| enableActivities | property |
public var enableActivities:Boolean
| enableDivisions | property |
public var enableDivisions:Boolean
| enableHistory | property |
public var enableHistory:Boolean
| enableReports | property |
public var enableReports:Boolean
| gender | property |
public var gender:Gender
| label | property |
public var label:String
| nameField | property |
public var nameField:CustomField
| pluralLabel | property |
public var pluralLabel:String
| sharingModel | property |
public var sharingModel:SharingModel
| startsWith | property |
public var startsWith:StartsWith
| addField | () | method |
| getFields | () | method |
public function getFields():ArrayCollection
Returns
ArrayCollection |