Package com.sforce.soap.metadata
Class ConvIntelligenceSignalRule
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.ConvIntelligenceSignalRule
- 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 TypeMethodDescriptionbooleanbooleanisActive()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetActionType(ConvIntelligenceActionType actionType) protected voidsetActionType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetActionValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetActionValue(String actionValue) voidsetActive(boolean active) protected voidsetActive(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetChannelAddressIdentifier(XmlInputStream __in, TypeMapper __typeMapper) voidsetChannelAddressIdentifier(String channelAddressIdentifier) protected voidsetChannelType(XmlInputStream __in, TypeMapper __typeMapper) voidsetChannelType(String channelType) protected voidsetCriteria(XmlInputStream __in, TypeMapper __typeMapper) voidsetCriteria(String criteria) protected voidsetDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) voidsetDeveloperName(String developerName) voidsetParticipantRole(ConvParticipantRole participantRole) protected voidsetParticipantRole(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRuleName(XmlInputStream __in, TypeMapper __typeMapper) voidsetRuleName(String ruleName) voidsetService(ConvIntelligenceService service) protected voidsetService(XmlInputStream __in, TypeMapper __typeMapper) voidsetSubrule(ConvIntelligenceSignalSubRule[] subrule) protected voidsetSubrule(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
-
ConvIntelligenceSignalRule
public ConvIntelligenceSignalRule()Constructor
-
-
Method Details
-
getActionType
-
setActionType
-
setActionType
protected void setActionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getActionValue
-
setActionValue
-
setActionValue
protected void setActionValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getActive
public boolean getActive() -
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
setActive
protected void setActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getChannelAddressIdentifier
-
setChannelAddressIdentifier
-
setChannelAddressIdentifier
protected void setChannelAddressIdentifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getChannelType
-
setChannelType
-
setChannelType
protected void setChannelType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCriteria
-
setCriteria
-
setCriteria
protected void setCriteria(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDeveloperName
-
setDeveloperName
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getParticipantRole
-
setParticipantRole
-
setParticipantRole
protected void setParticipantRole(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRuleName
-
setRuleName
-
setRuleName
protected void setRuleName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getService
-
setService
-
setService
protected void setService(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSubrule
-
setSubrule
-
setSubrule
protected void setSubrule(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
-