Uses of Enum Class
se.idsec.signservice.integration.document.pdf.PdfPrepareReport.PrepareActions
Packages that use PdfPrepareReport.PrepareActions
- 
Uses of PdfPrepareReport.PrepareActions in se.idsec.signservice.integration.document.pdf
Methods in se.idsec.signservice.integration.document.pdf that return PdfPrepareReport.PrepareActionsModifier and TypeMethodDescriptionCreates aPdfPrepareReport.PrepareActionsfrom its string value.Returns the enum constant of this class with the specified name.static PdfPrepareReport.PrepareActions[]PdfPrepareReport.PrepareActions.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.idsec.signservice.integration.document.pdf that return types with arguments of type PdfPrepareReport.PrepareActionsModifier and TypeMethodDescriptionPdfPrepareReport.getActions()Gets the actions that were completed during the prepare operation.Method parameters in se.idsec.signservice.integration.document.pdf with type arguments of type PdfPrepareReport.PrepareActionsModifier and TypeMethodDescriptionvoidPdfPrepareReport.setActions(List<PdfPrepareReport.PrepareActions> actions) Assigns the actions that were completed during the prepare operation.