public class Profile extends SObject
Java class for Profile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Profile">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="CreatedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="CreatedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastModifiedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="LastModifiedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="LastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Metadata" type="{urn:metadata.tooling.soap.sforce.com}Profile" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProfileLayouts" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
<element name="UserLicenseId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="Users" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
description |
protected String |
fullName |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected Profile |
metadata |
protected String |
name |
protected QueryResult |
profileLayouts |
protected String |
userLicenseId |
protected QueryResult |
users |
fieldsToNull, id| Constructor and Description |
|---|
Profile() |
| Modifier and Type | Method and Description |
|---|---|
User |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getCreatedById()
Gets the value of the createdById property.
|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getFullName()
Gets the value of the fullName property.
|
User |
getLastModifiedBy()
Gets the value of the lastModifiedBy property.
|
String |
getLastModifiedById()
Gets the value of the lastModifiedById property.
|
XMLGregorianCalendar |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
Profile |
getMetadata()
Gets the value of the metadata property.
|
String |
getName()
Gets the value of the name property.
|
QueryResult |
getProfileLayouts()
Gets the value of the profileLayouts property.
|
String |
getUserLicenseId()
Gets the value of the userLicenseId property.
|
QueryResult |
getUsers()
Gets the value of the users property.
|
void |
setCreatedBy(User value)
Sets the value of the createdBy property.
|
void |
setCreatedById(String value)
Sets the value of the createdById property.
|
void |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setLastModifiedBy(User value)
Sets the value of the lastModifiedBy property.
|
void |
setLastModifiedById(String value)
Sets the value of the lastModifiedById property.
|
void |
setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
|
void |
setMetadata(Profile value)
Sets the value of the metadata property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProfileLayouts(QueryResult value)
Sets the value of the profileLayouts property.
|
void |
setUserLicenseId(String value)
Sets the value of the userLicenseId property.
|
void |
setUsers(QueryResult value)
Sets the value of the users property.
|
getFieldsToNull, getId, setIdprotected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String description
protected String fullName
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected Profile metadata
protected String name
protected QueryResult profileLayouts
protected String userLicenseId
protected QueryResult users
public User getCreatedBy()
Userpublic void setCreatedBy(User value)
value - allowed object is
Userpublic String getCreatedById()
Stringpublic void setCreatedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic User getLastModifiedBy()
Userpublic void setLastModifiedBy(User value)
value - allowed object is
Userpublic String getLastModifiedById()
Stringpublic void setLastModifiedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModifiedDate()
XMLGregorianCalendarpublic void setLastModifiedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Profile getMetadata()
Profilepublic void setMetadata(Profile value)
value - allowed object is
Profilepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic QueryResult getProfileLayouts()
QueryResultpublic void setProfileLayouts(QueryResult value)
value - allowed object is
QueryResultpublic String getUserLicenseId()
Stringpublic void setUserLicenseId(String value)
value - allowed object is
Stringpublic QueryResult getUsers()
QueryResultpublic void setUsers(QueryResult value)
value - allowed object is
QueryResultCopyright © 2016. All rights reserved.