public class CountryByKeyFluentHelper extends FluentHelperByKey<CountryByKeyFluentHelper,Country,CountrySelectable>
Country
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 |
---|
CountryByKeyFluentHelper(String servicePath,
String country)
Deprecated.
Use the constructor
CountryByKeyFluentHelper(String, String, String)
instead. |
CountryByKeyFluentHelper(String servicePath,
String entityCollection,
String country)
Creates a fluent helper object that will fetch a single
Country entity with the provided key
field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<Country> |
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 CountryByKeyFluentHelper(@Nonnull String servicePath, String country)
CountryByKeyFluentHelper(String, String, String)
instead.Country
entity with the provided key
field values. To perform execution, call the execute
method on the fluent helper object.country
- The country key contains information which the system uses to check entries such as the length of the
postal code or bank account number.
Constraints: Not nullable, Maximum length: 3
servicePath
- Service path to be used to fetch a single Country
public CountryByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String country)
Country
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 Country
country
- The country key contains information which the system uses to check entries such as the length of the
postal code or bank account number.
Constraints: Not nullable, Maximum length: 3
servicePath
- Service path to be used to fetch a single Country
@Nonnull protected Class<Country> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<CountryByKeyFluentHelper,Country,Country>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<CountryByKeyFluentHelper,Country,CountrySelectable>
Copyright © 2021 SAP SE. All rights reserved.