Class: PrintQueueJobListLoadQuery

Request~PrintQueueJobListLoadQuery(clientnullable, printQueuenullable)

Handles API Request PrintQueueJobList_Load_Query. Scope: Domain.

Constructor

new PrintQueueJobListLoadQuery(clientnullable, printQueuenullable)

PrintQueueJobListLoadQuery Constructor.

PrintQueueJobListLoadQuery Constructor.

Parameters:
Name Type Attributes Default Description
client Client <nullable>
printQueue PrintQueue <nullable>
null
Source:
See:

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

setEditPrintQueue(editPrintQueue) → {PrintQueueJobListLoadQuery}

Set Edit_PrintQueue.

Set Edit_PrintQueue.

Parameters:
Name Type Description
editPrintQueue string
Source:
Returns:
Type
PrintQueueJobListLoadQuery

setPrintQueueDescription(printQueueDescription) → {PrintQueueJobListLoadQuery}

Set PrintQueue_Description.

Set PrintQueue_Description.

Parameters:
Name Type Description
printQueueDescription string
Source:
Returns:
Type
PrintQueueJobListLoadQuery

setPrintQueueId(printQueueId) → {PrintQueueJobListLoadQuery}

Set PrintQueue_ID.

Set PrintQueue_ID.

Parameters:
Name Type Description
printQueueId number
Source:
Returns:
Type
PrintQueueJobListLoadQuery

toObject() → {Object}

Reduce the request to a an object.

Reduce the request to a an object.

Source:
Returns:
Type
Object