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 servicePath,
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()
Returns a class object of the type this fluent helper works with.
|
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, withQueryParameter
cachingMetadata, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withHeader, withHeaders, withoutCachingMetadata
public InbDeliveryDocFlowByKeyFluentHelper(@Nonnull String servicePath, 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
servicePath
- Service path to be used to fetch a single InbDeliveryDocFlow
precedingDocumentItem
- Preceding Item of an SD Document
Constraints: 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
@Nonnull protected Class<InbDeliveryDocFlow> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<InbDeliveryDocFlowByKeyFluentHelper,InbDeliveryDocFlow,InbDeliveryDocFlow>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<InbDeliveryDocFlowByKeyFluentHelper,InbDeliveryDocFlow,InbDeliveryDocFlowSelectable>
Copyright © 2020 SAP SE. All rights reserved.