public class QualityFirstArticleInspectionByKeyFluentHelper extends FluentHelperByKey<QualityFirstArticleInspectionByKeyFluentHelper,QualityFirstArticleInspection,QualityFirstArticleInspectionSelectable>
QualityFirstArticleInspection
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 |
---|
QualityFirstArticleInspectionByKeyFluentHelper(String servicePath,
String material,
String qltyInProcmtIntID,
String qltyInProcmt1stArticleInsp)
Deprecated.
Use the constructor
QualityFirstArticleInspectionByKeyFluentHelper(String, String, String, String, String)
instead. |
QualityFirstArticleInspectionByKeyFluentHelper(String servicePath,
String entityCollection,
String material,
String qltyInProcmtIntID,
String qltyInProcmt1stArticleInsp)
Creates a fluent helper object that will fetch a single
QualityFirstArticleInspection entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<QualityFirstArticleInspection> |
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 QualityFirstArticleInspectionByKeyFluentHelper(@Nonnull String servicePath, String material, String qltyInProcmtIntID, String qltyInProcmt1stArticleInsp)
QualityFirstArticleInspectionByKeyFluentHelper(String, String, String, String, String)
instead.QualityFirstArticleInspection
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 18
servicePath
- Service path to be used to fetch a single QualityFirstArticleInspection
qltyInProcmt1stArticleInsp
- First Article Inspection Number in Quality Info Record
Constraints: Not nullable, Maximum length: 6
qltyInProcmtIntID
- Quality Info Record in Procurement Internal ID
Constraints: Not nullable, Maximum length: 6
public QualityFirstArticleInspectionByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String material, String qltyInProcmtIntID, String qltyInProcmt1stArticleInsp)
QualityFirstArticleInspection
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 QualityFirstArticleInspection
material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 18
servicePath
- Service path to be used to fetch a single QualityFirstArticleInspection
qltyInProcmt1stArticleInsp
- First Article Inspection Number in Quality Info Record
Constraints: Not nullable, Maximum length: 6
qltyInProcmtIntID
- Quality Info Record in Procurement Internal ID
Constraints: Not nullable, Maximum length: 6
@Nonnull protected Class<QualityFirstArticleInspection> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<QualityFirstArticleInspectionByKeyFluentHelper,QualityFirstArticleInspection,QualityFirstArticleInspection>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<QualityFirstArticleInspectionByKeyFluentHelper,QualityFirstArticleInspection,QualityFirstArticleInspectionSelectable>
Copyright © 2021 SAP SE. All rights reserved.