public class User extends SObject
Java class for User complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="User">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="DelegatedUsers" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ManagedUsers" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserEntityAccessRights" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
<element name="UserFieldAccessRights" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
<element name="UserPreferences" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
<element name="Username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="WorkspaceId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QueryResult |
delegatedUsers |
protected String |
firstName |
protected String |
lastName |
protected QueryResult |
managedUsers |
protected String |
name |
protected QueryResult |
userEntityAccessRights |
protected QueryResult |
userFieldAccessRights |
protected String |
username |
protected QueryResult |
userPreferences |
protected String |
workspaceId |
fieldsToNull, id| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
getDelegatedUsers()
Gets the value of the delegatedUsers property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getLastName()
Gets the value of the lastName property.
|
QueryResult |
getManagedUsers()
Gets the value of the managedUsers property.
|
String |
getName()
Gets the value of the name property.
|
QueryResult |
getUserEntityAccessRights()
Gets the value of the userEntityAccessRights property.
|
QueryResult |
getUserFieldAccessRights()
Gets the value of the userFieldAccessRights property.
|
String |
getUsername()
Gets the value of the username property.
|
QueryResult |
getUserPreferences()
Gets the value of the userPreferences property.
|
String |
getWorkspaceId()
Gets the value of the workspaceId property.
|
void |
setDelegatedUsers(QueryResult value)
Sets the value of the delegatedUsers property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setManagedUsers(QueryResult value)
Sets the value of the managedUsers property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUserEntityAccessRights(QueryResult value)
Sets the value of the userEntityAccessRights property.
|
void |
setUserFieldAccessRights(QueryResult value)
Sets the value of the userFieldAccessRights property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
void |
setUserPreferences(QueryResult value)
Sets the value of the userPreferences property.
|
void |
setWorkspaceId(String value)
Sets the value of the workspaceId property.
|
getFieldsToNull, getId, setIdprotected QueryResult delegatedUsers
protected String firstName
protected String lastName
protected QueryResult managedUsers
protected String name
protected QueryResult userEntityAccessRights
protected QueryResult userFieldAccessRights
protected QueryResult userPreferences
protected String username
protected String workspaceId
public QueryResult getDelegatedUsers()
QueryResultpublic void setDelegatedUsers(QueryResult value)
value - allowed object is
QueryResultpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic QueryResult getManagedUsers()
QueryResultpublic void setManagedUsers(QueryResult value)
value - allowed object is
QueryResultpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic QueryResult getUserEntityAccessRights()
QueryResultpublic void setUserEntityAccessRights(QueryResult value)
value - allowed object is
QueryResultpublic QueryResult getUserFieldAccessRights()
QueryResultpublic void setUserFieldAccessRights(QueryResult value)
value - allowed object is
QueryResultpublic QueryResult getUserPreferences()
QueryResultpublic void setUserPreferences(QueryResult value)
value - allowed object is
QueryResultpublic String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic String getWorkspaceId()
StringCopyright © 2016. All rights reserved.