Class PostDrawingTiffRequest
- java.lang.Object
-
- com.aspose.cad.cloud.model.requests.PostDrawingTiffRequest
-
public class PostDrawingTiffRequest extends Object
Class that holds parameters for PostDrawingTiff request invocation.
-
-
Field Summary
Fields Modifier and Type Field Description String
folder
Folder with a drawing to process.String
name
Filename of an input drawing on a storage.TiffOptionsDTO
options
Export TIFF options passed as a JSON on a request body.String
outPath
Path to updated file (if this is empty, response contains streamed file).String
storage
Your Aspose Cloud Storage name.
-
Constructor Summary
Constructors Constructor Description PostDrawingTiffRequest(String name, TiffOptionsDTO options, String folder, String outPath, String storage)
Initializes a new instance of the PostDrawingTiffRequest class.
-
-
-
Field Detail
-
name
public String name
Filename of an input drawing on a storage.
-
options
public TiffOptionsDTO options
Export TIFF 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
-
PostDrawingTiffRequest
public PostDrawingTiffRequest(String name, TiffOptionsDTO options, String folder, String outPath, String storage)
Initializes a new instance of the PostDrawingTiffRequest class.- Parameters:
name
- Filename of an input drawing on a storage.options
- Export TIFF 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.
-
-