public class OwnerChangeOptionInfo extends SObject
Java class for OwnerChangeOptionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OwnerChangeOptionInfo">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DurableId" 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="IsEditable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
defaultValue |
protected String |
durableId |
protected EntityDefinition |
entityDefinition |
protected String |
entityDefinitionId |
protected Boolean |
isEditable |
protected String |
label |
protected String |
name |
fieldsToNull, id| Constructor and Description |
|---|
OwnerChangeOptionInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDurableId()
Gets the value of the durableId property.
|
EntityDefinition |
getEntityDefinition()
Gets the value of the entityDefinition property.
|
String |
getEntityDefinitionId()
Gets the value of the entityDefinitionId property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getName()
Gets the value of the name property.
|
Boolean |
isDefaultValue()
Gets the value of the defaultValue property.
|
Boolean |
isIsEditable()
Gets the value of the isEditable property.
|
void |
setDefaultValue(Boolean value)
Sets the value of the defaultValue property.
|
void |
setDurableId(String value)
Sets the value of the durableId property.
|
void |
setEntityDefinition(EntityDefinition value)
Sets the value of the entityDefinition property.
|
void |
setEntityDefinitionId(String value)
Sets the value of the entityDefinitionId property.
|
void |
setIsEditable(Boolean value)
Sets the value of the isEditable property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setName(String value)
Sets the value of the name property.
|
getFieldsToNull, getId, setIdprotected Boolean defaultValue
protected String durableId
protected EntityDefinition entityDefinition
protected String entityDefinitionId
protected Boolean isEditable
protected String label
protected String name
public Boolean isDefaultValue()
Booleanpublic void setDefaultValue(Boolean value)
value - allowed object is
Booleanpublic String getDurableId()
Stringpublic void setDurableId(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 Boolean isIsEditable()
Booleanpublic void setIsEditable(Boolean value)
value - allowed object is
Booleanpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2016. All rights reserved.