Package com.sforce.soap.metadata
Class GenAiPlannerBundle
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.GenAiPlannerBundle
- 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 TypeMethodDescriptionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAttributeMappings(GenAiPlannerAttrMapping[] attributeMappings) protected voidsetAttributeMappings(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetBotTemplate(XmlInputStream __in, TypeMapper __typeMapper) voidsetBotTemplate(String botTemplate) protected voidsetCapabilities(XmlInputStream __in, TypeMapper __typeMapper) voidsetCapabilities(String capabilities) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetGenAiFunctions(GenAiPlannerFunctionDef[] genAiFunctions) protected voidsetGenAiFunctions(XmlInputStream __in, TypeMapper __typeMapper) voidsetGenAiPlugins(GenAiPlannerFunctionDef[] genAiPlugins) protected voidsetGenAiPlugins(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) voidsetPlannerType(PlannerType plannerType) protected voidsetPlannerType(XmlInputStream __in, TypeMapper __typeMapper) voidsetRuleExpressionAssignments(GenAiPlannerRuleExprAsgn[] ruleExpressionAssignments) protected voidsetRuleExpressionAssignments(XmlInputStream __in, TypeMapper __typeMapper) voidsetRuleExpressions(GenAiPlannerRuleExprDef[] ruleExpressions) protected voidsetRuleExpressions(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
-
GenAiPlannerBundle
public GenAiPlannerBundle()Constructor
-
-
Method Details
-
getAttributeMappings
-
setAttributeMappings
-
setAttributeMappings
protected void setAttributeMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBotTemplate
-
setBotTemplate
-
setBotTemplate
protected void setBotTemplate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCapabilities
-
setCapabilities
-
setCapabilities
protected void setCapabilities(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getGenAiFunctions
-
setGenAiFunctions
-
setGenAiFunctions
protected void setGenAiFunctions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getGenAiPlugins
-
setGenAiPlugins
-
setGenAiPlugins
protected void setGenAiPlugins(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPlannerType
-
setPlannerType
-
setPlannerType
protected void setPlannerType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRuleExpressionAssignments
-
setRuleExpressionAssignments
-
setRuleExpressionAssignments
protected void setRuleExpressionAssignments(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRuleExpressions
-
setRuleExpressions
-
setRuleExpressions
protected void setRuleExpressions(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
-