Package com.sforce.soap.metadata
Class OrgSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.OrgSettings
-
-
Constructor Summary
Constructors Constructor Description OrgSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getEnableCustomerSuccessPortal
public boolean getEnableCustomerSuccessPortal()
-
isEnableCustomerSuccessPortal
public boolean isEnableCustomerSuccessPortal()
-
setEnableCustomerSuccessPortal
public void setEnableCustomerSuccessPortal(boolean enableCustomerSuccessPortal)
-
setEnableCustomerSuccessPortal
protected void setEnableCustomerSuccessPortal(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableIncludeContractStatus
public boolean getEnableIncludeContractStatus()
-
isEnableIncludeContractStatus
public boolean isEnableIncludeContractStatus()
-
setEnableIncludeContractStatus
public void setEnableIncludeContractStatus(boolean enableIncludeContractStatus)
-
setEnableIncludeContractStatus
protected void setEnableIncludeContractStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableMakeDeploymentsMandatory
public boolean getEnableMakeDeploymentsMandatory()
-
isEnableMakeDeploymentsMandatory
public boolean isEnableMakeDeploymentsMandatory()
-
setEnableMakeDeploymentsMandatory
public void setEnableMakeDeploymentsMandatory(boolean enableMakeDeploymentsMandatory)
-
setEnableMakeDeploymentsMandatory
protected void setEnableMakeDeploymentsMandatory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableManageSelfServiceUsers
public boolean getEnableManageSelfServiceUsers()
-
isEnableManageSelfServiceUsers
public boolean isEnableManageSelfServiceUsers()
-
setEnableManageSelfServiceUsers
public void setEnableManageSelfServiceUsers(boolean enableManageSelfServiceUsers)
-
setEnableManageSelfServiceUsers
protected void setEnableManageSelfServiceUsers(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableOrgFeedSentimentAnalysis
public boolean getEnableOrgFeedSentimentAnalysis()
-
isEnableOrgFeedSentimentAnalysis
public boolean isEnableOrgFeedSentimentAnalysis()
-
setEnableOrgFeedSentimentAnalysis
public void setEnableOrgFeedSentimentAnalysis(boolean enableOrgFeedSentimentAnalysis)
-
setEnableOrgFeedSentimentAnalysis
protected void setEnableOrgFeedSentimentAnalysis(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableRADeploymentAttributeOnly
public boolean getEnableRADeploymentAttributeOnly()
-
isEnableRADeploymentAttributeOnly
public boolean isEnableRADeploymentAttributeOnly()
-
setEnableRADeploymentAttributeOnly
public void setEnableRADeploymentAttributeOnly(boolean enableRADeploymentAttributeOnly)
-
setEnableRADeploymentAttributeOnly
protected void setEnableRADeploymentAttributeOnly(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableResetDivisionOnLogin
public boolean getEnableResetDivisionOnLogin()
-
isEnableResetDivisionOnLogin
public boolean isEnableResetDivisionOnLogin()
-
setEnableResetDivisionOnLogin
public void setEnableResetDivisionOnLogin(boolean enableResetDivisionOnLogin)
-
setEnableResetDivisionOnLogin
protected void setEnableResetDivisionOnLogin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-