public class InbDeliveryDocFlowByKeyFluentHelper extends FluentHelperByKey<InbDeliveryDocFlowByKeyFluentHelper,InbDeliveryDocFlow,InbDeliveryDocFlowSelectable>
InbDeliveryDocFlow
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.Constructor and Description |
---|
InbDeliveryDocFlowByKeyFluentHelper(String precedingDocument,
String precedingDocumentItem,
String subsequentDocumentCategory)
Creates a fluent helper object that will fetch a single
InbDeliveryDocFlow entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<InbDeliveryDocFlow> |
getEntityClass() |
protected Map<String,Object> |
getKey()
Getter for a map containing the OData name of key properties, each mapped to the value to search by.
|
execute, getQueryBuilder, select, toQuery, withErrorHandler, withHttpHeader
execute, getThis, getVersionIdentifier
public InbDeliveryDocFlowByKeyFluentHelper(String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory)
InbDeliveryDocFlow
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.precedingDocument
- Number that uniquely identifies the preceding sales, delivery, or billing document (for example, the quotation from which you created a sales order).Constraints: Not nullable, Maximum length: 10
precedingDocumentItem
- Preceding Item of an SD DocumentConstraints: Not nullable, Maximum length: 6
subsequentDocumentCategory
- The document category of the sales document that you have created from a preceding document (for example, a delivery note that has been created from a sales order).Constraints: Not nullable, Maximum length: 4
protected Class<InbDeliveryDocFlow> getEntityClass()
getEntityClass
in class FluentHelperBasic<InbDeliveryDocFlowByKeyFluentHelper,InbDeliveryDocFlow,InbDeliveryDocFlow>
protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<InbDeliveryDocFlowByKeyFluentHelper,InbDeliveryDocFlow,InbDeliveryDocFlowSelectable>
Copyright © 2018 SAP SE. All rights reserved.