Class PdfInfoResponse


public class PdfInfoResponse extends JsonResponse
Represents the pdf inforamtion response.
  • Constructor Details

    • PdfInfoResponse

      public PdfInfoResponse()
      Initializes a new instance of the PdfInfoResponse class.
    • PdfInfoResponse

      public PdfInfoResponse(String jsonContent)
      Initializes a new instance of the PdfInfoResponse class.
      Parameters:
      jsonContent - The json of pdf information.
  • Method Details

    • getContent

      public PdfInformation getContent()
      Gets the pdf information content.
      Returns:
      The pdf information content.