Class PostDrawingJpeg2000Request


  • public class PostDrawingJpeg2000Request
    extends Object
    Class that holds parameters for PostDrawingJpeg2000 request invocation.
    • Field Detail

      • name

        public String name
        Filename of an input drawing on a storage.
      • options

        public Jpeg2000OptionsDTO options
        Export JPEG2000 options passed as a JSON on a request body.
      • folder

        public String folder
        Folder with a drawing to process.
      • outPath

        public String outPath
        Path to updated file (if this is empty, response contains streamed file).
      • storage

        public String storage
        Your Aspose Cloud Storage name.
    • Constructor Detail

      • PostDrawingJpeg2000Request

        public PostDrawingJpeg2000Request​(String name,
                                          Jpeg2000OptionsDTO options,
                                          String folder,
                                          String outPath,
                                          String storage)
        Initializes a new instance of the PostDrawingJpeg2000Request class.
        Parameters:
        name - Filename of an input drawing on a storage.
        options - Export JPEG2000 options passed as a JSON on a request body.
        folder - Folder with a drawing to process.
        outPath - Path to updated file (if this is empty, response contains streamed file).
        storage - Your Aspose Cloud Storage name.