public class Publisher extends SObject
Java class for Publisher complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Publisher">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="DurableId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InstalledEntityDefinitions" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
<element name="InstalledFieldDefinitions" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
<element name="IsSalesforce" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MajorVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MinorVersion" type="{http://www.w3.org/2001/XMLSchema}int" 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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
durableId |
protected QueryResult |
installedEntityDefinitions |
protected QueryResult |
installedFieldDefinitions |
protected Boolean |
isSalesforce |
protected Integer |
majorVersion |
protected Integer |
minorVersion |
protected String |
name |
protected String |
namespacePrefix |
fieldsToNull, id| Constructor and Description |
|---|
Publisher() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDurableId()
Gets the value of the durableId property.
|
QueryResult |
getInstalledEntityDefinitions()
Gets the value of the installedEntityDefinitions property.
|
QueryResult |
getInstalledFieldDefinitions()
Gets the value of the installedFieldDefinitions property.
|
Integer |
getMajorVersion()
Gets the value of the majorVersion property.
|
Integer |
getMinorVersion()
Gets the value of the minorVersion property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
Boolean |
isIsSalesforce()
Gets the value of the isSalesforce property.
|
void |
setDurableId(String value)
Sets the value of the durableId property.
|
void |
setInstalledEntityDefinitions(QueryResult value)
Sets the value of the installedEntityDefinitions property.
|
void |
setInstalledFieldDefinitions(QueryResult value)
Sets the value of the installedFieldDefinitions property.
|
void |
setIsSalesforce(Boolean value)
Sets the value of the isSalesforce property.
|
void |
setMajorVersion(Integer value)
Sets the value of the majorVersion property.
|
void |
setMinorVersion(Integer value)
Sets the value of the minorVersion property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
getFieldsToNull, getId, setIdprotected String durableId
protected QueryResult installedEntityDefinitions
protected QueryResult installedFieldDefinitions
protected Boolean isSalesforce
protected Integer majorVersion
protected Integer minorVersion
protected String name
protected String namespacePrefix
public String getDurableId()
Stringpublic void setDurableId(String value)
value - allowed object is
Stringpublic QueryResult getInstalledEntityDefinitions()
QueryResultpublic void setInstalledEntityDefinitions(QueryResult value)
value - allowed object is
QueryResultpublic QueryResult getInstalledFieldDefinitions()
QueryResultpublic void setInstalledFieldDefinitions(QueryResult value)
value - allowed object is
QueryResultpublic Boolean isIsSalesforce()
Booleanpublic void setIsSalesforce(Boolean value)
value - allowed object is
Booleanpublic Integer getMajorVersion()
Integerpublic void setMajorVersion(Integer value)
value - allowed object is
Integerpublic Integer getMinorVersion()
Integerpublic void setMinorVersion(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNamespacePrefix()
StringCopyright © 2016. All rights reserved.