Package com.sforce.soap.metadata
Class Community
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.Community
-
-
Constructor Summary
Constructors Constructor Description Community()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getActive
public boolean getActive()
-
isActive
public boolean isActive()
-
setActive
public void setActive(boolean active)
-
setActive
protected void setActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getChatterAnswersFacebookSsoUrl
public String getChatterAnswersFacebookSsoUrl()
-
setChatterAnswersFacebookSsoUrl
public void setChatterAnswersFacebookSsoUrl(String chatterAnswersFacebookSsoUrl)
-
setChatterAnswersFacebookSsoUrl
protected void setChatterAnswersFacebookSsoUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCommunityFeedPage
public String getCommunityFeedPage()
-
setCommunityFeedPage
public void setCommunityFeedPage(String communityFeedPage)
-
setCommunityFeedPage
protected void setCommunityFeedPage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDataCategoryName
public String getDataCategoryName()
-
setDataCategoryName
public void setDataCategoryName(String dataCategoryName)
-
setDataCategoryName
protected void setDataCategoryName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmailFooterDocument
public String getEmailFooterDocument()
-
setEmailFooterDocument
public void setEmailFooterDocument(String emailFooterDocument)
-
setEmailFooterDocument
protected void setEmailFooterDocument(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmailHeaderDocument
public String getEmailHeaderDocument()
-
setEmailHeaderDocument
public void setEmailHeaderDocument(String emailHeaderDocument)
-
setEmailHeaderDocument
protected void setEmailHeaderDocument(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmailNotificationUrl
public String getEmailNotificationUrl()
-
setEmailNotificationUrl
public void setEmailNotificationUrl(String emailNotificationUrl)
-
setEmailNotificationUrl
protected void setEmailNotificationUrl(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
-
getEnablePrivateQuestions
public boolean getEnablePrivateQuestions()
-
isEnablePrivateQuestions
public boolean isEnablePrivateQuestions()
-
setEnablePrivateQuestions
public void setEnablePrivateQuestions(boolean enablePrivateQuestions)
-
setEnablePrivateQuestions
protected void setEnablePrivateQuestions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExpertsGroup
public String getExpertsGroup()
-
setExpertsGroup
public void setExpertsGroup(String expertsGroup)
-
setExpertsGroup
protected void setExpertsGroup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPortal
public String getPortal()
-
setPortal
public void setPortal(String portal)
-
setPortal
protected void setPortal(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReputationLevels
public ReputationLevels getReputationLevels()
-
setReputationLevels
public void setReputationLevels(ReputationLevels reputationLevels)
-
setReputationLevels
protected void setReputationLevels(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowInPortal
public boolean getShowInPortal()
-
isShowInPortal
public boolean isShowInPortal()
-
setShowInPortal
public void setShowInPortal(boolean showInPortal)
-
setShowInPortal
protected void setShowInPortal(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSite
public String getSite()
-
setSite
public void setSite(String site)
-
setSite
protected void setSite(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
-
-