Class ImageResponse


public class ImageResponse extends JsonResponse
Represents an image response.
  • Constructor Details

    • ImageResponse

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

      public ImageResponse(String jsonContent)
      Initializes a new instance of the ImageResponse class.
      Parameters:
      jsonContent - The image content of the response.
  • Method Details

    • getContent

      public List<ImageInformation> getContent()
      Gets a collection of ImageInformation.
      Returns:
      A collection of ImageInformation.