public class BillingDocumentByKeyFluentHelper extends FluentHelperByKey<BillingDocumentByKeyFluentHelper,BillingDocument,BillingDocumentSelectable>
BillingDocument
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 |
---|
BillingDocumentByKeyFluentHelper(String servicePath,
String entityCollection,
String billingDocument)
Creates a fluent helper object that will fetch a single
BillingDocument
entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<BillingDocument> |
getEntityClass() |
protected Map<String,Object> |
getKey() |
executeRequest, select, toRequest, withCsrfToken, withQueryParameter
getCsrfTokenRetriever, getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders
public BillingDocumentByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String billingDocument)
BillingDocument
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 BillingDocument
servicePath
- Service path to be used to fetch a single BillingDocument
billingDocument
- Billing Document
Constraints: Not nullable, Maximum length: 10
@Nonnull protected Class<BillingDocument> getEntityClass()
getEntityClass
in class FluentHelperBasic<BillingDocumentByKeyFluentHelper,BillingDocument,BillingDocument>
@Nonnull protected Map<String,Object> getKey()
getKey
in class FluentHelperByKey<BillingDocumentByKeyFluentHelper,BillingDocument,BillingDocumentSelectable>
Copyright © 2022 SAP SE. All rights reserved.