Package com.sforce.soap.metadata
Class RecordActionRecommendation
java.lang.Object
com.sforce.soap.metadata.RecordActionRecommendation
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanintbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDefaultStrategy(XmlInputStream __in, TypeMapper __typeMapper) voidsetDefaultStrategy(String defaultStrategy) voidsetHasDescription(boolean hasDescription) protected voidsetHasDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetHasImage(boolean hasImage) protected voidsetHasImage(XmlInputStream __in, TypeMapper __typeMapper) voidsetHasRejectAction(boolean hasRejectAction) protected voidsetHasRejectAction(XmlInputStream __in, TypeMapper __typeMapper) voidsetHasTitle(boolean hasTitle) protected voidsetHasTitle(XmlInputStream __in, TypeMapper __typeMapper) voidsetMaxDisplayRecommendations(int maxDisplayRecommendations) protected voidsetMaxDisplayRecommendations(XmlInputStream __in, TypeMapper __typeMapper) voidsetShouldLaunchActionOnReject(boolean shouldLaunchActionOnReject) protected voidsetShouldLaunchActionOnReject(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
RecordActionRecommendation
public RecordActionRecommendation()Constructor
-
-
Method Details
-
getDefaultStrategy
-
setDefaultStrategy
-
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
- 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
-
toString
-