public class ConsolidationUnitByTimeVersionByKeyFluentHelper extends FluentHelperByKey<ConsolidationUnitByTimeVersionByKeyFluentHelper,ConsolidationUnitByTimeVersion,ConsolidationUnitByTimeVersionSelectable>
ConsolidationUnitByTimeVersion
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 |
---|
ConsolidationUnitByTimeVersionByKeyFluentHelper(String servicePath,
String consolidationUnit,
String consolidationVersion,
String fromFiscalYearPeriod)
Deprecated.
Use the constructor
ConsolidationUnitByTimeVersionByKeyFluentHelper(String, String, String, String, String)
instead. |
ConsolidationUnitByTimeVersionByKeyFluentHelper(String servicePath,
String entityCollection,
String consolidationUnit,
String consolidationVersion,
String fromFiscalYearPeriod)
Creates a fluent helper object that will fetch a single
ConsolidationUnitByTimeVersion entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<ConsolidationUnitByTimeVersion> |
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 ConsolidationUnitByTimeVersionByKeyFluentHelper(@Nonnull String servicePath, String consolidationUnit, String consolidationVersion, String fromFiscalYearPeriod)
ConsolidationUnitByTimeVersionByKeyFluentHelper(String, String, String, String, String)
instead.ConsolidationUnitByTimeVersion
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.servicePath
- Service path to be used to fetch a single ConsolidationUnitByTimeVersion
fromFiscalYearPeriod
- From Fiscal Year Period
Constraints: Not nullable, Maximum length: 7
consolidationVersion
- Enter a Consolidation Version.
Constraints: Not nullable, Maximum length: 3
consolidationUnit
- Consolidation Unit
Constraints: Not nullable, Maximum length: 18
public ConsolidationUnitByTimeVersionByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String consolidationUnit, String consolidationVersion, String fromFiscalYearPeriod)
ConsolidationUnitByTimeVersion
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 ConsolidationUnitByTimeVersion
servicePath
- Service path to be used to fetch a single ConsolidationUnitByTimeVersion
fromFiscalYearPeriod
- From Fiscal Year Period
Constraints: Not nullable, Maximum length: 7
consolidationVersion
- Enter a Consolidation Version.
Constraints: Not nullable, Maximum length: 3
consolidationUnit
- Consolidation Unit
Constraints: Not nullable, Maximum length: 18
Copyright © 2021 SAP SE. All rights reserved.