public class SearchLayout extends SObject
Java class for SearchLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchLayout">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ButtonsDisplayed" type="{urn:tooling.soap.sforce.com}SearchLayoutButtonsDisplayed" 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="FieldsDisplayed" type="{urn:tooling.soap.sforce.com}SearchLayoutFieldsDisplayed" 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="LayoutType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SearchLayoutButtonsDisplayed |
buttonsDisplayed |
protected String |
durableId |
protected EntityDefinition |
entityDefinition |
protected String |
entityDefinitionId |
protected SearchLayoutFieldsDisplayed |
fieldsDisplayed |
protected String |
label |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
layoutType |
fieldsToNull, id| Constructor and Description |
|---|
SearchLayout() |
| Modifier and Type | Method and Description |
|---|---|
SearchLayoutButtonsDisplayed |
getButtonsDisplayed()
Gets the value of the buttonsDisplayed 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.
|
SearchLayoutFieldsDisplayed |
getFieldsDisplayed()
Gets the value of the fieldsDisplayed 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 |
getLayoutType()
Gets the value of the layoutType property.
|
void |
setButtonsDisplayed(SearchLayoutButtonsDisplayed value)
Sets the value of the buttonsDisplayed 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 |
setFieldsDisplayed(SearchLayoutFieldsDisplayed value)
Sets the value of the fieldsDisplayed 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 |
setLayoutType(String value)
Sets the value of the layoutType property.
|
getFieldsToNull, getId, setIdprotected SearchLayoutButtonsDisplayed buttonsDisplayed
protected String durableId
protected EntityDefinition entityDefinition
protected String entityDefinitionId
protected SearchLayoutFieldsDisplayed fieldsDisplayed
protected String label
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String layoutType
public SearchLayoutButtonsDisplayed getButtonsDisplayed()
SearchLayoutButtonsDisplayedpublic void setButtonsDisplayed(SearchLayoutButtonsDisplayed value)
value - allowed object is
SearchLayoutButtonsDisplayedpublic 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 SearchLayoutFieldsDisplayed getFieldsDisplayed()
SearchLayoutFieldsDisplayedpublic void setFieldsDisplayed(SearchLayoutFieldsDisplayed value)
value - allowed object is
SearchLayoutFieldsDisplayedpublic 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 getLayoutType()
StringCopyright © 2016. All rights reserved.