Constructor
new PrintQueueJobInsert(clientnullable, printQueuenullable)
PrintQueueJobInsert Constructor.
PrintQueueJobInsert Constructor.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
client |
Client |
<nullable> |
||
printQueue |
PrintQueue |
<nullable> |
null |
Methods
createResponse() → {Response}
Create a response object from the response data.
Create a response object from the response data.
- Source:
Returns:
- Type
- Response
getEditPrintQueue() → {string}
Get Edit_PrintQueue.
Get Edit_PrintQueue.
- Source:
Returns:
- Type
- string
getPrintQueueDescription() → {string}
Get PrintQueue_Description.
Get PrintQueue_Description.
- Source:
Returns:
- Type
- string
getPrintQueueId() → {number}
Get PrintQueue_ID.
Get PrintQueue_ID.
- Source:
Returns:
- Type
- number
getPrintQueueJobData() → {string}
Get PrintQueueJob_Data.
Get PrintQueueJob_Data.
- Source:
Returns:
- Type
- string
getPrintQueueJobDescription() → {string}
Get PrintQueueJob_Description.
Get PrintQueueJob_Description.
- Source:
Returns:
- Type
- string
getPrintQueueJobFormat() → {string}
Get PrintQueueJob_Format.
Get PrintQueueJob_Format.
- Source:
Returns:
- Type
- string
setEditPrintQueue(editPrintQueue) → {PrintQueueJobInsert}
Set Edit_PrintQueue.
Set Edit_PrintQueue.
Parameters:
Name | Type | Description |
---|---|---|
editPrintQueue |
string |
- Source:
Returns:
- Type
- PrintQueueJobInsert
setPrintQueueDescription(printQueueDescription) → {PrintQueueJobInsert}
Set PrintQueue_Description.
Set PrintQueue_Description.
Parameters:
Name | Type | Description |
---|---|---|
printQueueDescription |
string |
- Source:
Returns:
- Type
- PrintQueueJobInsert
setPrintQueueId(printQueueId) → {PrintQueueJobInsert}
Set PrintQueue_ID.
Set PrintQueue_ID.
Parameters:
Name | Type | Description |
---|---|---|
printQueueId |
number |
- Source:
Returns:
- Type
- PrintQueueJobInsert
setPrintQueueJobData(printQueueJobData) → {PrintQueueJobInsert}
Set PrintQueueJob_Data.
Set PrintQueueJob_Data.
Parameters:
Name | Type | Description |
---|---|---|
printQueueJobData |
string |
- Source:
Returns:
- Type
- PrintQueueJobInsert
setPrintQueueJobDescription(printQueueJobDescription) → {PrintQueueJobInsert}
Set PrintQueueJob_Description.
Set PrintQueueJob_Description.
Parameters:
Name | Type | Description |
---|---|---|
printQueueJobDescription |
string |
- Source:
Returns:
- Type
- PrintQueueJobInsert
setPrintQueueJobFormat(printQueueJobFormat) → {PrintQueueJobInsert}
Set PrintQueueJob_Format.
Set PrintQueueJob_Format.
Parameters:
Name | Type | Description |
---|---|---|
printQueueJobFormat |
string |
- Source:
Returns:
- Type
- PrintQueueJobInsert
toObject() → {Object}
Reduce the request to a an object.
Reduce the request to a an object.
- Source:
Returns:
- Type
- Object