public class WebLink extends SObject
Java class for WebLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebLink">
<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="DisplayType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EncodingKey" 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="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HasMenubar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HasScrollbars" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HasToolbar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="IsResizable" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="LinkType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ManageableState" type="{http://www.w3.org/2001/XMLSchema}string" 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}WebLink" minOccurs="0"/>
<element name="Name" 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="OpenType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Position" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RequireRowSelection" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ScontrolId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="ShowsLocation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ShowsStatus" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Url" 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 |
displayType |
protected String |
encodingKey |
protected EntityDefinition |
entityDefinition |
protected String |
entityDefinitionId |
protected String |
fullName |
protected Boolean |
hasMenubar |
protected Boolean |
hasScrollbars |
protected Boolean |
hasToolbar |
protected Integer |
height |
protected Boolean |
isResizable |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
linkType |
protected String |
manageableState |
protected String |
masterLabel |
protected WebLink |
metadata |
protected String |
name |
protected String |
namespacePrefix |
protected String |
openType |
protected String |
position |
protected Boolean |
requireRowSelection |
protected String |
scontrolId |
protected Boolean |
showsLocation |
protected Boolean |
showsStatus |
protected String |
url |
protected Integer |
width |
fieldsToNull, id| Constructor and Description |
|---|
WebLink() |
| 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 |
getDisplayType()
Gets the value of the displayType property.
|
String |
getEncodingKey()
Gets the value of the encodingKey property.
|
EntityDefinition |
getEntityDefinition()
Gets the value of the entityDefinition property.
|
String |
getEntityDefinitionId()
Gets the value of the entityDefinitionId property.
|
String |
getFullName()
Gets the value of the fullName property.
|
Integer |
getHeight()
Gets the value of the height 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 |
getLinkType()
Gets the value of the linkType property.
|
String |
getManageableState()
Gets the value of the manageableState property.
|
String |
getMasterLabel()
Gets the value of the masterLabel property.
|
WebLink |
getMetadata()
Gets the value of the metadata property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
String |
getOpenType()
Gets the value of the openType property.
|
String |
getPosition()
Gets the value of the position property.
|
String |
getScontrolId()
Gets the value of the scontrolId property.
|
String |
getUrl()
Gets the value of the url property.
|
Integer |
getWidth()
Gets the value of the width property.
|
Boolean |
isHasMenubar()
Gets the value of the hasMenubar property.
|
Boolean |
isHasScrollbars()
Gets the value of the hasScrollbars property.
|
Boolean |
isHasToolbar()
Gets the value of the hasToolbar property.
|
Boolean |
isIsResizable()
Gets the value of the isResizable property.
|
Boolean |
isRequireRowSelection()
Gets the value of the requireRowSelection property.
|
Boolean |
isShowsLocation()
Gets the value of the showsLocation property.
|
Boolean |
isShowsStatus()
Gets the value of the showsStatus 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 |
setDisplayType(String value)
Sets the value of the displayType property.
|
void |
setEncodingKey(String value)
Sets the value of the encodingKey property.
|
void |
setEntityDefinition(EntityDefinition value)
Sets the value of the entityDefinition property.
|
void |
setEntityDefinitionId(String value)
Sets the value of the entityDefinitionId property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setHasMenubar(Boolean value)
Sets the value of the hasMenubar property.
|
void |
setHasScrollbars(Boolean value)
Sets the value of the hasScrollbars property.
|
void |
setHasToolbar(Boolean value)
Sets the value of the hasToolbar property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setIsResizable(Boolean value)
Sets the value of the isResizable 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 |
setLinkType(String value)
Sets the value of the linkType property.
|
void |
setManageableState(String value)
Sets the value of the manageableState property.
|
void |
setMasterLabel(String value)
Sets the value of the masterLabel property.
|
void |
setMetadata(WebLink value)
Sets the value of the metadata property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setOpenType(String value)
Sets the value of the openType property.
|
void |
setPosition(String value)
Sets the value of the position property.
|
void |
setRequireRowSelection(Boolean value)
Sets the value of the requireRowSelection property.
|
void |
setScontrolId(String value)
Sets the value of the scontrolId property.
|
void |
setShowsLocation(Boolean value)
Sets the value of the showsLocation property.
|
void |
setShowsStatus(Boolean value)
Sets the value of the showsStatus property.
|
void |
setUrl(String value)
Sets the value of the url 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 displayType
protected String encodingKey
protected EntityDefinition entityDefinition
protected String entityDefinitionId
protected String fullName
protected Boolean hasMenubar
protected Boolean hasScrollbars
protected Boolean hasToolbar
protected Integer height
protected Boolean isResizable
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String linkType
protected String manageableState
protected String masterLabel
protected WebLink metadata
protected String name
protected String namespacePrefix
protected String openType
protected String position
protected Boolean requireRowSelection
protected String scontrolId
protected Boolean showsLocation
protected Boolean showsStatus
protected String url
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 getDisplayType()
Stringpublic void setDisplayType(String value)
value - allowed object is
Stringpublic String getEncodingKey()
Stringpublic void setEncodingKey(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 String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic Boolean isHasMenubar()
Booleanpublic void setHasMenubar(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasScrollbars()
Booleanpublic void setHasScrollbars(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasToolbar()
Booleanpublic void setHasToolbar(Boolean value)
value - allowed object is
Booleanpublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic Boolean isIsResizable()
Booleanpublic void setIsResizable(Boolean value)
value - allowed object is
Booleanpublic 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 getLinkType()
Stringpublic void setLinkType(String value)
value - allowed object is
Stringpublic String getManageableState()
Stringpublic void setManageableState(String value)
value - allowed object is
Stringpublic String getMasterLabel()
Stringpublic void setMasterLabel(String value)
value - allowed object is
Stringpublic WebLink getMetadata()
WebLinkpublic void setMetadata(WebLink value)
value - allowed object is
WebLinkpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic String getOpenType()
Stringpublic void setOpenType(String value)
value - allowed object is
Stringpublic String getPosition()
Stringpublic void setPosition(String value)
value - allowed object is
Stringpublic Boolean isRequireRowSelection()
Booleanpublic void setRequireRowSelection(Boolean value)
value - allowed object is
Booleanpublic String getScontrolId()
Stringpublic void setScontrolId(String value)
value - allowed object is
Stringpublic Boolean isShowsLocation()
Booleanpublic void setShowsLocation(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowsStatus()
Booleanpublic void setShowsStatus(Boolean value)
value - allowed object is
Booleanpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic Integer getWidth()
IntegerCopyright © 2016. All rights reserved.