@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultPrintQueueItemService") public class DefaultPrintQueueItemService extends Object implements PrintQueueItemService
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 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultPrintQueueItemService()
Creates a service using
PrintQueueItemService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultPrintQueueItemServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
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.
|
DefaultPrintQueueItemService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultPrintQueueItemService()
PrintQueueItemService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultPrintQueueItemService withServicePath(@Nonnull String servicePath)
PrintQueueItemService
withServicePath
in interface PrintQueueItemService
servicePath
- Service path that will override the default.@Nonnull public DefaultPrintQueueItemServiceBatch batch()
batch
in interface BatchService<PrintQueueItemServiceBatch>
@Nonnull public RetrieveNextQueueItemFluentHelper retrieveNextQueueItem(String qname, String language)
PrintQueueItemService
Creates a fluent helper for the RetrieveNextQueueItem OData function import.
retrieveNextQueueItem
in interface PrintQueueItemService
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 public Get_IcmCacheFluentHelper get_IcmCache()
PrintQueueItemService
Creates a fluent helper for the Get_IcmCache OData function import.
get_IcmCache
in interface PrintQueueItemService
execute
method on the fluent helper object.@Nonnull public Get_PrintQueuesOfUserFluentHelper get_PrintQueuesOfUser()
PrintQueueItemService
Creates a fluent helper for the Get_PrintQueuesOfUser OData function import.
get_PrintQueuesOfUser
in interface PrintQueueItemService
execute
method on the fluent helper object.@Nonnull public Set_QItem_StatusFluentHelper set_QItem_Status(String qname, String item_id, String item_status, String status_desc)
PrintQueueItemService
Creates a fluent helper for the Set_QItem_Status OData function import.
set_QItem_Status
in interface PrintQueueItemService
qname
- Constraints: Not nullable, Maximum length: 64
Original parameter name from the Odata EDM: qname
item_id
- Constraints: Not nullable, Maximum length: 64
Original parameter name from the Odata EDM: item_id
item_status
- Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: item_status
status_desc
- Constraints: Not nullable, Maximum length: 80
Original parameter name from the Odata EDM: status_desc
execute
method on the fluent helper object.@Nonnull public Get_QItem_DocumentFluentHelper get_QItem_Document(String item_id, Boolean main_doc, Boolean attachments, String qname)
PrintQueueItemService
Creates a fluent helper for the Get_QItem_Document OData function import.
get_QItem_Document
in interface PrintQueueItemService
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
attachments
- Constraints: none
Original parameter name from the Odata EDM: attachments
qname
- Constraints: none
Original parameter name from the Odata EDM: qname
execute
method on the fluent helper object.@Nonnull public Get_PrintOptionsFluentHelper get_PrintOptions(String qname, String item_id)
PrintQueueItemService
Creates a fluent helper for the Get_PrintOptions OData function import.
get_PrintOptions
in interface PrintQueueItemService
qname
- Constraints: none
Original parameter name from the Odata EDM: qname
item_id
- Constraints: none
Original parameter name from the Odata EDM: item_id
execute
method on the fluent helper object.@Nonnull public Set_PrintParameterFluentHelper set_PrintParameter(String printParams, String qname)
PrintQueueItemService
Creates a fluent helper for the Set_PrintParameter OData function import.
set_PrintParameter
in interface PrintQueueItemService
printParams
- Constraints: none
Original parameter name from the Odata EDM: PrintParams
qname
- Constraints: Not nullable, Maximum length: 32
Original parameter name from the Odata EDM: Qname
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.