public class UserFieldAccess extends SObject
Java class for UserFieldAccess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserFieldAccess">
<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="FieldDefinition" type="{urn:tooling.soap.sforce.com}FieldDefinition" minOccurs="0"/>
<element name="FieldDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsAccessible" 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="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 FieldDefinition |
fieldDefinition |
protected String |
fieldDefinitionId |
protected Boolean |
isAccessible |
protected Boolean |
isCreatable |
protected Boolean |
isUpdatable |
protected User |
user |
protected String |
userId |
fieldsToNull, id| Constructor and Description |
|---|
UserFieldAccess() |
| 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.
|
FieldDefinition |
getFieldDefinition()
Gets the value of the fieldDefinition property.
|
String |
getFieldDefinitionId()
Gets the value of the fieldDefinitionId property.
|
User |
getUser()
Gets the value of the user property.
|
String |
getUserId()
Gets the value of the userId property.
|
Boolean |
isIsAccessible()
Gets the value of the isAccessible property.
|
Boolean |
isIsCreatable()
Gets the value of the isCreatable 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 |
setFieldDefinition(FieldDefinition value)
Sets the value of the fieldDefinition property.
|
void |
setFieldDefinitionId(String value)
Sets the value of the fieldDefinitionId property.
|
void |
setIsAccessible(Boolean value)
Sets the value of the isAccessible property.
|
void |
setIsCreatable(Boolean value)
Sets the value of the isCreatable 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 FieldDefinition fieldDefinition
protected String fieldDefinitionId
protected Boolean isAccessible
protected Boolean isCreatable
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 FieldDefinition getFieldDefinition()
FieldDefinitionpublic void setFieldDefinition(FieldDefinition value)
value - allowed object is
FieldDefinitionpublic String getFieldDefinitionId()
Stringpublic void setFieldDefinitionId(String value)
value - allowed object is
Stringpublic Boolean isIsAccessible()
Booleanpublic void setIsAccessible(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsCreatable()
Booleanpublic void setIsCreatable(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.