Package com.sforce.soap.metadata
Class DiscoverySettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.DiscoverySettings
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetEinsteinAR4ConvOnDmndRecs(boolean einsteinAR4ConvOnDmndRecs) protected voidsetEinsteinAR4ConvOnDmndRecs(XmlInputStream __in, TypeMapper __typeMapper) voidsetEinsteinARForConvo(boolean einsteinARForConvo) protected voidsetEinsteinARForConvo(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableEinsteinAnswersPref(boolean enableEinsteinAnswersPref) protected voidsetEnableEinsteinAnswersPref(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableEinsteinArticleRecommendations(boolean enableEinsteinArticleRecommendations) protected voidsetEnableEinsteinArticleRecommendations(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableEinsteinArticleRecommendationsOnDC(boolean enableEinsteinArticleRecommendationsOnDC) protected voidsetEnableEinsteinArticleRecommendationsOnDC(XmlInputStream __in, TypeMapper __typeMapper) toString()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
-
DiscoverySettings
public DiscoverySettings()Constructor
-
-
Method Details
-
getEinsteinAR4ConvOnDmndRecs
public boolean getEinsteinAR4ConvOnDmndRecs() -
isEinsteinAR4ConvOnDmndRecs
public boolean isEinsteinAR4ConvOnDmndRecs() -
setEinsteinAR4ConvOnDmndRecs
public void setEinsteinAR4ConvOnDmndRecs(boolean einsteinAR4ConvOnDmndRecs) -
setEinsteinAR4ConvOnDmndRecs
protected void setEinsteinAR4ConvOnDmndRecs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEinsteinARForConvo
public boolean getEinsteinARForConvo() -
isEinsteinARForConvo
public boolean isEinsteinARForConvo() -
setEinsteinARForConvo
public void setEinsteinARForConvo(boolean einsteinARForConvo) -
setEinsteinARForConvo
protected void setEinsteinARForConvo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableEinsteinAnswersPref
public boolean getEnableEinsteinAnswersPref() -
isEnableEinsteinAnswersPref
public boolean isEnableEinsteinAnswersPref() -
setEnableEinsteinAnswersPref
public void setEnableEinsteinAnswersPref(boolean enableEinsteinAnswersPref) -
setEnableEinsteinAnswersPref
protected void setEnableEinsteinAnswersPref(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableEinsteinArticleRecommendations
public boolean getEnableEinsteinArticleRecommendations() -
isEnableEinsteinArticleRecommendations
public boolean isEnableEinsteinArticleRecommendations() -
setEnableEinsteinArticleRecommendations
public void setEnableEinsteinArticleRecommendations(boolean enableEinsteinArticleRecommendations) -
setEnableEinsteinArticleRecommendations
protected void setEnableEinsteinArticleRecommendations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableEinsteinArticleRecommendationsOnDC
public boolean getEnableEinsteinArticleRecommendationsOnDC() -
isEnableEinsteinArticleRecommendationsOnDC
public boolean isEnableEinsteinArticleRecommendationsOnDC() -
setEnableEinsteinArticleRecommendationsOnDC
public void setEnableEinsteinArticleRecommendationsOnDC(boolean enableEinsteinArticleRecommendationsOnDC) -
setEnableEinsteinArticleRecommendationsOnDC
protected void setEnableEinsteinArticleRecommendationsOnDC(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
-