Package com.sforce.soap.partner
Interface IGetUserInfoResult
-
- All Known Implementing Classes:
GetUserInfoResult
public interface IGetUserInfoResultThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAccessibilityMode()element : accessibilityMode of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetChatterExternal()element : chatterExternal of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetCurrencySymbol()element : currencySymbol of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetOrganizationId()element : organizationId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringbooleangetOrganizationMultiCurrency()element : organizationMultiCurrency of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetOrganizationName()element : organizationName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringintgetOrgAttachmentFileSizeLimit()element : orgAttachmentFileSizeLimit of type {http://www.w3.org/2001/XMLSchema}int java type: intStringgetOrgDefaultCurrencyIsoCode()element : orgDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetOrgDefaultCurrencyLocale()element : orgDefaultCurrencyLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetOrgDisallowHtmlAttachments()element : orgDisallowHtmlAttachments of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetOrgHasPersonAccounts()element : orgHasPersonAccounts of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetProfileId()element : profileId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetRoleId()element : roleId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringintgetSessionSecondsValid()element : sessionSecondsValid of type {http://www.w3.org/2001/XMLSchema}int java type: intStringgetUserDefaultCurrencyIsoCode()element : userDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetUserEmail()element : userEmail of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetUserFullName()element : userFullName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetUserId()element : userId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetUserLanguage()element : userLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetUserLocale()element : userLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetUserName()element : userName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetUserTimeZone()element : userTimeZone of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetUserType()element : userType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetUserUiSkin()element : userUiSkin of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisAccessibilityMode()booleanisChatterExternal()booleanisOrganizationMultiCurrency()booleanisOrgDisallowHtmlAttachments()booleanisOrgHasPersonAccounts()voidsetAccessibilityMode(boolean accessibilityMode)voidsetChatterExternal(boolean chatterExternal)voidsetCurrencySymbol(String currencySymbol)voidsetOrganizationId(String organizationId)voidsetOrganizationMultiCurrency(boolean organizationMultiCurrency)voidsetOrganizationName(String organizationName)voidsetOrgAttachmentFileSizeLimit(int orgAttachmentFileSizeLimit)voidsetOrgDefaultCurrencyIsoCode(String orgDefaultCurrencyIsoCode)voidsetOrgDefaultCurrencyLocale(String orgDefaultCurrencyLocale)voidsetOrgDisallowHtmlAttachments(boolean orgDisallowHtmlAttachments)voidsetOrgHasPersonAccounts(boolean orgHasPersonAccounts)voidsetProfileId(String profileId)voidsetRoleId(String roleId)voidsetSessionSecondsValid(int sessionSecondsValid)voidsetUserDefaultCurrencyIsoCode(String userDefaultCurrencyIsoCode)voidsetUserEmail(String userEmail)voidsetUserFullName(String userFullName)voidsetUserId(String userId)voidsetUserLanguage(String userLanguage)voidsetUserLocale(String userLocale)voidsetUserName(String userName)voidsetUserTimeZone(String userTimeZone)voidsetUserType(String userType)voidsetUserUiSkin(String userUiSkin)
-
-
-
Method Detail
-
getAccessibilityMode
boolean getAccessibilityMode()
element : accessibilityMode of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isAccessibilityMode
boolean isAccessibilityMode()
-
setAccessibilityMode
void setAccessibilityMode(boolean accessibilityMode)
-
getChatterExternal
boolean getChatterExternal()
element : chatterExternal of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isChatterExternal
boolean isChatterExternal()
-
setChatterExternal
void setChatterExternal(boolean chatterExternal)
-
getCurrencySymbol
String getCurrencySymbol()
element : currencySymbol of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setCurrencySymbol
void setCurrencySymbol(String currencySymbol)
-
getOrgAttachmentFileSizeLimit
int getOrgAttachmentFileSizeLimit()
element : orgAttachmentFileSizeLimit of type {http://www.w3.org/2001/XMLSchema}int java type: int
-
setOrgAttachmentFileSizeLimit
void setOrgAttachmentFileSizeLimit(int orgAttachmentFileSizeLimit)
-
getOrgDefaultCurrencyIsoCode
String getOrgDefaultCurrencyIsoCode()
element : orgDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setOrgDefaultCurrencyIsoCode
void setOrgDefaultCurrencyIsoCode(String orgDefaultCurrencyIsoCode)
-
getOrgDefaultCurrencyLocale
String getOrgDefaultCurrencyLocale()
element : orgDefaultCurrencyLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setOrgDefaultCurrencyLocale
void setOrgDefaultCurrencyLocale(String orgDefaultCurrencyLocale)
-
getOrgDisallowHtmlAttachments
boolean getOrgDisallowHtmlAttachments()
element : orgDisallowHtmlAttachments of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isOrgDisallowHtmlAttachments
boolean isOrgDisallowHtmlAttachments()
-
setOrgDisallowHtmlAttachments
void setOrgDisallowHtmlAttachments(boolean orgDisallowHtmlAttachments)
-
getOrgHasPersonAccounts
boolean getOrgHasPersonAccounts()
element : orgHasPersonAccounts of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isOrgHasPersonAccounts
boolean isOrgHasPersonAccounts()
-
setOrgHasPersonAccounts
void setOrgHasPersonAccounts(boolean orgHasPersonAccounts)
-
getOrganizationId
String getOrganizationId()
element : organizationId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setOrganizationId
void setOrganizationId(String organizationId)
-
getOrganizationMultiCurrency
boolean getOrganizationMultiCurrency()
element : organizationMultiCurrency of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isOrganizationMultiCurrency
boolean isOrganizationMultiCurrency()
-
setOrganizationMultiCurrency
void setOrganizationMultiCurrency(boolean organizationMultiCurrency)
-
getOrganizationName
String getOrganizationName()
element : organizationName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setOrganizationName
void setOrganizationName(String organizationName)
-
getProfileId
String getProfileId()
element : profileId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setProfileId
void setProfileId(String profileId)
-
getRoleId
String getRoleId()
element : roleId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setRoleId
void setRoleId(String roleId)
-
getSessionSecondsValid
int getSessionSecondsValid()
element : sessionSecondsValid of type {http://www.w3.org/2001/XMLSchema}int java type: int
-
setSessionSecondsValid
void setSessionSecondsValid(int sessionSecondsValid)
-
getUserDefaultCurrencyIsoCode
String getUserDefaultCurrencyIsoCode()
element : userDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setUserDefaultCurrencyIsoCode
void setUserDefaultCurrencyIsoCode(String userDefaultCurrencyIsoCode)
-
getUserEmail
String getUserEmail()
element : userEmail of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setUserEmail
void setUserEmail(String userEmail)
-
getUserFullName
String getUserFullName()
element : userFullName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setUserFullName
void setUserFullName(String userFullName)
-
getUserId
String getUserId()
element : userId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setUserId
void setUserId(String userId)
-
getUserLanguage
String getUserLanguage()
element : userLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setUserLanguage
void setUserLanguage(String userLanguage)
-
getUserLocale
String getUserLocale()
element : userLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setUserLocale
void setUserLocale(String userLocale)
-
getUserName
String getUserName()
element : userName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setUserName
void setUserName(String userName)
-
getUserTimeZone
String getUserTimeZone()
element : userTimeZone of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setUserTimeZone
void setUserTimeZone(String userTimeZone)
-
getUserType
String getUserType()
element : userType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setUserType
void setUserType(String userType)
-
getUserUiSkin
String getUserUiSkin()
element : userUiSkin of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setUserUiSkin
void setUserUiSkin(String userUiSkin)
-
-