Modifier and Type | Field and Description |
---|---|
static CustomerSupplierCountryLink<CustomerSupplierCountryText> |
CustomerSupplierCountry.TO_CNSLDTN_COUNTRY_T
Use with available fluent helpers to apply the to_CnsldtnCountryT navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerSupplierCountryText |
CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CustomerSupplierCountryText> |
CustomerSupplierCountry.fetchCnsldtnCountryT()
Fetches the CustomerSupplierCountryText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<CustomerSupplierCountryText>> |
CustomerSupplierCountry.getCnsldtnCountryTIfPresent()
Retrieval of associated CustomerSupplierCountryText entities (one to many).
|
List<CustomerSupplierCountryText> |
CustomerSupplierCountry.getCnsldtnCountryTOrFetch()
Retrieval of associated CustomerSupplierCountryText entities (one to many).
|
protected Class<CustomerSupplierCountryText> |
CustomerSupplierCountryTextByKeyFluentHelper.getEntityClass() |
protected Class<CustomerSupplierCountryText> |
CustomerSupplierCountryTextFluentHelper.getEntityClass() |
Class<CustomerSupplierCountryText> |
CustomerSupplierCountryText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerSupplierCountry.addCnsldtnCountryT(CustomerSupplierCountryText... entity)
Adds elements to the list of associated CustomerSupplierCountryText entities.
|
CustomerSupplierCountry.CustomerSupplierCountryBuilder |
CustomerSupplierCountry.CustomerSupplierCountryBuilder.cnsldtnCountryT(CustomerSupplierCountryText... value)
Navigation property to_CnsldtnCountryT for CustomerSupplierCountry to multiple
CustomerSupplierCountryText.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomerSupplierCountry.setCnsldtnCountryT(List<CustomerSupplierCountryText> value)
Overwrites the list of associated CustomerSupplierCountryText entities for the loaded navigation property
to_CnsldtnCountryT.
|
Constructor and Description |
---|
CustomerSupplierCountry(String country,
String country_Text,
String additionalMasterDataSource,
List<CustomerSupplierCountryHier> toCnsldtnCountryHier,
List<CustomerSupplierCountryText> toCnsldtnCountryT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerSupplierCountryText> |
CustomerSupplierCountryTextOneToOneLink.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 CustomerSupplierCountryTextLink<ObjectT> |
CustomerSupplierCountryTextLink.translateLinkType(EntityLink<CustomerSupplierCountryTextLink<ObjectT>,CustomerSupplierCountryText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.