Package com.sforce.soap.metadata
Class KnowledgeCaseSettings
java.lang.Object
com.sforce.soap.metadata.KnowledgeCaseSettings
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetArticlePDFCreationProfile(XmlInputStream __in, TypeMapper __typeMapper) voidsetArticlePDFCreationProfile(String articlePDFCreationProfile) voidsetArticlePublicSharingCommunities(KnowledgeCommunitiesSettings articlePublicSharingCommunities) protected voidsetArticlePublicSharingCommunities(XmlInputStream __in, TypeMapper __typeMapper) voidsetArticlePublicSharingSites(KnowledgeSitesSettings articlePublicSharingSites) protected voidsetArticlePublicSharingSites(XmlInputStream __in, TypeMapper __typeMapper) voidsetArticlePublicSharingSitesChatterAnswers(KnowledgeSitesSettings articlePublicSharingSitesChatterAnswers) protected voidsetArticlePublicSharingSitesChatterAnswers(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAssignTo(XmlInputStream __in, TypeMapper __typeMapper) voidsetAssignTo(String assignTo) protected voidsetCustomizationClass(XmlInputStream __in, TypeMapper __typeMapper) voidsetCustomizationClass(String customizationClass) protected voidsetDefaultContributionArticleType(XmlInputStream __in, TypeMapper __typeMapper) voidsetDefaultContributionArticleType(String defaultContributionArticleType) voidsetEditor(KnowledgeCaseEditor editor) protected voidsetEditor(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableArticleCreation(boolean enableArticleCreation) protected voidsetEnableArticleCreation(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableArticlePublicSharingSites(boolean enableArticlePublicSharingSites) protected voidsetEnableArticlePublicSharingSites(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableCaseDataCategoryMapping(boolean enableCaseDataCategoryMapping) protected voidsetEnableCaseDataCategoryMapping(XmlInputStream __in, TypeMapper __typeMapper) voidsetUseProfileForPDFCreation(boolean useProfileForPDFCreation) protected voidsetUseProfileForPDFCreation(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
KnowledgeCaseSettings
public KnowledgeCaseSettings()Constructor
-
-
Method Details
-
getArticlePDFCreationProfile
-
setArticlePDFCreationProfile
-
setArticlePDFCreationProfile
protected void setArticlePDFCreationProfile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getArticlePublicSharingCommunities
-
setArticlePublicSharingCommunities
public void setArticlePublicSharingCommunities(KnowledgeCommunitiesSettings articlePublicSharingCommunities) -
setArticlePublicSharingCommunities
protected void setArticlePublicSharingCommunities(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getArticlePublicSharingSites
-
setArticlePublicSharingSites
-
setArticlePublicSharingSites
protected void setArticlePublicSharingSites(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getArticlePublicSharingSitesChatterAnswers
-
setArticlePublicSharingSitesChatterAnswers
public void setArticlePublicSharingSitesChatterAnswers(KnowledgeSitesSettings articlePublicSharingSitesChatterAnswers) -
setArticlePublicSharingSitesChatterAnswers
protected void setArticlePublicSharingSitesChatterAnswers(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAssignTo
-
setAssignTo
-
setAssignTo
protected void setAssignTo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCustomizationClass
-
setCustomizationClass
-
setCustomizationClass
protected void setCustomizationClass(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDefaultContributionArticleType
-
setDefaultContributionArticleType
-
setDefaultContributionArticleType
protected void setDefaultContributionArticleType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEditor
-
setEditor
-
setEditor
protected void setEditor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableArticleCreation
public boolean getEnableArticleCreation() -
isEnableArticleCreation
public boolean isEnableArticleCreation() -
setEnableArticleCreation
public void setEnableArticleCreation(boolean enableArticleCreation) -
setEnableArticleCreation
protected void setEnableArticleCreation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableArticlePublicSharingSites
public boolean getEnableArticlePublicSharingSites() -
isEnableArticlePublicSharingSites
public boolean isEnableArticlePublicSharingSites() -
setEnableArticlePublicSharingSites
public void setEnableArticlePublicSharingSites(boolean enableArticlePublicSharingSites) -
setEnableArticlePublicSharingSites
protected void setEnableArticlePublicSharingSites(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableCaseDataCategoryMapping
public boolean getEnableCaseDataCategoryMapping() -
isEnableCaseDataCategoryMapping
public boolean isEnableCaseDataCategoryMapping() -
setEnableCaseDataCategoryMapping
public void setEnableCaseDataCategoryMapping(boolean enableCaseDataCategoryMapping) -
setEnableCaseDataCategoryMapping
protected void setEnableCaseDataCategoryMapping(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUseProfileForPDFCreation
public boolean getUseProfileForPDFCreation() -
isUseProfileForPDFCreation
public boolean isUseProfileForPDFCreation() -
setUseProfileForPDFCreation
public void setUseProfileForPDFCreation(boolean useProfileForPDFCreation) -
setUseProfileForPDFCreation
protected void setUseProfileForPDFCreation(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- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-