new ImagePrintMessage()
Extends
Methods
(static) ImagePrintMessage#getExternalPrintJobId() → {String}
Get the field value
External print job ID assigned to this request
Returns:
- Type
- String
(static) ImagePrintMessage#getPng() → {Object}
Get the field value
An image serialized to a base64 encoded byte array
Returns:
Byte buffer
- Type
- Object
(static) ImagePrintMessage#getPrinter() → {printer.Printer}
Get the field value
Printer to which the print job should be routed.
Returns:
- Type
- printer.Printer
(static) ImagePrintMessage#getUrlString() → {String}
Get the field value
The url of an image. The url must be accessible from the Clover device.
Returns:
- Type
- String
(static) ImagePrintMessage#setExternalPrintJobId(externalPrintJobId)
Set the field value
External print job ID assigned to this request
Parameters:
Name | Type | Description |
---|---|---|
externalPrintJobId |
String |
(static) ImagePrintMessage#setPng(png)
Set the field value
An image serialized to a base64 encoded byte array
Parameters:
Name | Type | Description |
---|---|---|
png |
Object | Byte buffer |
(static) ImagePrintMessage#setPrinter(printer)
Set the field value
Printer to which the print job should be routed.
Parameters:
Name | Type | Description |
---|---|---|
printer |
printer.Printer |
(static) ImagePrintMessage#setUrlString(urlString)
Set the field value
The url of an image. The url must be accessible from the Clover device.
Parameters:
Name | Type | Description |
---|---|---|
urlString |
String |