Package com.sforce.soap.metadata
Class AIReplyRecommendationsSettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.AIReplyRecommendationsSettings
- 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) voidsetEnableAIReplyRecommendations(boolean enableAIReplyRecommendations) protected voidsetEnableAIReplyRecommendations(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableGenReplyRecommendations(boolean enableGenReplyRecommendations) protected voidsetEnableGenReplyRecommendations(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableServiceEinsteinGPTGrounding(boolean enableServiceEinsteinGPTGrounding) protected voidsetEnableServiceEinsteinGPTGrounding(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableServiceRepliesPause(boolean enableServiceRepliesPause) protected voidsetEnableServiceRepliesPause(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
-
AIReplyRecommendationsSettings
public AIReplyRecommendationsSettings()Constructor
-
-
Method Details
-
getEnableAIReplyRecommendations
public boolean getEnableAIReplyRecommendations() -
isEnableAIReplyRecommendations
public boolean isEnableAIReplyRecommendations() -
setEnableAIReplyRecommendations
public void setEnableAIReplyRecommendations(boolean enableAIReplyRecommendations) -
setEnableAIReplyRecommendations
protected void setEnableAIReplyRecommendations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableGenReplyRecommendations
public boolean getEnableGenReplyRecommendations() -
isEnableGenReplyRecommendations
public boolean isEnableGenReplyRecommendations() -
setEnableGenReplyRecommendations
public void setEnableGenReplyRecommendations(boolean enableGenReplyRecommendations) -
setEnableGenReplyRecommendations
protected void setEnableGenReplyRecommendations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableServiceEinsteinGPTGrounding
public boolean getEnableServiceEinsteinGPTGrounding() -
isEnableServiceEinsteinGPTGrounding
public boolean isEnableServiceEinsteinGPTGrounding() -
setEnableServiceEinsteinGPTGrounding
public void setEnableServiceEinsteinGPTGrounding(boolean enableServiceEinsteinGPTGrounding) -
setEnableServiceEinsteinGPTGrounding
protected void setEnableServiceEinsteinGPTGrounding(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableServiceRepliesPause
public boolean getEnableServiceRepliesPause() -
isEnableServiceRepliesPause
public boolean isEnableServiceRepliesPause() -
setEnableServiceRepliesPause
public void setEnableServiceRepliesPause(boolean enableServiceRepliesPause) -
setEnableServiceRepliesPause
protected void setEnableServiceRepliesPause(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
-