public class OutbDeliveryDocFlowByKeyFluentHelper extends FluentHelperByKey<OutbDeliveryDocFlowByKeyFluentHelper,OutbDeliveryDocFlow,OutbDeliveryDocFlowSelectable>
OutbDeliveryDocFlow
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 |
---|
OutbDeliveryDocFlowByKeyFluentHelper(String servicePath,
String precedingDocument,
String precedingDocumentItem,
String subsequentDocumentCategory)
Deprecated.
Use the constructor
OutbDeliveryDocFlowByKeyFluentHelper(String, String, String, String, String)
instead. |
OutbDeliveryDocFlowByKeyFluentHelper(String servicePath,
String entityCollection,
String precedingDocument,
String precedingDocumentItem,
String subsequentDocumentCategory)
Creates a fluent helper object that will fetch a single
OutbDeliveryDocFlow entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<OutbDeliveryDocFlow> |
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, executeRequest, getQueryBuilder, select, toQuery, toRequest, withErrorHandler, withQueryParameter
and, cachingMetadata, getHeaders, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, onRequestAndImplicitRequests, onRequestOnly, withHeader, withHeaders, withoutCachingMetadata
@Deprecated public OutbDeliveryDocFlowByKeyFluentHelper(@Nonnull String servicePath, String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory)
OutbDeliveryDocFlowByKeyFluentHelper(String, String, String, String, String)
instead.OutbDeliveryDocFlow
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 OutbDeliveryDocFlow
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
public OutbDeliveryDocFlowByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory)
OutbDeliveryDocFlow
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.entityCollection
- Entity Collection to be used to fetch a single OutbDeliveryDocFlow
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 OutbDeliveryDocFlow
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<OutbDeliveryDocFlow> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<OutbDeliveryDocFlowByKeyFluentHelper,OutbDeliveryDocFlow,OutbDeliveryDocFlow>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<OutbDeliveryDocFlowByKeyFluentHelper,OutbDeliveryDocFlow,OutbDeliveryDocFlowSelectable>
Copyright © 2021 SAP SE. All rights reserved.