public class BillOfMaterialUsageByKeyFluentHelper extends FluentHelperByKey<BillOfMaterialUsageByKeyFluentHelper,BillOfMaterialUsage,BillOfMaterialUsageSelectable>
BillOfMaterialUsage
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself.csrfTokenRetriever, entityCollection
Constructor and Description |
---|
BillOfMaterialUsageByKeyFluentHelper(String servicePath,
String entityCollection,
String billOfMaterialVariantUsage)
Creates a fluent helper object that will fetch a single
BillOfMaterialUsage entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<BillOfMaterialUsage> |
getEntityClass() |
protected Map<String,Object> |
getKey() |
executeRequest, select, toRequest, withCsrfToken, withQueryParameter
getCsrfTokenRetriever, getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders
public BillOfMaterialUsageByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String billOfMaterialVariantUsage)
BillOfMaterialUsage
entity with the provided key field values. To perform execution, call the
executeRequest
method on the fluent helper object.entityCollection
- Entity Collection to be used to fetch a single BillOfMaterialUsage
servicePath
- Service path to be used to fetch a single BillOfMaterialUsage
billOfMaterialVariantUsage
- BOM Usage
Constraints: Not nullable, Maximum length: 1
@Nonnull protected Class<BillOfMaterialUsage> getEntityClass()
getEntityClass
in class FluentHelperBasic<BillOfMaterialUsageByKeyFluentHelper,BillOfMaterialUsage,BillOfMaterialUsage>
@Nonnull protected Map<String,Object> getKey()
getKey
in class FluentHelperByKey<BillOfMaterialUsageByKeyFluentHelper,BillOfMaterialUsage,BillOfMaterialUsageSelectable>
Copyright © 2022 SAP SE. All rights reserved.