public class StandardAction extends SObject
Java class for StandardAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StandardAction">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ContentType" 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="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="IsOverridden" 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="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="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OverrideContent" type="{urn:tooling.soap.sforce.com}sObject" minOccurs="0"/>
<element name="OverrideContentId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentType |
protected String |
description |
protected String |
durableId |
protected EntityDefinition |
entityDefinition |
protected String |
entityDefinitionId |
protected Boolean |
isOverridden |
protected String |
label |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
manageableState |
protected String |
name |
protected SObject |
overrideContent |
protected String |
overrideContentId |
fieldsToNull, id| Constructor and Description |
|---|
StandardAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getDescription()
Gets the value of the description property.
|
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.
|
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 |
getName()
Gets the value of the name property.
|
SObject |
getOverrideContent()
Gets the value of the overrideContent property.
|
String |
getOverrideContentId()
Gets the value of the overrideContentId property.
|
Boolean |
isIsOverridden()
Gets the value of the isOverridden property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setDescription(String value)
Sets the value of the description 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 |
setIsOverridden(Boolean value)
Sets the value of the isOverridden property.
|
void |
setLabel(String value)
Sets the value of the label 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 |
setName(String value)
Sets the value of the name property.
|
void |
setOverrideContent(SObject value)
Sets the value of the overrideContent property.
|
void |
setOverrideContentId(String value)
Sets the value of the overrideContentId property.
|
getFieldsToNull, getId, setIdprotected String contentType
protected String description
protected String durableId
protected EntityDefinition entityDefinition
protected String entityDefinitionId
protected Boolean isOverridden
protected String label
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String manageableState
protected String name
protected SObject overrideContent
protected String overrideContentId
public String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic 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 isIsOverridden()
Booleanpublic void setIsOverridden(Boolean value)
value - allowed object is
Booleanpublic String getLabel()
Stringpublic void setLabel(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 getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic SObject getOverrideContent()
SObjectpublic void setOverrideContent(SObject value)
value - allowed object is
SObjectpublic String getOverrideContentId()
StringCopyright © 2016. All rights reserved.