public interface IGetUserInfoResult
| 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 |
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) |
boolean getAccessibilityMode()
boolean isAccessibilityMode()
void setAccessibilityMode(boolean accessibilityMode)
String getCurrencySymbol()
void setCurrencySymbol(String currencySymbol)
int getOrgAttachmentFileSizeLimit()
void setOrgAttachmentFileSizeLimit(int orgAttachmentFileSizeLimit)
String getOrgDefaultCurrencyIsoCode()
void setOrgDefaultCurrencyIsoCode(String orgDefaultCurrencyIsoCode)
boolean getOrgDisallowHtmlAttachments()
boolean isOrgDisallowHtmlAttachments()
void setOrgDisallowHtmlAttachments(boolean orgDisallowHtmlAttachments)
boolean getOrgHasPersonAccounts()
boolean isOrgHasPersonAccounts()
void setOrgHasPersonAccounts(boolean orgHasPersonAccounts)
String getOrganizationId()
void setOrganizationId(String organizationId)
boolean getOrganizationMultiCurrency()
boolean isOrganizationMultiCurrency()
void setOrganizationMultiCurrency(boolean organizationMultiCurrency)
String getOrganizationName()
void setOrganizationName(String organizationName)
String getProfileId()
void setProfileId(String profileId)
String getRoleId()
void setRoleId(String roleId)
int getSessionSecondsValid()
void setSessionSecondsValid(int sessionSecondsValid)
String getUserDefaultCurrencyIsoCode()
void setUserDefaultCurrencyIsoCode(String userDefaultCurrencyIsoCode)
String getUserEmail()
void setUserEmail(String userEmail)
String getUserFullName()
void setUserFullName(String userFullName)
String getUserId()
void setUserId(String userId)
String getUserLanguage()
void setUserLanguage(String userLanguage)
String getUserLocale()
void setUserLocale(String userLocale)
String getUserName()
void setUserName(String userName)
String getUserTimeZone()
void setUserTimeZone(String userTimeZone)
String getUserType()
void setUserType(String userType)
String getUserUiSkin()
void setUserUiSkin(String userUiSkin)
Copyright © 2015. All Rights Reserved.