public class GetUserInfoResult extends Object implements com.sforce.ws.bind.XMLizable, IGetUserInfoResult
| Constructor and Description |
|---|
GetUserInfoResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAccessibilityMode()
element : accessibilityMode of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getCurrencySymbol()
element : currencySymbol of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getOrganizationId()
element : organizationId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
boolean |
getOrganizationMultiCurrency()
element : organizationMultiCurrency of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getOrganizationName()
element : organizationName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
int |
getOrgAttachmentFileSizeLimit()
element : orgAttachmentFileSizeLimit of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
String |
getOrgDefaultCurrencyIsoCode()
element : orgDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getOrgDisallowHtmlAttachments()
element : orgDisallowHtmlAttachments of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getOrgHasPersonAccounts()
element : orgHasPersonAccounts of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getProfileId()
element : profileId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getRoleId()
element : roleId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
int |
getSessionSecondsValid()
element : sessionSecondsValid of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
String |
getUserDefaultCurrencyIsoCode()
element : userDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUserEmail()
element : userEmail of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUserFullName()
element : userFullName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUserId()
element : userId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getUserLanguage()
element : userLanguage of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUserLocale()
element : userLocale of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUserName()
element : userName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUserTimeZone()
element : userTimeZone of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUserType()
element : userType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUserUiSkin()
element : userUiSkin of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isAccessibilityMode() |
boolean |
isOrganizationMultiCurrency() |
boolean |
isOrgDisallowHtmlAttachments() |
boolean |
isOrgHasPersonAccounts() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setAccessibilityMode(boolean accessibilityMode) |
void |
setCurrencySymbol(String currencySymbol) |
void |
setOrganizationId(String organizationId) |
void |
setOrganizationMultiCurrency(boolean organizationMultiCurrency) |
void |
setOrganizationName(String organizationName) |
void |
setOrgAttachmentFileSizeLimit(int orgAttachmentFileSizeLimit) |
void |
setOrgDefaultCurrencyIsoCode(String orgDefaultCurrencyIsoCode) |
void |
setOrgDisallowHtmlAttachments(boolean orgDisallowHtmlAttachments) |
void |
setOrgHasPersonAccounts(boolean orgHasPersonAccounts) |
void |
setProfileId(String profileId) |
void |
setRoleId(String roleId) |
void |
setSessionSecondsValid(int sessionSecondsValid) |
void |
setUserDefaultCurrencyIsoCode(String userDefaultCurrencyIsoCode) |
void |
setUserEmail(String userEmail) |
void |
setUserFullName(String userFullName) |
void |
setUserId(String userId) |
void |
setUserLanguage(String userLanguage) |
void |
setUserLocale(String userLocale) |
void |
setUserName(String userName) |
void |
setUserTimeZone(String userTimeZone) |
void |
setUserType(String userType) |
void |
setUserUiSkin(String userUiSkin) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public boolean getAccessibilityMode()
IGetUserInfoResultgetAccessibilityMode in interface IGetUserInfoResultpublic boolean isAccessibilityMode()
isAccessibilityMode in interface IGetUserInfoResultpublic void setAccessibilityMode(boolean accessibilityMode)
setAccessibilityMode in interface IGetUserInfoResultpublic String getCurrencySymbol()
IGetUserInfoResultgetCurrencySymbol in interface IGetUserInfoResultpublic void setCurrencySymbol(String currencySymbol)
setCurrencySymbol in interface IGetUserInfoResultpublic int getOrgAttachmentFileSizeLimit()
IGetUserInfoResultgetOrgAttachmentFileSizeLimit in interface IGetUserInfoResultpublic void setOrgAttachmentFileSizeLimit(int orgAttachmentFileSizeLimit)
setOrgAttachmentFileSizeLimit in interface IGetUserInfoResultpublic String getOrgDefaultCurrencyIsoCode()
IGetUserInfoResultgetOrgDefaultCurrencyIsoCode in interface IGetUserInfoResultpublic void setOrgDefaultCurrencyIsoCode(String orgDefaultCurrencyIsoCode)
setOrgDefaultCurrencyIsoCode in interface IGetUserInfoResultpublic boolean getOrgDisallowHtmlAttachments()
IGetUserInfoResultgetOrgDisallowHtmlAttachments in interface IGetUserInfoResultpublic boolean isOrgDisallowHtmlAttachments()
isOrgDisallowHtmlAttachments in interface IGetUserInfoResultpublic void setOrgDisallowHtmlAttachments(boolean orgDisallowHtmlAttachments)
setOrgDisallowHtmlAttachments in interface IGetUserInfoResultpublic boolean getOrgHasPersonAccounts()
IGetUserInfoResultgetOrgHasPersonAccounts in interface IGetUserInfoResultpublic boolean isOrgHasPersonAccounts()
isOrgHasPersonAccounts in interface IGetUserInfoResultpublic void setOrgHasPersonAccounts(boolean orgHasPersonAccounts)
setOrgHasPersonAccounts in interface IGetUserInfoResultpublic String getOrganizationId()
IGetUserInfoResultgetOrganizationId in interface IGetUserInfoResultpublic void setOrganizationId(String organizationId)
setOrganizationId in interface IGetUserInfoResultpublic boolean getOrganizationMultiCurrency()
IGetUserInfoResultgetOrganizationMultiCurrency in interface IGetUserInfoResultpublic boolean isOrganizationMultiCurrency()
isOrganizationMultiCurrency in interface IGetUserInfoResultpublic void setOrganizationMultiCurrency(boolean organizationMultiCurrency)
setOrganizationMultiCurrency in interface IGetUserInfoResultpublic String getOrganizationName()
IGetUserInfoResultgetOrganizationName in interface IGetUserInfoResultpublic void setOrganizationName(String organizationName)
setOrganizationName in interface IGetUserInfoResultpublic String getProfileId()
IGetUserInfoResultgetProfileId in interface IGetUserInfoResultpublic void setProfileId(String profileId)
setProfileId in interface IGetUserInfoResultpublic String getRoleId()
IGetUserInfoResultgetRoleId in interface IGetUserInfoResultpublic void setRoleId(String roleId)
setRoleId in interface IGetUserInfoResultpublic int getSessionSecondsValid()
IGetUserInfoResultgetSessionSecondsValid in interface IGetUserInfoResultpublic void setSessionSecondsValid(int sessionSecondsValid)
setSessionSecondsValid in interface IGetUserInfoResultpublic String getUserDefaultCurrencyIsoCode()
IGetUserInfoResultgetUserDefaultCurrencyIsoCode in interface IGetUserInfoResultpublic void setUserDefaultCurrencyIsoCode(String userDefaultCurrencyIsoCode)
setUserDefaultCurrencyIsoCode in interface IGetUserInfoResultpublic String getUserEmail()
IGetUserInfoResultgetUserEmail in interface IGetUserInfoResultpublic void setUserEmail(String userEmail)
setUserEmail in interface IGetUserInfoResultpublic String getUserFullName()
IGetUserInfoResultgetUserFullName in interface IGetUserInfoResultpublic void setUserFullName(String userFullName)
setUserFullName in interface IGetUserInfoResultpublic String getUserId()
IGetUserInfoResultgetUserId in interface IGetUserInfoResultpublic void setUserId(String userId)
setUserId in interface IGetUserInfoResultpublic String getUserLanguage()
IGetUserInfoResultgetUserLanguage in interface IGetUserInfoResultpublic void setUserLanguage(String userLanguage)
setUserLanguage in interface IGetUserInfoResultpublic String getUserLocale()
IGetUserInfoResultgetUserLocale in interface IGetUserInfoResultpublic void setUserLocale(String userLocale)
setUserLocale in interface IGetUserInfoResultpublic String getUserName()
IGetUserInfoResultgetUserName in interface IGetUserInfoResultpublic void setUserName(String userName)
setUserName in interface IGetUserInfoResultpublic String getUserTimeZone()
IGetUserInfoResultgetUserTimeZone in interface IGetUserInfoResultpublic void setUserTimeZone(String userTimeZone)
setUserTimeZone in interface IGetUserInfoResultpublic String getUserType()
IGetUserInfoResultgetUserType in interface IGetUserInfoResultpublic void setUserType(String userType)
setUserType in interface IGetUserInfoResultpublic String getUserUiSkin()
IGetUserInfoResultgetUserUiSkin in interface IGetUserInfoResultpublic void setUserUiSkin(String userUiSkin)
setUserUiSkin in interface IGetUserInfoResultpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.