public class ConvertResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConvertResponse.Error
Defines the Conversion Service error codes.
|
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
endConvert
Defines if the conversion is completed or not.
|
private ConvertResponse.Error |
error
Defines an error occurred during the conversion.
|
private String |
fileType
Defines an extension of the converted file.
|
private String |
fileUrl
Defines the link to the converted document.
|
private Integer |
percent
Defines the percentage of the file conversion.
|
| Constructor and Description |
|---|
ConvertResponse() |
private Boolean endConvert
private ConvertResponse.Error error
private String fileType
private String fileUrl
private Integer percent
Copyright © 2023–2024. All rights reserved.