Package com.sforce.soap.metadata
Class ChatterAnswersSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ChatterAnswersSettings
-
-
Constructor Summary
Constructors Constructor Description ChatterAnswersSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getEmailFollowersOnBestAnswer
public boolean getEmailFollowersOnBestAnswer()
-
isEmailFollowersOnBestAnswer
public boolean isEmailFollowersOnBestAnswer()
-
setEmailFollowersOnBestAnswer
public void setEmailFollowersOnBestAnswer(boolean emailFollowersOnBestAnswer)
-
setEmailFollowersOnBestAnswer
protected void setEmailFollowersOnBestAnswer(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmailFollowersOnReply
public boolean getEmailFollowersOnReply()
-
isEmailFollowersOnReply
public boolean isEmailFollowersOnReply()
-
setEmailFollowersOnReply
public void setEmailFollowersOnReply(boolean emailFollowersOnReply)
-
setEmailFollowersOnReply
protected void setEmailFollowersOnReply(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmailOwnerOnPrivateReply
public boolean getEmailOwnerOnPrivateReply()
-
isEmailOwnerOnPrivateReply
public boolean isEmailOwnerOnPrivateReply()
-
setEmailOwnerOnPrivateReply
public void setEmailOwnerOnPrivateReply(boolean emailOwnerOnPrivateReply)
-
setEmailOwnerOnPrivateReply
protected void setEmailOwnerOnPrivateReply(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmailOwnerOnReply
public boolean getEmailOwnerOnReply()
-
isEmailOwnerOnReply
public boolean isEmailOwnerOnReply()
-
setEmailOwnerOnReply
public void setEmailOwnerOnReply(boolean emailOwnerOnReply)
-
setEmailOwnerOnReply
protected void setEmailOwnerOnReply(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableAnswerViaEmail
public boolean getEnableAnswerViaEmail()
-
isEnableAnswerViaEmail
public boolean isEnableAnswerViaEmail()
-
setEnableAnswerViaEmail
public void setEnableAnswerViaEmail(boolean enableAnswerViaEmail)
-
setEnableAnswerViaEmail
protected void setEnableAnswerViaEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableChatterAnswers
public boolean getEnableChatterAnswers()
-
isEnableChatterAnswers
public boolean isEnableChatterAnswers()
-
setEnableChatterAnswers
public void setEnableChatterAnswers(boolean enableChatterAnswers)
-
setEnableChatterAnswers
protected void setEnableChatterAnswers(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableFacebookSSO
public boolean getEnableFacebookSSO()
-
isEnableFacebookSSO
public boolean isEnableFacebookSSO()
-
setEnableFacebookSSO
public void setEnableFacebookSSO(boolean enableFacebookSSO)
-
setEnableFacebookSSO
protected void setEnableFacebookSSO(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableInlinePublisher
public boolean getEnableInlinePublisher()
-
isEnableInlinePublisher
public boolean isEnableInlinePublisher()
-
setEnableInlinePublisher
public void setEnableInlinePublisher(boolean enableInlinePublisher)
-
setEnableInlinePublisher
protected void setEnableInlinePublisher(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableReputation
public boolean getEnableReputation()
-
isEnableReputation
public boolean isEnableReputation()
-
setEnableReputation
public void setEnableReputation(boolean enableReputation)
-
setEnableReputation
protected void setEnableReputation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableRichTextEditor
public boolean getEnableRichTextEditor()
-
isEnableRichTextEditor
public boolean isEnableRichTextEditor()
-
setEnableRichTextEditor
public void setEnableRichTextEditor(boolean enableRichTextEditor)
-
setEnableRichTextEditor
protected void setEnableRichTextEditor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFacebookAuthProvider
public String getFacebookAuthProvider()
-
setFacebookAuthProvider
public void setFacebookAuthProvider(String facebookAuthProvider)
-
setFacebookAuthProvider
protected void setFacebookAuthProvider(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowInPortals
public boolean getShowInPortals()
-
isShowInPortals
public boolean isShowInPortals()
-
setShowInPortals
public void setShowInPortals(boolean showInPortals)
-
setShowInPortals
protected void setShowInPortals(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
-
-