Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permission
-
Packages that use Permission Package Description com.adobe.pdfservices.operation.pdfjobs.params.protectpdf Contains the param classes forProtectPDFJob. -
-
Uses of Permission in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf that return Permission Modifier and Type Method Description static PermissionPermission. valueOf(String name)Returns the enum constant of this type with the specified name.static Permission[]Permission. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf that return types with arguments of type Permission Modifier and Type Method Description Set<Permission>Permissions. getValues()Returns the intended set of document permissions values.Methods in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf with parameters of type Permission Modifier and Type Method Description voidPermissions. addPermission(Permission permission)Adds a documentPermissionin the permissions set.
-