Package com.sforce.soap.metadata
Class SocialCustomerServiceSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.SocialCustomerServiceSettings
-
-
Constructor Summary
Constructors Constructor Description SocialCustomerServiceSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getCaseSubjectOption
public CaseSubjectOption getCaseSubjectOption()
-
setCaseSubjectOption
public void setCaseSubjectOption(CaseSubjectOption caseSubjectOption)
-
setCaseSubjectOption
protected void setCaseSubjectOption(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableAllFBResponseAccounts
public boolean getEnableAllFBResponseAccounts()
-
isEnableAllFBResponseAccounts
public boolean isEnableAllFBResponseAccounts()
-
setEnableAllFBResponseAccounts
public void setEnableAllFBResponseAccounts(boolean enableAllFBResponseAccounts)
-
setEnableAllFBResponseAccounts
protected void setEnableAllFBResponseAccounts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableInboundProcessingConcurrency
public boolean getEnableInboundProcessingConcurrency()
-
isEnableInboundProcessingConcurrency
public boolean isEnableInboundProcessingConcurrency()
-
setEnableInboundProcessingConcurrency
public void setEnableInboundProcessingConcurrency(boolean enableInboundProcessingConcurrency)
-
setEnableInboundProcessingConcurrency
protected void setEnableInboundProcessingConcurrency(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableSocialApprovals
public boolean getEnableSocialApprovals()
-
isEnableSocialApprovals
public boolean isEnableSocialApprovals()
-
setEnableSocialApprovals
public void setEnableSocialApprovals(boolean enableSocialApprovals)
-
setEnableSocialApprovals
protected void setEnableSocialApprovals(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableSocialCaseAssignmentRules
public boolean getEnableSocialCaseAssignmentRules()
-
isEnableSocialCaseAssignmentRules
public boolean isEnableSocialCaseAssignmentRules()
-
setEnableSocialCaseAssignmentRules
public void setEnableSocialCaseAssignmentRules(boolean enableSocialCaseAssignmentRules)
-
setEnableSocialCaseAssignmentRules
protected void setEnableSocialCaseAssignmentRules(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableSocialCustomerService
public boolean getEnableSocialCustomerService()
-
isEnableSocialCustomerService
public boolean isEnableSocialCustomerService()
-
setEnableSocialCustomerService
public void setEnableSocialCustomerService(boolean enableSocialCustomerService)
-
setEnableSocialCustomerService
protected void setEnableSocialCustomerService(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableSocialPersonaHistoryTracking
public boolean getEnableSocialPersonaHistoryTracking()
-
isEnableSocialPersonaHistoryTracking
public boolean isEnableSocialPersonaHistoryTracking()
-
setEnableSocialPersonaHistoryTracking
public void setEnableSocialPersonaHistoryTracking(boolean enableSocialPersonaHistoryTracking)
-
setEnableSocialPersonaHistoryTracking
protected void setEnableSocialPersonaHistoryTracking(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableSocialPostHistoryTracking
public boolean getEnableSocialPostHistoryTracking()
-
isEnableSocialPostHistoryTracking
public boolean isEnableSocialPostHistoryTracking()
-
setEnableSocialPostHistoryTracking
public void setEnableSocialPostHistoryTracking(boolean enableSocialPostHistoryTracking)
-
setEnableSocialPostHistoryTracking
protected void setEnableSocialPostHistoryTracking(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableSocialReceiveParentPost
public boolean getEnableSocialReceiveParentPost()
-
isEnableSocialReceiveParentPost
public boolean isEnableSocialReceiveParentPost()
-
setEnableSocialReceiveParentPost
public void setEnableSocialReceiveParentPost(boolean enableSocialReceiveParentPost)
-
setEnableSocialReceiveParentPost
protected void setEnableSocialReceiveParentPost(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
-
-