Modifier and Type | Field and Description |
---|---|
static CustomerSupplierCountryLink<CustomerSupplierCountryHier> |
CustomerSupplierCountry.TO_CNSLDTN_COUNTRY_HIER
Use with available fluent helpers to apply the to_CnsldtnCountryHier navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerSupplierCountryHier |
CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CustomerSupplierCountryHier> |
CustomerSupplierCountry.fetchCnsldtnCountryHier()
Fetches the CustomerSupplierCountryHier entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<CustomerSupplierCountryHier>> |
CustomerSupplierCountry.getCnsldtnCountryHierIfPresent()
Retrieval of associated CustomerSupplierCountryHier entities (one to many).
|
List<CustomerSupplierCountryHier> |
CustomerSupplierCountry.getCnsldtnCountryHierOrFetch()
Retrieval of associated CustomerSupplierCountryHier entities (one to many).
|
protected Class<CustomerSupplierCountryHier> |
CustomerSupplierCountryHierByKeyFluentHelper.getEntityClass() |
protected Class<CustomerSupplierCountryHier> |
CustomerSupplierCountryHierFluentHelper.getEntityClass() |
Class<CustomerSupplierCountryHier> |
CustomerSupplierCountryHier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerSupplierCountry.addCnsldtnCountryHier(CustomerSupplierCountryHier... entity)
Adds elements to the list of associated CustomerSupplierCountryHier entities.
|
CustomerSupplierCountry.CustomerSupplierCountryBuilder |
CustomerSupplierCountry.CustomerSupplierCountryBuilder.cnsldtnCountryHier(CustomerSupplierCountryHier... value)
Navigation property to_CnsldtnCountryHier for CustomerSupplierCountry to multiple
CustomerSupplierCountryHier.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomerSupplierCountry.setCnsldtnCountryHier(List<CustomerSupplierCountryHier> value)
Overwrites the list of associated CustomerSupplierCountryHier entities for the loaded navigation property
to_CnsldtnCountryHier.
|
Constructor and Description |
---|
CustomerSupplierCountry(String country,
String country_Text,
String additionalMasterDataSource,
List<CustomerSupplierCountryHier> toCnsldtnCountryHier,
List<CustomerSupplierCountryText> toCnsldtnCountryT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerSupplierCountryHier> |
CustomerSupplierCountryHierOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected CustomerSupplierCountryHierLink<ObjectT> |
CustomerSupplierCountryHierLink.translateLinkType(EntityLink<CustomerSupplierCountryHierLink<ObjectT>,CustomerSupplierCountryHier,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.