Package com.sforce.soap.metadata
Class RecordActionRecommendation
- java.lang.Object
-
- com.sforce.soap.metadata.RecordActionRecommendation
-
-
Constructor Summary
Constructors Constructor Description RecordActionRecommendation()Constructor
-
Method Summary
-
-
-
Method Detail
-
getDefaultStrategy
public String getDefaultStrategy()
-
setDefaultStrategy
public void setDefaultStrategy(String defaultStrategy)
-
setDefaultStrategy
protected void setDefaultStrategy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasDescription
public boolean getHasDescription()
-
isHasDescription
public boolean isHasDescription()
-
setHasDescription
public void setHasDescription(boolean hasDescription)
-
setHasDescription
protected void setHasDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasImage
public boolean getHasImage()
-
isHasImage
public boolean isHasImage()
-
setHasImage
public void setHasImage(boolean hasImage)
-
setHasImage
protected void setHasImage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasRejectAction
public boolean getHasRejectAction()
-
isHasRejectAction
public boolean isHasRejectAction()
-
setHasRejectAction
public void setHasRejectAction(boolean hasRejectAction)
-
setHasRejectAction
protected void setHasRejectAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasTitle
public boolean getHasTitle()
-
isHasTitle
public boolean isHasTitle()
-
setHasTitle
public void setHasTitle(boolean hasTitle)
-
setHasTitle
protected void setHasTitle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMaxDisplayRecommendations
public int getMaxDisplayRecommendations()
-
setMaxDisplayRecommendations
public void setMaxDisplayRecommendations(int maxDisplayRecommendations)
-
setMaxDisplayRecommendations
protected void setMaxDisplayRecommendations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShouldLaunchActionOnReject
public boolean getShouldLaunchActionOnReject()
-
isShouldLaunchActionOnReject
public boolean isShouldLaunchActionOnReject()
-
setShouldLaunchActionOnReject
public void setShouldLaunchActionOnReject(boolean shouldLaunchActionOnReject)
-
setShouldLaunchActionOnReject
protected void setShouldLaunchActionOnReject(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
-
-