public interface PrintQueueItemService extends BatchService<PrintQueueItemServiceBatch>
This service enables you to retrieve print queue items of all print queues of a specified user. The status of the print queue items can be modified according to the performed processing in the external application.
Reference: SAP API Business Hub
OData Service: | API_CLOUD_PRINT_PULL_SRV |
API Version: | 1 |
Communication Scenario: | Printing - Pull Integration (SAP_COM_0466) |
Scope Items: | Output Management (1LQ) |
Authentication Methods: | Basic |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
Get_IcmCacheFluentHelper |
get_IcmCache()
Creates a fluent helper for the Get_IcmCache OData function import.
|
Get_PrintOptionsFluentHelper |
get_PrintOptions(String qname,
String item_id)
Creates a fluent helper for the Get_PrintOptions OData function import.
|
Get_PrintQueuesOfUserFluentHelper |
get_PrintQueuesOfUser()
Creates a fluent helper for the Get_PrintQueuesOfUser OData function import.
|
Get_QItem_DocumentFluentHelper |
get_QItem_Document(String item_id,
Boolean main_doc,
Boolean attachments,
String qname)
Creates a fluent helper for the Get_QItem_Document OData function import.
|
RetrieveNextQueueItemFluentHelper |
retrieveNextQueueItem(String qname,
String language)
Creates a fluent helper for the RetrieveNextQueueItem OData function import.
|
Set_PrintParameterFluentHelper |
set_PrintParameter(String printParams,
String qname)
Creates a fluent helper for the Set_PrintParameter OData function import.
|
Set_QItem_StatusFluentHelper |
set_QItem_Status(String qname,
String item_id,
String item_status,
String status_desc)
Creates a fluent helper for the Set_QItem_Status OData function import.
|
PrintQueueItemService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull PrintQueueItemService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull RetrieveNextQueueItemFluentHelper retrieveNextQueueItem(String qname, String language)
Creates a fluent helper for the RetrieveNextQueueItem OData function import.
qname
- Constraints: Not nullable, Maximum length: 32
Original parameter name from the Odata EDM: Qname
language
- Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Language
execute
method on the fluent helper object.@Nonnull Get_IcmCacheFluentHelper get_IcmCache()
Creates a fluent helper for the Get_IcmCache OData function import.
execute
method on the fluent helper object.@Nonnull Get_PrintQueuesOfUserFluentHelper get_PrintQueuesOfUser()
Creates a fluent helper for the Get_PrintQueuesOfUser OData function import.
execute
method on the fluent helper object.@Nonnull Set_QItem_StatusFluentHelper set_QItem_Status(String qname, String item_id, String item_status, String status_desc)
Creates a fluent helper for the Set_QItem_Status OData function import.
status_desc
- Constraints: Not nullable, Maximum length: 80
Original parameter name from the Odata EDM: status_desc
item_id
- Constraints: Not nullable, Maximum length: 64
Original parameter name from the Odata EDM: item_id
qname
- Constraints: Not nullable, Maximum length: 64
Original parameter name from the Odata EDM: qname
item_status
- Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: item_status
execute
method on the fluent helper object.@Nonnull Get_QItem_DocumentFluentHelper get_QItem_Document(String item_id, Boolean main_doc, Boolean attachments, String qname)
Creates a fluent helper for the Get_QItem_Document OData function import.
attachments
- Constraints: none
Original parameter name from the Odata EDM: attachments
item_id
- Constraints: none
Original parameter name from the Odata EDM: item_id
main_doc
- Constraints: none
Original parameter name from the Odata EDM: main_doc
qname
- Constraints: none
Original parameter name from the Odata EDM: qname
execute
method on the fluent helper object.@Nonnull Get_PrintOptionsFluentHelper get_PrintOptions(String qname, String item_id)
Creates a fluent helper for the Get_PrintOptions OData function import.
item_id
- Constraints: none
Original parameter name from the Odata EDM: item_id
qname
- Constraints: none
Original parameter name from the Odata EDM: qname
execute
method on the fluent helper object.@Nonnull Set_PrintParameterFluentHelper set_PrintParameter(String printParams, String qname)
Creates a fluent helper for the Set_PrintParameter OData function import.
qname
- Constraints: Not nullable, Maximum length: 32
Original parameter name from the Odata EDM: Qname
printParams
- Constraints: none
Original parameter name from the Odata EDM: PrintParams
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.