public class UserPreference extends SObject
Java class for UserPreference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserPreference">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="Preference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SystemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="UserId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
preference |
protected XMLGregorianCalendar |
systemModstamp |
protected String |
userId |
protected String |
value |
fieldsToNull, id| Constructor and Description |
|---|
UserPreference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPreference()
Gets the value of the preference property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
String |
getUserId()
Gets the value of the userId property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setPreference(String value)
Sets the value of the preference property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getFieldsToNull, getId, setIdprotected String preference
protected XMLGregorianCalendar systemModstamp
protected String userId
protected String value
public String getPreference()
Stringpublic void setPreference(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2016. All rights reserved.