public class EntityLimit extends SObject
Java class for EntityLimit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityLimit">
<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="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="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Max" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Remaining" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
durableId |
protected EntityDefinition |
entityDefinition |
protected String |
entityDefinitionId |
protected String |
label |
protected Integer |
max |
protected Integer |
remaining |
protected String |
type |
fieldsToNull, id| Constructor and Description |
|---|
EntityLimit() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getLabel()
Gets the value of the label property.
|
Integer |
getMax()
Gets the value of the max property.
|
Integer |
getRemaining()
Gets the value of the remaining property.
|
String |
getType()
Gets the value of the type 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 |
setLabel(String value)
Sets the value of the label property.
|
void |
setMax(Integer value)
Sets the value of the max property.
|
void |
setRemaining(Integer value)
Sets the value of the remaining property.
|
void |
setType(String value)
Sets the value of the type property.
|
getFieldsToNull, getId, setIdprotected String durableId
protected EntityDefinition entityDefinition
protected String entityDefinitionId
protected String label
protected Integer max
protected Integer remaining
protected String type
public 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 String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic Integer getMax()
Integerpublic void setMax(Integer value)
value - allowed object is
Integerpublic Integer getRemaining()
Integerpublic void setRemaining(Integer value)
value - allowed object is
Integerpublic String getType()
StringCopyright © 2016. All rights reserved.