Uses of Enum Class
se.idsec.signservice.integration.document.pdf.PdfPrepareReport.PrepareWarnings
Packages that use PdfPrepareReport.PrepareWarnings
-
Uses of PdfPrepareReport.PrepareWarnings in se.idsec.signservice.integration.document.pdf
Methods in se.idsec.signservice.integration.document.pdf that return PdfPrepareReport.PrepareWarningsModifier and TypeMethodDescriptionCreates aPdfPrepareReport.PrepareWarnings
from its string value.Returns the enum constant of this class with the specified name.static PdfPrepareReport.PrepareWarnings[]
PdfPrepareReport.PrepareWarnings.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.PrepareWarningsModifier and TypeMethodDescriptionPdfPrepareReport.getWarnings()
Gets the warnings detected during the prepare operation.Method parameters in se.idsec.signservice.integration.document.pdf with type arguments of type PdfPrepareReport.PrepareWarningsModifier and TypeMethodDescriptionvoid
PdfPrepareReport.setWarnings
(List<PdfPrepareReport.PrepareWarnings> warnings) Assigns warnings detected during the prepare operation.