Package com.sforce.soap.metadata
Class RecommendationDefinitionDetail
- java.lang.Object
-
- com.sforce.soap.metadata.RecommendationDefinitionDetail
-
-
Constructor Summary
Constructors Constructor Description RecommendationDefinitionDetail()Constructor
-
Method Summary
-
-
-
Method Detail
-
getActionUrl
public String getActionUrl()
-
setActionUrl
public void setActionUrl(String actionUrl)
-
setActionUrl
protected void setActionUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLinkText
public String getLinkText()
-
setLinkText
public void setLinkText(String linkText)
-
setLinkText
protected void setLinkText(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScheduledRecommendations
public ScheduledRecommendation getScheduledRecommendations()
-
setScheduledRecommendations
public void setScheduledRecommendations(ScheduledRecommendation scheduledRecommendations)
-
setScheduledRecommendations
protected void setScheduledRecommendations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSetupName
public String getSetupName()
-
setSetupName
public void setSetupName(String setupName)
-
setSetupName
protected void setSetupName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
setTitle
protected void setTitle(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-