Package com.dynamicpdf.api
Class ImageResponse
java.lang.Object
com.dynamicpdf.api.Response
com.dynamicpdf.api.JsonResponse
com.dynamicpdf.api.ImageResponse
Represents an image response.
- 
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of theImageResponseclass.ImageResponse(String jsonContent)Initializes a new instance of theImageResponseclass. - 
Method Summary
Modifier and TypeMethodDescriptionGets a collection ofImageInformation.Methods inherited from class com.dynamicpdf.api.JsonResponse
getJsonContentMethods inherited from class com.dynamicpdf.api.Response
getErrorId, getErrorJson, getErrorMessage, getIsSuccessful, getStatusCode 
- 
Constructor Details
- 
ImageResponse
public ImageResponse()Initializes a new instance of theImageResponseclass. - 
ImageResponse
Initializes a new instance of theImageResponseclass.- Parameters:
 jsonContent- The image content of the response.
 
 - 
 - 
Method Details
- 
getContent
Gets a collection ofImageInformation.- Returns:
 - A collection of 
ImageInformation. 
 
 -