Class GetDrawingSaveAsRequest


  • public class GetDrawingSaveAsRequest
    extends Object
    Class that holds parameters for GetDrawingSaveAs request invocation.
    • Field Detail

      • name

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

        public String outputFormat
        Resulting file format.
      • 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

      • GetDrawingSaveAsRequest

        public GetDrawingSaveAsRequest​(String name,
                                       String outputFormat,
                                       String folder,
                                       String outPath,
                                       String storage)
        Initializes a new instance of the GetDrawingSaveAsRequest class.
        Parameters:
        name - Filename of an input drawing on a storage.
        outputFormat - Resulting file format.
        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.