Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.printqueueitem |
Modifier and Type | Field and Description |
---|---|
static RetrieveNextItemResultField<Boolean> |
RetrieveNextItemResult.HAS_MORE_ITEMS
Use with available fluent helpers to apply the has_more_items field to query operations.
|
static RetrieveNextItemResultField<String> |
RetrieveNextItemResult.ITEM_ID
Use with available fluent helpers to apply the item_id field to query operations.
|
static RetrieveNextItemResultField<Short> |
RetrieveNextItemResult.NUMBER_OF_COPIES
Use with available fluent helpers to apply the number_of_copies field to query operations.
|
Modifier and Type | Method and Description |
---|---|
static <T> RetrieveNextItemResultField<T> |
RetrieveNextItemResult.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
RetrieveNextItemResult.field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
Copyright © 2021 SAP SE. All rights reserved.