![JAR search and dependency download from the Maven repository](/logo.png)
com.sforce.soap.tooling.EntityDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sforce-tooling-api Show documentation
Show all versions of sforce-tooling-api Show documentation
Salesforce Tooling API client
The newest version!
package com.sforce.soap.tooling;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
import com.sforce.soap.tooling.metadata.CustomObject;
/**
* Java class for EntityDefinition complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="EntityDefinition">
* <complexContent>
* <extension base="{urn:tooling.soap.sforce.com}sObject">
* <sequence>
* <element name="ApexTriggers" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="AssignmentRules" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="AutoResponseRules" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="BusinessProcesses" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="ChildRelationships" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="CompactLayouts" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="CustomFields" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="DefaultCompactLayout" type="{urn:tooling.soap.sforce.com}CompactLayoutInfo" minOccurs="0"/>
* <element name="DefaultCompactLayoutId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="DetailUrl" 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="DurableId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="EditDefinitionUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="EditUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="FieldSets" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="Fields" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="HelpSettingPageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="HelpSettingPageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="IsApexTriggerable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsCompactLayoutable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsCustomSetting" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsCustomizable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsDeprecatedAndHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsEverCreatable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsEverDeletable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsEverUpdatable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsFeedEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsFlsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsIdEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsLayoutable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsQueryable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsReplicateable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsRetrieveable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsSearchLayoutable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsSearchable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsTriggerable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="IsWorkflowEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="KeyPrefix" type="{http://www.w3.org/2001/XMLSchema}string" 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="Layouts" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="Limits" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="LookupFilters" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="MasterLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="Metadata" type="{urn:metadata.tooling.soap.sforce.com}CustomObject" minOccurs="0"/>
* <element name="NamespacePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="NewUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="OwnerChangeOptions" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="Particles" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="PluralLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="PostTemplates" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="Publisher" type="{urn:tooling.soap.sforce.com}Publisher" minOccurs="0"/>
* <element name="PublisherId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="QualifiedApiName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="QuickActionDefinitions" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="RecordTypes" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="RecordTypesSupported" type="{urn:tooling.soap.sforce.com}RecordTypesSupported" minOccurs="0"/>
* <element name="RelationshipDomains" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="RunningUserEntityAccess" type="{urn:tooling.soap.sforce.com}UserEntityAccess" minOccurs="0"/>
* <element name="RunningUserEntityAccessId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="SearchLayouts" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="StandardActions" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="ValidationRules" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="WebLinks" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="WorkflowAlerts" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="WorkflowFieldUpdates" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="WorkflowOutboundMessages" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* <element name="WorkflowTasks" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "EntityDefinition", propOrder = {
"apexTriggers",
"assignmentRules",
"autoResponseRules",
"businessProcesses",
"childRelationships",
"compactLayouts",
"customFields",
"defaultCompactLayout",
"defaultCompactLayoutId",
"detailUrl",
"developerName",
"durableId",
"editDefinitionUrl",
"editUrl",
"fieldSets",
"fields",
"fullName",
"helpSettingPageName",
"helpSettingPageUrl",
"isApexTriggerable",
"isCompactLayoutable",
"isCustomSetting",
"isCustomizable",
"isDeprecatedAndHidden",
"isEverCreatable",
"isEverDeletable",
"isEverUpdatable",
"isFeedEnabled",
"isFlsEnabled",
"isIdEnabled",
"isLayoutable",
"isQueryable",
"isReplicateable",
"isRetrieveable",
"isSearchLayoutable",
"isSearchable",
"isTriggerable",
"isWorkflowEnabled",
"keyPrefix",
"label",
"lastModifiedBy",
"lastModifiedById",
"lastModifiedDate",
"layouts",
"limits",
"lookupFilters",
"masterLabel",
"metadata",
"namespacePrefix",
"newUrl",
"ownerChangeOptions",
"particles",
"pluralLabel",
"postTemplates",
"publisher",
"publisherId",
"qualifiedApiName",
"quickActionDefinitions",
"recordTypes",
"recordTypesSupported",
"relationshipDomains",
"runningUserEntityAccess",
"runningUserEntityAccessId",
"searchLayouts",
"standardActions",
"validationRules",
"webLinks",
"workflowAlerts",
"workflowFieldUpdates",
"workflowOutboundMessages",
"workflowTasks"
})
public class EntityDefinition
extends SObject
{
@XmlElement(name = "ApexTriggers", nillable = true)
protected QueryResult apexTriggers;
@XmlElement(name = "AssignmentRules", nillable = true)
protected QueryResult assignmentRules;
@XmlElement(name = "AutoResponseRules", nillable = true)
protected QueryResult autoResponseRules;
@XmlElement(name = "BusinessProcesses", nillable = true)
protected QueryResult businessProcesses;
@XmlElement(name = "ChildRelationships", nillable = true)
protected QueryResult childRelationships;
@XmlElement(name = "CompactLayouts", nillable = true)
protected QueryResult compactLayouts;
@XmlElement(name = "CustomFields", nillable = true)
protected QueryResult customFields;
@XmlElement(name = "DefaultCompactLayout", nillable = true)
protected CompactLayoutInfo defaultCompactLayout;
@XmlElement(name = "DefaultCompactLayoutId", nillable = true)
protected String defaultCompactLayoutId;
@XmlElement(name = "DetailUrl", nillable = true)
protected String detailUrl;
@XmlElement(name = "DeveloperName", nillable = true)
protected String developerName;
@XmlElement(name = "DurableId", nillable = true)
protected String durableId;
@XmlElement(name = "EditDefinitionUrl", nillable = true)
protected String editDefinitionUrl;
@XmlElement(name = "EditUrl", nillable = true)
protected String editUrl;
@XmlElement(name = "FieldSets", nillable = true)
protected QueryResult fieldSets;
@XmlElement(name = "Fields", nillable = true)
protected QueryResult fields;
@XmlElement(name = "FullName", nillable = true)
protected String fullName;
@XmlElement(name = "HelpSettingPageName", nillable = true)
protected String helpSettingPageName;
@XmlElement(name = "HelpSettingPageUrl", nillable = true)
protected String helpSettingPageUrl;
@XmlElement(name = "IsApexTriggerable", nillable = true)
protected Boolean isApexTriggerable;
@XmlElement(name = "IsCompactLayoutable", nillable = true)
protected Boolean isCompactLayoutable;
@XmlElement(name = "IsCustomSetting", nillable = true)
protected Boolean isCustomSetting;
@XmlElement(name = "IsCustomizable", nillable = true)
protected Boolean isCustomizable;
@XmlElement(name = "IsDeprecatedAndHidden", nillable = true)
protected Boolean isDeprecatedAndHidden;
@XmlElement(name = "IsEverCreatable", nillable = true)
protected Boolean isEverCreatable;
@XmlElement(name = "IsEverDeletable", nillable = true)
protected Boolean isEverDeletable;
@XmlElement(name = "IsEverUpdatable", nillable = true)
protected Boolean isEverUpdatable;
@XmlElement(name = "IsFeedEnabled", nillable = true)
protected Boolean isFeedEnabled;
@XmlElement(name = "IsFlsEnabled", nillable = true)
protected Boolean isFlsEnabled;
@XmlElement(name = "IsIdEnabled", nillable = true)
protected Boolean isIdEnabled;
@XmlElement(name = "IsLayoutable", nillable = true)
protected Boolean isLayoutable;
@XmlElement(name = "IsQueryable", nillable = true)
protected Boolean isQueryable;
@XmlElement(name = "IsReplicateable", nillable = true)
protected Boolean isReplicateable;
@XmlElement(name = "IsRetrieveable", nillable = true)
protected Boolean isRetrieveable;
@XmlElement(name = "IsSearchLayoutable", nillable = true)
protected Boolean isSearchLayoutable;
@XmlElement(name = "IsSearchable", nillable = true)
protected Boolean isSearchable;
@XmlElement(name = "IsTriggerable", nillable = true)
protected Boolean isTriggerable;
@XmlElement(name = "IsWorkflowEnabled", nillable = true)
protected Boolean isWorkflowEnabled;
@XmlElement(name = "KeyPrefix", nillable = true)
protected String keyPrefix;
@XmlElement(name = "Label", nillable = true)
protected String label;
@XmlElement(name = "LastModifiedBy", nillable = true)
protected User lastModifiedBy;
@XmlElement(name = "LastModifiedById", nillable = true)
protected String lastModifiedById;
@XmlElement(name = "LastModifiedDate", nillable = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar lastModifiedDate;
@XmlElement(name = "Layouts", nillable = true)
protected QueryResult layouts;
@XmlElement(name = "Limits", nillable = true)
protected QueryResult limits;
@XmlElement(name = "LookupFilters", nillable = true)
protected QueryResult lookupFilters;
@XmlElement(name = "MasterLabel", nillable = true)
protected String masterLabel;
@XmlElement(name = "Metadata", nillable = true)
protected CustomObject metadata;
@XmlElement(name = "NamespacePrefix", nillable = true)
protected String namespacePrefix;
@XmlElement(name = "NewUrl", nillable = true)
protected String newUrl;
@XmlElement(name = "OwnerChangeOptions", nillable = true)
protected QueryResult ownerChangeOptions;
@XmlElement(name = "Particles", nillable = true)
protected QueryResult particles;
@XmlElement(name = "PluralLabel", nillable = true)
protected String pluralLabel;
@XmlElement(name = "PostTemplates", nillable = true)
protected QueryResult postTemplates;
@XmlElement(name = "Publisher", nillable = true)
protected Publisher publisher;
@XmlElement(name = "PublisherId", nillable = true)
protected String publisherId;
@XmlElement(name = "QualifiedApiName", nillable = true)
protected String qualifiedApiName;
@XmlElement(name = "QuickActionDefinitions", nillable = true)
protected QueryResult quickActionDefinitions;
@XmlElement(name = "RecordTypes", nillable = true)
protected QueryResult recordTypes;
@XmlElement(name = "RecordTypesSupported", nillable = true)
protected RecordTypesSupported recordTypesSupported;
@XmlElement(name = "RelationshipDomains", nillable = true)
protected QueryResult relationshipDomains;
@XmlElement(name = "RunningUserEntityAccess", nillable = true)
protected UserEntityAccess runningUserEntityAccess;
@XmlElement(name = "RunningUserEntityAccessId", nillable = true)
protected String runningUserEntityAccessId;
@XmlElement(name = "SearchLayouts", nillable = true)
protected QueryResult searchLayouts;
@XmlElement(name = "StandardActions", nillable = true)
protected QueryResult standardActions;
@XmlElement(name = "ValidationRules", nillable = true)
protected QueryResult validationRules;
@XmlElement(name = "WebLinks", nillable = true)
protected QueryResult webLinks;
@XmlElement(name = "WorkflowAlerts", nillable = true)
protected QueryResult workflowAlerts;
@XmlElement(name = "WorkflowFieldUpdates", nillable = true)
protected QueryResult workflowFieldUpdates;
@XmlElement(name = "WorkflowOutboundMessages", nillable = true)
protected QueryResult workflowOutboundMessages;
@XmlElement(name = "WorkflowTasks", nillable = true)
protected QueryResult workflowTasks;
/**
* Gets the value of the apexTriggers property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getApexTriggers() {
return apexTriggers;
}
/**
* Sets the value of the apexTriggers property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setApexTriggers(QueryResult value) {
this.apexTriggers = value;
}
/**
* Gets the value of the assignmentRules property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getAssignmentRules() {
return assignmentRules;
}
/**
* Sets the value of the assignmentRules property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setAssignmentRules(QueryResult value) {
this.assignmentRules = value;
}
/**
* Gets the value of the autoResponseRules property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getAutoResponseRules() {
return autoResponseRules;
}
/**
* Sets the value of the autoResponseRules property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setAutoResponseRules(QueryResult value) {
this.autoResponseRules = value;
}
/**
* Gets the value of the businessProcesses property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getBusinessProcesses() {
return businessProcesses;
}
/**
* Sets the value of the businessProcesses property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setBusinessProcesses(QueryResult value) {
this.businessProcesses = value;
}
/**
* Gets the value of the childRelationships property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getChildRelationships() {
return childRelationships;
}
/**
* Sets the value of the childRelationships property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setChildRelationships(QueryResult value) {
this.childRelationships = value;
}
/**
* Gets the value of the compactLayouts property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getCompactLayouts() {
return compactLayouts;
}
/**
* Sets the value of the compactLayouts property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setCompactLayouts(QueryResult value) {
this.compactLayouts = value;
}
/**
* Gets the value of the customFields property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getCustomFields() {
return customFields;
}
/**
* Sets the value of the customFields property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setCustomFields(QueryResult value) {
this.customFields = value;
}
/**
* Gets the value of the defaultCompactLayout property.
*
* @return
* possible object is
* {@link CompactLayoutInfo }
*
*/
public CompactLayoutInfo getDefaultCompactLayout() {
return defaultCompactLayout;
}
/**
* Sets the value of the defaultCompactLayout property.
*
* @param value
* allowed object is
* {@link CompactLayoutInfo }
*
*/
public void setDefaultCompactLayout(CompactLayoutInfo value) {
this.defaultCompactLayout = value;
}
/**
* Gets the value of the defaultCompactLayoutId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDefaultCompactLayoutId() {
return defaultCompactLayoutId;
}
/**
* Sets the value of the defaultCompactLayoutId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDefaultCompactLayoutId(String value) {
this.defaultCompactLayoutId = value;
}
/**
* Gets the value of the detailUrl property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDetailUrl() {
return detailUrl;
}
/**
* Sets the value of the detailUrl property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDetailUrl(String value) {
this.detailUrl = value;
}
/**
* Gets the value of the developerName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDeveloperName() {
return developerName;
}
/**
* Sets the value of the developerName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDeveloperName(String value) {
this.developerName = value;
}
/**
* Gets the value of the durableId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDurableId() {
return durableId;
}
/**
* Sets the value of the durableId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDurableId(String value) {
this.durableId = value;
}
/**
* Gets the value of the editDefinitionUrl property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEditDefinitionUrl() {
return editDefinitionUrl;
}
/**
* Sets the value of the editDefinitionUrl property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEditDefinitionUrl(String value) {
this.editDefinitionUrl = value;
}
/**
* Gets the value of the editUrl property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEditUrl() {
return editUrl;
}
/**
* Sets the value of the editUrl property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEditUrl(String value) {
this.editUrl = value;
}
/**
* Gets the value of the fieldSets property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getFieldSets() {
return fieldSets;
}
/**
* Sets the value of the fieldSets property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setFieldSets(QueryResult value) {
this.fieldSets = value;
}
/**
* Gets the value of the fields property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getFields() {
return fields;
}
/**
* Sets the value of the fields property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setFields(QueryResult value) {
this.fields = value;
}
/**
* Gets the value of the fullName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFullName() {
return fullName;
}
/**
* Sets the value of the fullName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFullName(String value) {
this.fullName = value;
}
/**
* Gets the value of the helpSettingPageName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHelpSettingPageName() {
return helpSettingPageName;
}
/**
* Sets the value of the helpSettingPageName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHelpSettingPageName(String value) {
this.helpSettingPageName = value;
}
/**
* Gets the value of the helpSettingPageUrl property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHelpSettingPageUrl() {
return helpSettingPageUrl;
}
/**
* Sets the value of the helpSettingPageUrl property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHelpSettingPageUrl(String value) {
this.helpSettingPageUrl = value;
}
/**
* Gets the value of the isApexTriggerable property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsApexTriggerable() {
return isApexTriggerable;
}
/**
* Sets the value of the isApexTriggerable property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsApexTriggerable(Boolean value) {
this.isApexTriggerable = value;
}
/**
* Gets the value of the isCompactLayoutable property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsCompactLayoutable() {
return isCompactLayoutable;
}
/**
* Sets the value of the isCompactLayoutable property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsCompactLayoutable(Boolean value) {
this.isCompactLayoutable = value;
}
/**
* Gets the value of the isCustomSetting property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsCustomSetting() {
return isCustomSetting;
}
/**
* Sets the value of the isCustomSetting property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsCustomSetting(Boolean value) {
this.isCustomSetting = value;
}
/**
* Gets the value of the isCustomizable property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsCustomizable() {
return isCustomizable;
}
/**
* Sets the value of the isCustomizable property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsCustomizable(Boolean value) {
this.isCustomizable = value;
}
/**
* Gets the value of the isDeprecatedAndHidden property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsDeprecatedAndHidden() {
return isDeprecatedAndHidden;
}
/**
* Sets the value of the isDeprecatedAndHidden property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsDeprecatedAndHidden(Boolean value) {
this.isDeprecatedAndHidden = value;
}
/**
* Gets the value of the isEverCreatable property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsEverCreatable() {
return isEverCreatable;
}
/**
* Sets the value of the isEverCreatable property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsEverCreatable(Boolean value) {
this.isEverCreatable = value;
}
/**
* Gets the value of the isEverDeletable property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsEverDeletable() {
return isEverDeletable;
}
/**
* Sets the value of the isEverDeletable property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsEverDeletable(Boolean value) {
this.isEverDeletable = value;
}
/**
* Gets the value of the isEverUpdatable property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsEverUpdatable() {
return isEverUpdatable;
}
/**
* Sets the value of the isEverUpdatable property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsEverUpdatable(Boolean value) {
this.isEverUpdatable = value;
}
/**
* Gets the value of the isFeedEnabled property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsFeedEnabled() {
return isFeedEnabled;
}
/**
* Sets the value of the isFeedEnabled property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsFeedEnabled(Boolean value) {
this.isFeedEnabled = value;
}
/**
* Gets the value of the isFlsEnabled property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsFlsEnabled() {
return isFlsEnabled;
}
/**
* Sets the value of the isFlsEnabled property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsFlsEnabled(Boolean value) {
this.isFlsEnabled = value;
}
/**
* Gets the value of the isIdEnabled property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsIdEnabled() {
return isIdEnabled;
}
/**
* Sets the value of the isIdEnabled property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsIdEnabled(Boolean value) {
this.isIdEnabled = value;
}
/**
* Gets the value of the isLayoutable property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsLayoutable() {
return isLayoutable;
}
/**
* Sets the value of the isLayoutable property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsLayoutable(Boolean value) {
this.isLayoutable = value;
}
/**
* Gets the value of the isQueryable property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsQueryable() {
return isQueryable;
}
/**
* Sets the value of the isQueryable property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsQueryable(Boolean value) {
this.isQueryable = value;
}
/**
* Gets the value of the isReplicateable property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsReplicateable() {
return isReplicateable;
}
/**
* Sets the value of the isReplicateable property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsReplicateable(Boolean value) {
this.isReplicateable = value;
}
/**
* Gets the value of the isRetrieveable property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsRetrieveable() {
return isRetrieveable;
}
/**
* Sets the value of the isRetrieveable property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsRetrieveable(Boolean value) {
this.isRetrieveable = value;
}
/**
* Gets the value of the isSearchLayoutable property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsSearchLayoutable() {
return isSearchLayoutable;
}
/**
* Sets the value of the isSearchLayoutable property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsSearchLayoutable(Boolean value) {
this.isSearchLayoutable = value;
}
/**
* Gets the value of the isSearchable property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsSearchable() {
return isSearchable;
}
/**
* Sets the value of the isSearchable property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsSearchable(Boolean value) {
this.isSearchable = value;
}
/**
* Gets the value of the isTriggerable property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsTriggerable() {
return isTriggerable;
}
/**
* Sets the value of the isTriggerable property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsTriggerable(Boolean value) {
this.isTriggerable = value;
}
/**
* Gets the value of the isWorkflowEnabled property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsWorkflowEnabled() {
return isWorkflowEnabled;
}
/**
* Sets the value of the isWorkflowEnabled property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsWorkflowEnabled(Boolean value) {
this.isWorkflowEnabled = value;
}
/**
* Gets the value of the keyPrefix property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKeyPrefix() {
return keyPrefix;
}
/**
* Sets the value of the keyPrefix property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKeyPrefix(String value) {
this.keyPrefix = value;
}
/**
* Gets the value of the label property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLabel() {
return label;
}
/**
* Sets the value of the label property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLabel(String value) {
this.label = value;
}
/**
* Gets the value of the lastModifiedBy property.
*
* @return
* possible object is
* {@link User }
*
*/
public User getLastModifiedBy() {
return lastModifiedBy;
}
/**
* Sets the value of the lastModifiedBy property.
*
* @param value
* allowed object is
* {@link User }
*
*/
public void setLastModifiedBy(User value) {
this.lastModifiedBy = value;
}
/**
* Gets the value of the lastModifiedById property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLastModifiedById() {
return lastModifiedById;
}
/**
* Sets the value of the lastModifiedById property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLastModifiedById(String value) {
this.lastModifiedById = value;
}
/**
* Gets the value of the lastModifiedDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getLastModifiedDate() {
return lastModifiedDate;
}
/**
* Sets the value of the lastModifiedDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setLastModifiedDate(XMLGregorianCalendar value) {
this.lastModifiedDate = value;
}
/**
* Gets the value of the layouts property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getLayouts() {
return layouts;
}
/**
* Sets the value of the layouts property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setLayouts(QueryResult value) {
this.layouts = value;
}
/**
* Gets the value of the limits property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getLimits() {
return limits;
}
/**
* Sets the value of the limits property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setLimits(QueryResult value) {
this.limits = value;
}
/**
* Gets the value of the lookupFilters property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getLookupFilters() {
return lookupFilters;
}
/**
* Sets the value of the lookupFilters property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setLookupFilters(QueryResult value) {
this.lookupFilters = value;
}
/**
* Gets the value of the masterLabel property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMasterLabel() {
return masterLabel;
}
/**
* Sets the value of the masterLabel property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMasterLabel(String value) {
this.masterLabel = value;
}
/**
* Gets the value of the metadata property.
*
* @return
* possible object is
* {@link CustomObject }
*
*/
public CustomObject getMetadata() {
return metadata;
}
/**
* Sets the value of the metadata property.
*
* @param value
* allowed object is
* {@link CustomObject }
*
*/
public void setMetadata(CustomObject value) {
this.metadata = value;
}
/**
* Gets the value of the namespacePrefix property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNamespacePrefix() {
return namespacePrefix;
}
/**
* Sets the value of the namespacePrefix property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNamespacePrefix(String value) {
this.namespacePrefix = value;
}
/**
* Gets the value of the newUrl property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNewUrl() {
return newUrl;
}
/**
* Sets the value of the newUrl property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNewUrl(String value) {
this.newUrl = value;
}
/**
* Gets the value of the ownerChangeOptions property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getOwnerChangeOptions() {
return ownerChangeOptions;
}
/**
* Sets the value of the ownerChangeOptions property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setOwnerChangeOptions(QueryResult value) {
this.ownerChangeOptions = value;
}
/**
* Gets the value of the particles property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getParticles() {
return particles;
}
/**
* Sets the value of the particles property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setParticles(QueryResult value) {
this.particles = value;
}
/**
* Gets the value of the pluralLabel property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPluralLabel() {
return pluralLabel;
}
/**
* Sets the value of the pluralLabel property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPluralLabel(String value) {
this.pluralLabel = value;
}
/**
* Gets the value of the postTemplates property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getPostTemplates() {
return postTemplates;
}
/**
* Sets the value of the postTemplates property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setPostTemplates(QueryResult value) {
this.postTemplates = value;
}
/**
* Gets the value of the publisher property.
*
* @return
* possible object is
* {@link Publisher }
*
*/
public Publisher getPublisher() {
return publisher;
}
/**
* Sets the value of the publisher property.
*
* @param value
* allowed object is
* {@link Publisher }
*
*/
public void setPublisher(Publisher value) {
this.publisher = value;
}
/**
* Gets the value of the publisherId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPublisherId() {
return publisherId;
}
/**
* Sets the value of the publisherId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPublisherId(String value) {
this.publisherId = value;
}
/**
* Gets the value of the qualifiedApiName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getQualifiedApiName() {
return qualifiedApiName;
}
/**
* Sets the value of the qualifiedApiName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setQualifiedApiName(String value) {
this.qualifiedApiName = value;
}
/**
* Gets the value of the quickActionDefinitions property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getQuickActionDefinitions() {
return quickActionDefinitions;
}
/**
* Sets the value of the quickActionDefinitions property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setQuickActionDefinitions(QueryResult value) {
this.quickActionDefinitions = value;
}
/**
* Gets the value of the recordTypes property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getRecordTypes() {
return recordTypes;
}
/**
* Sets the value of the recordTypes property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setRecordTypes(QueryResult value) {
this.recordTypes = value;
}
/**
* Gets the value of the recordTypesSupported property.
*
* @return
* possible object is
* {@link RecordTypesSupported }
*
*/
public RecordTypesSupported getRecordTypesSupported() {
return recordTypesSupported;
}
/**
* Sets the value of the recordTypesSupported property.
*
* @param value
* allowed object is
* {@link RecordTypesSupported }
*
*/
public void setRecordTypesSupported(RecordTypesSupported value) {
this.recordTypesSupported = value;
}
/**
* Gets the value of the relationshipDomains property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getRelationshipDomains() {
return relationshipDomains;
}
/**
* Sets the value of the relationshipDomains property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setRelationshipDomains(QueryResult value) {
this.relationshipDomains = value;
}
/**
* Gets the value of the runningUserEntityAccess property.
*
* @return
* possible object is
* {@link UserEntityAccess }
*
*/
public UserEntityAccess getRunningUserEntityAccess() {
return runningUserEntityAccess;
}
/**
* Sets the value of the runningUserEntityAccess property.
*
* @param value
* allowed object is
* {@link UserEntityAccess }
*
*/
public void setRunningUserEntityAccess(UserEntityAccess value) {
this.runningUserEntityAccess = value;
}
/**
* Gets the value of the runningUserEntityAccessId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRunningUserEntityAccessId() {
return runningUserEntityAccessId;
}
/**
* Sets the value of the runningUserEntityAccessId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRunningUserEntityAccessId(String value) {
this.runningUserEntityAccessId = value;
}
/**
* Gets the value of the searchLayouts property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getSearchLayouts() {
return searchLayouts;
}
/**
* Sets the value of the searchLayouts property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setSearchLayouts(QueryResult value) {
this.searchLayouts = value;
}
/**
* Gets the value of the standardActions property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getStandardActions() {
return standardActions;
}
/**
* Sets the value of the standardActions property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setStandardActions(QueryResult value) {
this.standardActions = value;
}
/**
* Gets the value of the validationRules property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getValidationRules() {
return validationRules;
}
/**
* Sets the value of the validationRules property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setValidationRules(QueryResult value) {
this.validationRules = value;
}
/**
* Gets the value of the webLinks property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getWebLinks() {
return webLinks;
}
/**
* Sets the value of the webLinks property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setWebLinks(QueryResult value) {
this.webLinks = value;
}
/**
* Gets the value of the workflowAlerts property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getWorkflowAlerts() {
return workflowAlerts;
}
/**
* Sets the value of the workflowAlerts property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setWorkflowAlerts(QueryResult value) {
this.workflowAlerts = value;
}
/**
* Gets the value of the workflowFieldUpdates property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getWorkflowFieldUpdates() {
return workflowFieldUpdates;
}
/**
* Sets the value of the workflowFieldUpdates property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setWorkflowFieldUpdates(QueryResult value) {
this.workflowFieldUpdates = value;
}
/**
* Gets the value of the workflowOutboundMessages property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getWorkflowOutboundMessages() {
return workflowOutboundMessages;
}
/**
* Sets the value of the workflowOutboundMessages property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setWorkflowOutboundMessages(QueryResult value) {
this.workflowOutboundMessages = value;
}
/**
* Gets the value of the workflowTasks property.
*
* @return
* possible object is
* {@link QueryResult }
*
*/
public QueryResult getWorkflowTasks() {
return workflowTasks;
}
/**
* Sets the value of the workflowTasks property.
*
* @param value
* allowed object is
* {@link QueryResult }
*
*/
public void setWorkflowTasks(QueryResult value) {
this.workflowTasks = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy