Package com.sforce.soap.metadata
Class LiveChatSensitiveDataRule
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.LiveChatSensitiveDataRule
-
-
Constructor Summary
Constructors Constructor Description LiveChatSensitiveDataRule()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getActionType
public SensitiveDataActionType getActionType()
-
setActionType
public void setActionType(SensitiveDataActionType actionType)
-
setActionType
protected void setActionType(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
-
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
public String getPattern()
-
setPattern
public void setPattern(String pattern)
-
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
public SensitiveDataRuleProcessing getProcessingType()
-
setProcessingType
public void setProcessingType(SensitiveDataRuleProcessing processingType)
-
setProcessingType
protected void setProcessingType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReplacement
public String getReplacement()
-
setReplacement
public void setReplacement(String replacement)
-
setReplacement
protected void setReplacement(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVersion
public SensitiveDataRuleVersion getVersion()
-
setVersion
public void setVersion(SensitiveDataRuleVersion version)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-