Uses of Class
net.webpdf.wsclient.openapi.OperationConverterMail.AttachmentModeEnum
-
Packages that use OperationConverterMail.AttachmentModeEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationConverterMail.AttachmentModeEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationConverterMail.AttachmentModeEnum Modifier and Type Method Description static OperationConverterMail.AttachmentModeEnumOperationConverterMail.AttachmentModeEnum. fromValue(String value)@Nullable OperationConverterMail.AttachmentModeEnumOperationConverterMail. getAttachmentMode()Specifies the manner in which attachments are to be processed in e-mailsstatic OperationConverterMail.AttachmentModeEnumOperationConverterMail.AttachmentModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationConverterMail.AttachmentModeEnum[]OperationConverterMail.AttachmentModeEnum. 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 OperationConverterMail.AttachmentModeEnum Modifier and Type Method Description OperationConverterMailOperationConverterMail. attachmentMode(OperationConverterMail.AttachmentModeEnum attachmentMode)voidOperationConverterMail. setAttachmentMode(OperationConverterMail.AttachmentModeEnum attachmentMode)
-