public class UserEntityAccess extends SObject
Java class for UserEntityAccess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserEntityAccess">
<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="IsActivateable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsCreatable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsDeletable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsEditable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsFlsUpdatable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsMergeable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsReadable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsUndeletable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsUpdatable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="User" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="UserId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
durableId |
protected EntityDefinition |
entityDefinition |
protected String |
entityDefinitionId |
protected Boolean |
isActivateable |
protected Boolean |
isCreatable |
protected Boolean |
isDeletable |
protected Boolean |
isEditable |
protected Boolean |
isFlsUpdatable |
protected Boolean |
isMergeable |
protected Boolean |
isReadable |
protected Boolean |
isUndeletable |
protected Boolean |
isUpdatable |
protected User |
user |
protected String |
userId |
fieldsToNull, id| Constructor and Description |
|---|
UserEntityAccess() |
| 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.
|
User |
getUser()
Gets the value of the user property.
|
String |
getUserId()
Gets the value of the userId property.
|
Boolean |
isIsActivateable()
Gets the value of the isActivateable property.
|
Boolean |
isIsCreatable()
Gets the value of the isCreatable property.
|
Boolean |
isIsDeletable()
Gets the value of the isDeletable property.
|
Boolean |
isIsEditable()
Gets the value of the isEditable property.
|
Boolean |
isIsFlsUpdatable()
Gets the value of the isFlsUpdatable property.
|
Boolean |
isIsMergeable()
Gets the value of the isMergeable property.
|
Boolean |
isIsReadable()
Gets the value of the isReadable property.
|
Boolean |
isIsUndeletable()
Gets the value of the isUndeletable property.
|
Boolean |
isIsUpdatable()
Gets the value of the isUpdatable 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 |
setIsActivateable(Boolean value)
Sets the value of the isActivateable property.
|
void |
setIsCreatable(Boolean value)
Sets the value of the isCreatable property.
|
void |
setIsDeletable(Boolean value)
Sets the value of the isDeletable property.
|
void |
setIsEditable(Boolean value)
Sets the value of the isEditable property.
|
void |
setIsFlsUpdatable(Boolean value)
Sets the value of the isFlsUpdatable property.
|
void |
setIsMergeable(Boolean value)
Sets the value of the isMergeable property.
|
void |
setIsReadable(Boolean value)
Sets the value of the isReadable property.
|
void |
setIsUndeletable(Boolean value)
Sets the value of the isUndeletable property.
|
void |
setIsUpdatable(Boolean value)
Sets the value of the isUpdatable property.
|
void |
setUser(User value)
Sets the value of the user property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
getFieldsToNull, getId, setIdprotected String durableId
protected EntityDefinition entityDefinition
protected String entityDefinitionId
protected Boolean isActivateable
protected Boolean isCreatable
protected Boolean isDeletable
protected Boolean isEditable
protected Boolean isFlsUpdatable
protected Boolean isMergeable
protected Boolean isReadable
protected Boolean isUndeletable
protected Boolean isUpdatable
protected User user
protected String userId
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 Boolean isIsActivateable()
Booleanpublic void setIsActivateable(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsCreatable()
Booleanpublic void setIsCreatable(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsDeletable()
Booleanpublic void setIsDeletable(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsEditable()
Booleanpublic void setIsEditable(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsFlsUpdatable()
Booleanpublic void setIsFlsUpdatable(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsMergeable()
Booleanpublic void setIsMergeable(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsReadable()
Booleanpublic void setIsReadable(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsUndeletable()
Booleanpublic void setIsUndeletable(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsUpdatable()
Booleanpublic void setIsUpdatable(Boolean value)
value - allowed object is
Booleanpublic void setUser(User value)
value - allowed object is
Userpublic String getUserId()
StringCopyright © 2016. All rights reserved.