237 lines
6.5 KiB
Java
237 lines
6.5 KiB
Java
package com.sforce.soap.partner;
|
|
|
|
/**
|
|
* This is a generated class for the SObject Enterprise API.
|
|
* Do not edit this file, as your changes will be lost.
|
|
*/
|
|
public interface IGetUserInfoResult {
|
|
|
|
/**
|
|
* element : accessibilityMode of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
|
|
public boolean getAccessibilityMode();
|
|
|
|
public boolean isAccessibilityMode();
|
|
|
|
public void setAccessibilityMode(boolean accessibilityMode);
|
|
|
|
/**
|
|
* element : chatterExternal of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
|
|
public boolean getChatterExternal();
|
|
|
|
public boolean isChatterExternal();
|
|
|
|
public void setChatterExternal(boolean chatterExternal);
|
|
|
|
/**
|
|
* element : currencySymbol of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getCurrencySymbol();
|
|
|
|
public void setCurrencySymbol(java.lang.String currencySymbol);
|
|
|
|
/**
|
|
* element : orgAttachmentFileSizeLimit of type {http://www.w3.org/2001/XMLSchema}int
|
|
* java type: int
|
|
*/
|
|
|
|
public int getOrgAttachmentFileSizeLimit();
|
|
|
|
public void setOrgAttachmentFileSizeLimit(int orgAttachmentFileSizeLimit);
|
|
|
|
/**
|
|
* element : orgDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getOrgDefaultCurrencyIsoCode();
|
|
|
|
public void setOrgDefaultCurrencyIsoCode(java.lang.String orgDefaultCurrencyIsoCode);
|
|
|
|
/**
|
|
* element : orgDefaultCurrencyLocale of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getOrgDefaultCurrencyLocale();
|
|
|
|
public void setOrgDefaultCurrencyLocale(java.lang.String orgDefaultCurrencyLocale);
|
|
|
|
/**
|
|
* element : orgDisallowHtmlAttachments of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
|
|
public boolean getOrgDisallowHtmlAttachments();
|
|
|
|
public boolean isOrgDisallowHtmlAttachments();
|
|
|
|
public void setOrgDisallowHtmlAttachments(boolean orgDisallowHtmlAttachments);
|
|
|
|
/**
|
|
* element : orgHasPersonAccounts of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
|
|
public boolean getOrgHasPersonAccounts();
|
|
|
|
public boolean isOrgHasPersonAccounts();
|
|
|
|
public void setOrgHasPersonAccounts(boolean orgHasPersonAccounts);
|
|
|
|
/**
|
|
* element : organizationId of type {urn:partner.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getOrganizationId();
|
|
|
|
public void setOrganizationId(java.lang.String organizationId);
|
|
|
|
/**
|
|
* element : organizationMultiCurrency of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
|
|
public boolean getOrganizationMultiCurrency();
|
|
|
|
public boolean isOrganizationMultiCurrency();
|
|
|
|
public void setOrganizationMultiCurrency(boolean organizationMultiCurrency);
|
|
|
|
/**
|
|
* element : organizationName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getOrganizationName();
|
|
|
|
public void setOrganizationName(java.lang.String organizationName);
|
|
|
|
/**
|
|
* element : profileId of type {urn:partner.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getProfileId();
|
|
|
|
public void setProfileId(java.lang.String profileId);
|
|
|
|
/**
|
|
* element : roleId of type {urn:partner.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getRoleId();
|
|
|
|
public void setRoleId(java.lang.String roleId);
|
|
|
|
/**
|
|
* element : sessionSecondsValid of type {http://www.w3.org/2001/XMLSchema}int
|
|
* java type: int
|
|
*/
|
|
|
|
public int getSessionSecondsValid();
|
|
|
|
public void setSessionSecondsValid(int sessionSecondsValid);
|
|
|
|
/**
|
|
* element : userDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getUserDefaultCurrencyIsoCode();
|
|
|
|
public void setUserDefaultCurrencyIsoCode(java.lang.String userDefaultCurrencyIsoCode);
|
|
|
|
/**
|
|
* element : userEmail of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getUserEmail();
|
|
|
|
public void setUserEmail(java.lang.String userEmail);
|
|
|
|
/**
|
|
* element : userFullName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getUserFullName();
|
|
|
|
public void setUserFullName(java.lang.String userFullName);
|
|
|
|
/**
|
|
* element : userId of type {urn:partner.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getUserId();
|
|
|
|
public void setUserId(java.lang.String userId);
|
|
|
|
/**
|
|
* element : userLanguage of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getUserLanguage();
|
|
|
|
public void setUserLanguage(java.lang.String userLanguage);
|
|
|
|
/**
|
|
* element : userLocale of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getUserLocale();
|
|
|
|
public void setUserLocale(java.lang.String userLocale);
|
|
|
|
/**
|
|
* element : userName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getUserName();
|
|
|
|
public void setUserName(java.lang.String userName);
|
|
|
|
/**
|
|
* element : userTimeZone of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getUserTimeZone();
|
|
|
|
public void setUserTimeZone(java.lang.String userTimeZone);
|
|
|
|
/**
|
|
* element : userType of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getUserType();
|
|
|
|
public void setUserType(java.lang.String userType);
|
|
|
|
/**
|
|
* element : userUiSkin of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
|
|
public java.lang.String getUserUiSkin();
|
|
|
|
public void setUserUiSkin(java.lang.String userUiSkin);
|
|
|
|
|
|
}
|