Uses of Class
net.webpdf.wsclient.openapi.DocumentRecipient
-
Packages that use DocumentRecipient Package Description net.webpdf.wsclient.openapi -
-
Uses of DocumentRecipient in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return types with arguments of type DocumentRecipient Modifier and Type Method Description @Nullable List<DocumentRecipient>DocumentPassword. getRecipients()List of recipients which are allowed to open the documentConstructor parameters in net.webpdf.wsclient.openapi with type arguments of type DocumentRecipient Constructor Description DocumentPassword(Boolean isCertificateSet, Boolean isOpenSet, Boolean isPermissionSet, List<DocumentRecipient> recipients)
-