Package com.mypurecloud.sdk.v2.model
Class ConversationEncryptionConfiguration
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEncryptionConfiguration
- All Implemented Interfaces:
Serializable
ConversationEncryptionConfiguration
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType should be 'KmsSymmetric' when create or update Key configurations, 'None' to disable configuration. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getUrl()inthashCode()keyConfigurationType(ConversationEncryptionConfiguration.KeyConfigurationTypeEnum keyConfigurationType) Type should be 'KmsSymmetric' when create or update Key configurations, 'None' to disable configuration.The error message related to the configurationvoidsetKeyConfigurationType(ConversationEncryptionConfiguration.KeyConfigurationTypeEnum keyConfigurationType) voidsetLastError(ErrorBody lastError) voidtoString()keyConfigurationType is always KmsSymmetric, and should be the arn to the key alias for the master key
-
Constructor Details
-
ConversationEncryptionConfiguration
public ConversationEncryptionConfiguration() -
ConversationEncryptionConfiguration
-
-
Method Details
-
getId
-
url
keyConfigurationType is always KmsSymmetric, and should be the arn to the key alias for the master key -
getUrl
-
setUrl
-
keyConfigurationType
public ConversationEncryptionConfiguration keyConfigurationType(ConversationEncryptionConfiguration.KeyConfigurationTypeEnum keyConfigurationType) Type should be 'KmsSymmetric' when create or update Key configurations, 'None' to disable configuration. -
getKeyConfigurationType
-
setKeyConfigurationType
public void setKeyConfigurationType(ConversationEncryptionConfiguration.KeyConfigurationTypeEnum keyConfigurationType) -
lastError
The error message related to the configuration -
getLastError
-
setLastError
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-