public class BuPaAddressUsageByKeyFluentHelper extends FluentHelperByKey<BuPaAddressUsageByKeyFluentHelper,BuPaAddressUsage,BuPaAddressUsageSelectable>
BuPaAddressUsage
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 |
---|
BuPaAddressUsageByKeyFluentHelper(String servicePath,
String businessPartner,
ZonedDateTime validityEndDate,
String addressUsage,
String addressID)
Creates a fluent helper object that will fetch a single
BuPaAddressUsage
entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<BuPaAddressUsage> |
getEntityClass() |
protected Map<String,Object> |
getKey() |
execute, getQueryBuilder, select, toQuery, withErrorHandler, withQueryParameter
cachingMetadata, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withHeader, withHeaders, withoutCachingMetadata
public BuPaAddressUsageByKeyFluentHelper(@Nonnull String servicePath, String businessPartner, ZonedDateTime validityEndDate, String addressUsage, String addressID)
BuPaAddressUsage
entity with the provided key field values. To perform execution, call the execute
method on the
fluent helper object.businessPartner
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
servicePath
- Service path to be used to fetch a single BuPaAddressUsage
validityEndDate
- Validity End of a Business Partner Address Usage
Constraints: Not nullable, Precision: 0
addressUsage
- Business partner attribute, which you can use to distinguish between various addresses by defining the
address usage for communication with business partners.
Constraints: Not nullable, Maximum length: 10
addressID
- Internal key for identifying a Business Address Services address.
Constraints: Not nullable, Maximum length: 10
@Nonnull protected Class<BuPaAddressUsage> getEntityClass()
getEntityClass
in class FluentHelperBasic<BuPaAddressUsageByKeyFluentHelper,BuPaAddressUsage,BuPaAddressUsage>
@Nonnull protected Map<String,Object> getKey()
getKey
in class FluentHelperByKey<BuPaAddressUsageByKeyFluentHelper,BuPaAddressUsage,BuPaAddressUsageSelectable>
Copyright © 2020 SAP SE. All rights reserved.