public class GroupFixedAssetByKeyFluentHelper extends FluentHelperByKey<GroupFixedAssetByKeyFluentHelper,GroupFixedAsset,GroupFixedAssetSelectable>
GroupFixedAsset
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 |
---|
GroupFixedAssetByKeyFluentHelper(String servicePath,
String groupFixedAsset_ID,
String companyCode,
String groupMasterFixedAsset)
Deprecated.
Use the constructor
GroupFixedAssetByKeyFluentHelper(String, String, String, String, String)
instead. |
GroupFixedAssetByKeyFluentHelper(String servicePath,
String entityCollection,
String groupFixedAsset_ID,
String companyCode,
String groupMasterFixedAsset)
Creates a fluent helper object that will fetch a single
GroupFixedAsset entity
with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<GroupFixedAsset> |
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 GroupFixedAssetByKeyFluentHelper(@Nonnull String servicePath, String groupFixedAsset_ID, String companyCode, String groupMasterFixedAsset)
GroupFixedAssetByKeyFluentHelper(String, String, String, String, String)
instead.GroupFixedAsset
entity
with the provided key field values. To perform execution, call the execute
method on the fluent
helper object.companyCode
- Group Asset Subnmbr (Company Code)
Constraints: Not nullable
groupFixedAsset_ID
- Group Asset Subnmbr
Constraints: Not nullable, Maximum length: 4
servicePath
- Service path to be used to fetch a single GroupFixedAsset
groupMasterFixedAsset
- Group Asset Subnmbr (Group Asset)
Constraints: Not nullable
public GroupFixedAssetByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String groupFixedAsset_ID, String companyCode, String groupMasterFixedAsset)
GroupFixedAsset
entity
with the provided key field values. To perform execution, call the execute
method on the fluent
helper object.companyCode
- Group Asset Subnmbr (Company Code)
Constraints: Not nullable
entityCollection
- Entity Collection to be used to fetch a single GroupFixedAsset
groupFixedAsset_ID
- Group Asset Subnmbr
Constraints: Not nullable, Maximum length: 4
servicePath
- Service path to be used to fetch a single GroupFixedAsset
groupMasterFixedAsset
- Group Asset Subnmbr (Group Asset)
Constraints: Not nullable
@Nonnull protected Class<GroupFixedAsset> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<GroupFixedAssetByKeyFluentHelper,GroupFixedAsset,GroupFixedAsset>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<GroupFixedAssetByKeyFluentHelper,GroupFixedAsset,GroupFixedAssetSelectable>
Copyright © 2021 SAP SE. All rights reserved.