Package com.sforce.soap.metadata
Class PlatformEncryptionSettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.PlatformEncryptionSettings
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetCanEncryptManagedPackageFields(boolean canEncryptManagedPackageFields) protected voidsetCanEncryptManagedPackageFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableDeterministicEncryption(boolean enableDeterministicEncryption) protected voidsetEnableDeterministicEncryption(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableEncryptFieldHistory(boolean enableEncryptFieldHistory) protected voidsetEnableEncryptFieldHistory(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableEncryptionSearchEnabled(boolean enableEncryptionSearchEnabled) protected voidsetEnableEncryptionSearchEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableEventBusEncryption(boolean enableEventBusEncryption) protected voidsetEnableEventBusEncryption(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsMEKForEncryptionRequired(boolean isMEKForEncryptionRequired) protected voidsetIsMEKForEncryptionRequired(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsUseHighAssuranceKeysRequired(boolean isUseHighAssuranceKeysRequired) protected voidsetIsUseHighAssuranceKeysRequired(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
-
PlatformEncryptionSettings
public PlatformEncryptionSettings()Constructor
-
-
Method Details
-
getCanEncryptManagedPackageFields
public boolean getCanEncryptManagedPackageFields() -
isCanEncryptManagedPackageFields
public boolean isCanEncryptManagedPackageFields() -
setCanEncryptManagedPackageFields
public void setCanEncryptManagedPackageFields(boolean canEncryptManagedPackageFields) -
setCanEncryptManagedPackageFields
protected void setCanEncryptManagedPackageFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableDeterministicEncryption
public boolean getEnableDeterministicEncryption() -
isEnableDeterministicEncryption
public boolean isEnableDeterministicEncryption() -
setEnableDeterministicEncryption
public void setEnableDeterministicEncryption(boolean enableDeterministicEncryption) -
setEnableDeterministicEncryption
protected void setEnableDeterministicEncryption(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableEncryptFieldHistory
public boolean getEnableEncryptFieldHistory() -
isEnableEncryptFieldHistory
public boolean isEnableEncryptFieldHistory() -
setEnableEncryptFieldHistory
public void setEnableEncryptFieldHistory(boolean enableEncryptFieldHistory) -
setEnableEncryptFieldHistory
protected void setEnableEncryptFieldHistory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableEncryptionSearchEnabled
public boolean getEnableEncryptionSearchEnabled() -
isEnableEncryptionSearchEnabled
public boolean isEnableEncryptionSearchEnabled() -
setEnableEncryptionSearchEnabled
public void setEnableEncryptionSearchEnabled(boolean enableEncryptionSearchEnabled) -
setEnableEncryptionSearchEnabled
protected void setEnableEncryptionSearchEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableEventBusEncryption
public boolean getEnableEventBusEncryption() -
isEnableEventBusEncryption
public boolean isEnableEventBusEncryption() -
setEnableEventBusEncryption
public void setEnableEventBusEncryption(boolean enableEventBusEncryption) -
setEnableEventBusEncryption
protected void setEnableEventBusEncryption(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsMEKForEncryptionRequired
public boolean getIsMEKForEncryptionRequired() -
isIsMEKForEncryptionRequired
public boolean isIsMEKForEncryptionRequired() -
setIsMEKForEncryptionRequired
public void setIsMEKForEncryptionRequired(boolean isMEKForEncryptionRequired) -
setIsMEKForEncryptionRequired
protected void setIsMEKForEncryptionRequired(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsUseHighAssuranceKeysRequired
public boolean getIsUseHighAssuranceKeysRequired() -
isIsUseHighAssuranceKeysRequired
public boolean isIsUseHighAssuranceKeysRequired() -
setIsUseHighAssuranceKeysRequired
public void setIsUseHighAssuranceKeysRequired(boolean isUseHighAssuranceKeysRequired) -
setIsUseHighAssuranceKeysRequired
protected void setIsUseHighAssuranceKeysRequired(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
-