Uses of Class
net.webpdf.wsclient.openapi.OperationEncrypt.ContentEncryptionEnum
-
Packages that use OperationEncrypt.ContentEncryptionEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationEncrypt.ContentEncryptionEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationEncrypt.ContentEncryptionEnum Modifier and Type Method Description static OperationEncrypt.ContentEncryptionEnumOperationEncrypt.ContentEncryptionEnum. fromValue(String value)@Nullable OperationEncrypt.ContentEncryptionEnumOperationEncrypt. getContentEncryption()Specifies whether certain contents should be treated differently than others during encryptionstatic OperationEncrypt.ContentEncryptionEnumOperationEncrypt.ContentEncryptionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationEncrypt.ContentEncryptionEnum[]OperationEncrypt.ContentEncryptionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationEncrypt.ContentEncryptionEnum Modifier and Type Method Description OperationEncryptOperationEncrypt. contentEncryption(OperationEncrypt.ContentEncryptionEnum contentEncryption)voidOperationEncrypt. setContentEncryption(OperationEncrypt.ContentEncryptionEnum contentEncryption)
-