Package com.sforce.soap.metadata
Class Community
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.Community
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleangetSite()booleanisActive()booleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetActive(boolean active) protected voidsetActive(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetChatterAnswersFacebookSsoUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetChatterAnswersFacebookSsoUrl(String chatterAnswersFacebookSsoUrl) protected voidsetCommunityFeedPage(XmlInputStream __in, TypeMapper __typeMapper) voidsetCommunityFeedPage(String communityFeedPage) protected voidsetDataCategoryName(XmlInputStream __in, TypeMapper __typeMapper) voidsetDataCategoryName(String dataCategoryName) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetEmailFooterDocument(XmlInputStream __in, TypeMapper __typeMapper) voidsetEmailFooterDocument(String emailFooterDocument) protected voidsetEmailHeaderDocument(XmlInputStream __in, TypeMapper __typeMapper) voidsetEmailHeaderDocument(String emailHeaderDocument) protected voidsetEmailNotificationUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetEmailNotificationUrl(String emailNotificationUrl) voidsetEnableChatterAnswers(boolean enableChatterAnswers) protected voidsetEnableChatterAnswers(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnablePrivateQuestions(boolean enablePrivateQuestions) protected voidsetEnablePrivateQuestions(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetExpertsGroup(XmlInputStream __in, TypeMapper __typeMapper) voidsetExpertsGroup(String expertsGroup) protected voidsetPortal(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetReputationLevels(ReputationLevels reputationLevels) protected voidsetReputationLevels(XmlInputStream __in, TypeMapper __typeMapper) voidsetShowInPortal(boolean showInPortal) protected voidsetShowInPortal(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetSite(XmlInputStream __in, TypeMapper __typeMapper) voidtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
Community
public Community()Constructor
-
-
Method Details
-
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
-
setChatterAnswersFacebookSsoUrl
-
setChatterAnswersFacebookSsoUrl
protected void setChatterAnswersFacebookSsoUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCommunityFeedPage
-
setCommunityFeedPage
-
setCommunityFeedPage
protected void setCommunityFeedPage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDataCategoryName
-
setDataCategoryName
-
setDataCategoryName
protected void setDataCategoryName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEmailHeaderDocument
-
setEmailHeaderDocument
-
setEmailHeaderDocument
protected void setEmailHeaderDocument(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEmailNotificationUrl
-
setEmailNotificationUrl
-
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
-
setExpertsGroup
-
setExpertsGroup
protected void setExpertsGroup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPortal
-
setPortal
-
setPortal
protected void setPortal(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReputationLevels
-
setReputationLevels
-
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
-
setSite
-
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
- 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
-
toString
-