Package com.sforce.soap.partner
Interface IGetUserInfoResult
- All Known Implementing Classes:
GetUserInfoResult
public interface IGetUserInfoResult
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : accessibilityMode of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : chatterExternal of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : currencySymbol of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : organizationId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringbooleanelement : organizationMultiCurrency of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : organizationName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringintelement : orgAttachmentFileSizeLimit of type {http://www.w3.org/2001/XMLSchema}int java type: intelement : orgDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : orgDefaultCurrencyLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : orgDisallowHtmlAttachments of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : orgHasPersonAccounts of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : profileId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : roleId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringintelement : sessionSecondsValid of type {http://www.w3.org/2001/XMLSchema}int java type: intelement : userDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userEmail of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userFullName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : userLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userTimeZone of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userUiSkin of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanbooleanbooleanbooleanbooleanvoidsetAccessibilityMode(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) voidvoidsetSessionSecondsValid(int sessionSecondsValid) voidsetUserDefaultCurrencyIsoCode(String userDefaultCurrencyIsoCode) voidsetUserEmail(String userEmail) voidsetUserFullName(String userFullName) voidvoidsetUserLanguage(String userLanguage) voidsetUserLocale(String userLocale) voidsetUserName(String userName) voidsetUserTimeZone(String userTimeZone) voidsetUserType(String userType) voidsetUserUiSkin(String userUiSkin)
-
Method Details
-
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
-
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
-
getOrgDefaultCurrencyLocale
String getOrgDefaultCurrencyLocale()element : orgDefaultCurrencyLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setOrgDefaultCurrencyLocale
-
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
-
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
-
getProfileId
String getProfileId()element : profileId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setProfileId
-
getRoleId
String getRoleId()element : roleId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setRoleId
-
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
-
getUserEmail
String getUserEmail()element : userEmail of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setUserEmail
-
getUserFullName
String getUserFullName()element : userFullName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setUserFullName
-
getUserId
String getUserId()element : userId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setUserId
-
getUserLanguage
String getUserLanguage()element : userLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setUserLanguage
-
getUserLocale
String getUserLocale()element : userLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setUserLocale
-
getUserName
String getUserName()element : userName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setUserName
-
getUserTimeZone
String getUserTimeZone()element : userTimeZone of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setUserTimeZone
-
getUserType
String getUserType()element : userType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setUserType
-
getUserUiSkin
String getUserUiSkin()element : userUiSkin of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setUserUiSkin
-