Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup.link |
Modifier and Type | Field and Description |
---|---|
static ProductGroupLink<ProductGroupText> |
ProductGroup.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductGroupText |
ProductGroupText.ProductGroupTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProductGroupText> |
ProductGroup.fetchText()
Fetches the ProductGroupText entities (one to many) associated with this entity.
|
protected Class<ProductGroupText> |
ProductGroupTextFluentHelper.getEntityClass() |
protected Class<ProductGroupText> |
ProductGroupTextByKeyFluentHelper.getEntityClass() |
Optional<List<ProductGroupText>> |
ProductGroup.getTextIfPresent()
Retrieval of associated ProductGroupText entities (one to many).
|
List<ProductGroupText> |
ProductGroup.getTextOrFetch()
Retrieval of associated ProductGroupText entities (one to many).
|
Class<ProductGroupText> |
ProductGroupText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductGroup.addText(ProductGroupText... entity)
Adds elements to the list of associated ProductGroupText entities.
|
ProductGroup.ProductGroupBuilder |
ProductGroup.ProductGroupBuilder.text(ProductGroupText... value) |
Modifier and Type | Method and Description |
---|---|
void |
ProductGroup.setText(List<ProductGroupText> value)
Overwrites the list of associated ProductGroupText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
ProductGroup(String materialGroup,
String authorizationGroup,
List<ProductGroupText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductGroupText> |
ProductGroupTextOneToOneLink.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 ProductGroupTextLink<ObjectT> |
ProductGroupTextLink.translateLinkType(EntityLink<ProductGroupTextLink<ObjectT>,ProductGroupText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.