public class QuickActionDefinition extends SObject
Java class for QuickActionDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuickActionDefinition">
<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="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="Height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Icon" type="{urn:tooling.soap.sforce.com}StaticResource" minOccurs="0"/>
<element name="IconId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="IsDeleted" 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="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="MasterLabel" 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="SobjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StandardLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SystemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="TargetField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TargetRecordType" type="{urn:tooling.soap.sforce.com}RecordType" minOccurs="0"/>
<element name="TargetRecordTypeId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="TargetSobjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
description |
protected String |
developerName |
protected EntityDefinition |
entityDefinition |
protected String |
entityDefinitionId |
protected Integer |
height |
protected StaticResource |
icon |
protected String |
iconId |
protected Boolean |
isDeleted |
protected String |
label |
protected String |
language |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
masterLabel |
protected String |
namespacePrefix |
protected String |
sobjectType |
protected String |
standardLabel |
protected XMLGregorianCalendar |
systemModstamp |
protected String |
targetField |
protected RecordType |
targetRecordType |
protected String |
targetRecordTypeId |
protected String |
targetSobjectType |
protected String |
type |
protected Integer |
width |
fieldsToNull, id| Constructor and Description |
|---|
QuickActionDefinition() |
| 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 |
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.
|
Integer |
getHeight()
Gets the value of the height property.
|
StaticResource |
getIcon()
Gets the value of the icon property.
|
String |
getIconId()
Gets the value of the iconId property.
|
String |
getLabel()
Gets the value of the label 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 |
getMasterLabel()
Gets the value of the masterLabel property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
String |
getSobjectType()
Gets the value of the sobjectType property.
|
String |
getStandardLabel()
Gets the value of the standardLabel property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
String |
getTargetField()
Gets the value of the targetField property.
|
RecordType |
getTargetRecordType()
Gets the value of the targetRecordType property.
|
String |
getTargetRecordTypeId()
Gets the value of the targetRecordTypeId property.
|
String |
getTargetSobjectType()
Gets the value of the targetSobjectType property.
|
String |
getType()
Gets the value of the type property.
|
Integer |
getWidth()
Gets the value of the width property.
|
Boolean |
isIsDeleted()
Gets the value of the isDeleted 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 |
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 |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setIcon(StaticResource value)
Sets the value of the icon property.
|
void |
setIconId(String value)
Sets the value of the iconId property.
|
void |
setIsDeleted(Boolean value)
Sets the value of the isDeleted property.
|
void |
setLabel(String value)
Sets the value of the label 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 |
setMasterLabel(String value)
Sets the value of the masterLabel property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setSobjectType(String value)
Sets the value of the sobjectType property.
|
void |
setStandardLabel(String value)
Sets the value of the standardLabel property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
void |
setTargetField(String value)
Sets the value of the targetField property.
|
void |
setTargetRecordType(RecordType value)
Sets the value of the targetRecordType property.
|
void |
setTargetRecordTypeId(String value)
Sets the value of the targetRecordTypeId property.
|
void |
setTargetSobjectType(String value)
Sets the value of the targetSobjectType property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
getFieldsToNull, getId, setIdprotected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String description
protected String developerName
protected EntityDefinition entityDefinition
protected String entityDefinitionId
protected Integer height
protected StaticResource icon
protected String iconId
protected Boolean isDeleted
protected String label
protected String language
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String masterLabel
protected String namespacePrefix
protected String sobjectType
protected String standardLabel
protected XMLGregorianCalendar systemModstamp
protected String targetField
protected RecordType targetRecordType
protected String targetRecordTypeId
protected String targetSobjectType
protected String type
protected Integer width
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 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 Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic StaticResource getIcon()
StaticResourcepublic void setIcon(StaticResource value)
value - allowed object is
StaticResourcepublic String getIconId()
Stringpublic void setIconId(String value)
value - allowed object is
Stringpublic Boolean isIsDeleted()
Booleanpublic void setIsDeleted(Boolean value)
value - allowed object is
Booleanpublic String getLabel()
Stringpublic void setLabel(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 getMasterLabel()
Stringpublic void setMasterLabel(String value)
value - allowed object is
Stringpublic String getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic String getSobjectType()
Stringpublic void setSobjectType(String value)
value - allowed object is
Stringpublic String getStandardLabel()
Stringpublic void setStandardLabel(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getTargetField()
Stringpublic void setTargetField(String value)
value - allowed object is
Stringpublic RecordType getTargetRecordType()
RecordTypepublic void setTargetRecordType(RecordType value)
value - allowed object is
RecordTypepublic String getTargetRecordTypeId()
Stringpublic void setTargetRecordTypeId(String value)
value - allowed object is
Stringpublic String getTargetSobjectType()
Stringpublic void setTargetSobjectType(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Integer getWidth()
IntegerCopyright © 2016. All rights reserved.