public class EquipmentPartnerByKeyFluentHelper extends FluentHelperByKey<EquipmentPartnerByKeyFluentHelper,EquipmentPartner,EquipmentPartnerSelectable>
EquipmentPartner
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 |
---|
EquipmentPartnerByKeyFluentHelper(String servicePath,
String equipment,
String partnerFunction,
String equipmentPartnerObjectNmbr)
Deprecated.
Use the constructor
EquipmentPartnerByKeyFluentHelper(String, String, String, String, String)
instead. |
EquipmentPartnerByKeyFluentHelper(String servicePath,
String entityCollection,
String equipment,
String partnerFunction,
String equipmentPartnerObjectNmbr)
Creates a fluent helper object that will fetch a single
EquipmentPartner entity
with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<EquipmentPartner> |
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 EquipmentPartnerByKeyFluentHelper(@Nonnull String servicePath, String equipment, String partnerFunction, String equipmentPartnerObjectNmbr)
EquipmentPartnerByKeyFluentHelper(String, String, String, String, String)
instead.EquipmentPartner
entity
with the provided key field values. To perform execution, call the execute
method on the fluent
helper object.partnerFunction
- You can convert the keys that identify the partner functions in the original German system to
language-specific keys. The converted keys then appear according to the language in which the user
logs on.
Constraints: Not nullable, Maximum length: 2
equipmentPartnerObjectNmbr
- Counter for differentiation 6-digit
Constraints: Not nullable, Maximum length: 6
servicePath
- Service path to be used to fetch a single EquipmentPartner
equipment
- Number by which a piece of equipment can be clearly identified.
Constraints: Not nullable, Maximum length: 18
public EquipmentPartnerByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String equipment, String partnerFunction, String equipmentPartnerObjectNmbr)
EquipmentPartner
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 EquipmentPartner
partnerFunction
- You can convert the keys that identify the partner functions in the original German system to
language-specific keys. The converted keys then appear according to the language in which the user
logs on.
Constraints: Not nullable, Maximum length: 2
equipmentPartnerObjectNmbr
- Counter for differentiation 6-digit
Constraints: Not nullable, Maximum length: 6
servicePath
- Service path to be used to fetch a single EquipmentPartner
equipment
- Number by which a piece of equipment can be clearly identified.
Constraints: Not nullable, Maximum length: 18
@Nonnull protected Class<EquipmentPartner> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<EquipmentPartnerByKeyFluentHelper,EquipmentPartner,EquipmentPartner>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<EquipmentPartnerByKeyFluentHelper,EquipmentPartner,EquipmentPartnerSelectable>
Copyright © 2021 SAP SE. All rights reserved.