public class AccountingDocumentByKeyFluentHelper extends FluentHelperByKey<AccountingDocumentByKeyFluentHelper,AccountingDocument,AccountingDocumentSelectable>
AccountingDocument
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 |
---|
AccountingDocumentByKeyFluentHelper(String servicePath,
String accountingDocumentType_ID)
Deprecated.
Use the constructor
AccountingDocumentByKeyFluentHelper(String, String, String)
instead. |
AccountingDocumentByKeyFluentHelper(String servicePath,
String entityCollection,
String accountingDocumentType_ID)
Creates a fluent helper object that will fetch a single
AccountingDocument
entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<AccountingDocument> |
getEntityClass() |
protected Map<String,Object> |
getKey() |
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 AccountingDocumentByKeyFluentHelper(@Nonnull String servicePath, String accountingDocumentType_ID)
AccountingDocumentByKeyFluentHelper(String, String, String)
instead.AccountingDocument
entity with the provided key field values. To perform execution, call the execute
method on the
fluent helper object.accountingDocumentType_ID
- Journal Entry Type
Constraints: Not nullable, Maximum length: 2
servicePath
- Service path to be used to fetch a single AccountingDocument
public AccountingDocumentByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String accountingDocumentType_ID)
AccountingDocument
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 AccountingDocument
accountingDocumentType_ID
- Journal Entry Type
Constraints: Not nullable, Maximum length: 2
servicePath
- Service path to be used to fetch a single AccountingDocument
@Nonnull protected Class<AccountingDocument> getEntityClass()
getEntityClass
in class FluentHelperBasic<AccountingDocumentByKeyFluentHelper,AccountingDocument,AccountingDocument>
@Nonnull protected Map<String,Object> getKey()
getKey
in class FluentHelperByKey<AccountingDocumentByKeyFluentHelper,AccountingDocument,AccountingDocumentSelectable>
Copyright © 2021 SAP SE. All rights reserved.