Package com.dynamicpdf.api
Class PdfInfoResponse
java.lang.Object
com.dynamicpdf.api.Response
com.dynamicpdf.api.JsonResponse
com.dynamicpdf.api.PdfInfoResponse
Represents the pdf inforamtion response.
- 
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of thePdfInfoResponseclass.PdfInfoResponse(String jsonContent)Initializes a new instance of thePdfInfoResponseclass. - 
Method Summary
Methods inherited from class com.dynamicpdf.api.JsonResponse
getJsonContentMethods inherited from class com.dynamicpdf.api.Response
getErrorId, getErrorJson, getErrorMessage, getIsSuccessful, getStatusCode 
- 
Constructor Details
- 
PdfInfoResponse
public PdfInfoResponse()Initializes a new instance of thePdfInfoResponseclass. - 
PdfInfoResponse
Initializes a new instance of thePdfInfoResponseclass.- Parameters:
 jsonContent- The json of pdf information.
 
 - 
 - 
Method Details
- 
getContent
Gets the pdf information content.- Returns:
 - The pdf information content.
 
 
 -