Package com.sforce.soap.metadata
Class LiveChatSensitiveDataRule
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.LiveChatSensitiveDataRule
- 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 TypeMethodDescriptionintbooleanintbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetActionType(SensitiveDataActionType actionType) protected voidsetActionType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetEnforceOn(int enforceOn) protected voidsetEnforceOn(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsEnabled(boolean isEnabled) protected voidsetIsEnabled(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetPattern(XmlInputStream __in, TypeMapper __typeMapper) voidsetPattern(String pattern) voidsetPriority(int priority) protected voidsetPriority(XmlInputStream __in, TypeMapper __typeMapper) voidsetProcessingType(SensitiveDataRuleProcessing processingType) protected voidsetProcessingType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetReplacement(XmlInputStream __in, TypeMapper __typeMapper) voidsetReplacement(String replacement) voidsetVersion(SensitiveDataRuleVersion version) protected voidsetVersion(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
-
LiveChatSensitiveDataRule
public LiveChatSensitiveDataRule()Constructor
-
-
Method Details
-
getActionType
-
setActionType
-
setActionType
protected void setActionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnforceOn
public int getEnforceOn() -
setEnforceOn
public void setEnforceOn(int enforceOn) -
setEnforceOn
protected void setEnforceOn(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsEnabled
public boolean getIsEnabled() -
isIsEnabled
public boolean isIsEnabled() -
setIsEnabled
public void setIsEnabled(boolean isEnabled) -
setIsEnabled
protected void setIsEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPattern
-
setPattern
-
setPattern
protected void setPattern(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPriority
public int getPriority() -
setPriority
public void setPriority(int priority) -
setPriority
protected void setPriority(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProcessingType
-
setProcessingType
-
setProcessingType
protected void setProcessingType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReplacement
-
setReplacement
-
setReplacement
protected void setReplacement(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVersion
-
setVersion
-
setVersion
protected void setVersion(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
-