Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup.link |
Modifier and Type | Field and Description |
---|---|
static CustomerGroupLink<CustomerGroupText> |
CustomerGroup.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerGroupText |
CustomerGroupText.CustomerGroupTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CustomerGroupText> |
CustomerGroup.fetchText()
Fetches the CustomerGroupText entities (one to many) associated with this entity.
|
protected Class<CustomerGroupText> |
CustomerGroupTextByKeyFluentHelper.getEntityClass() |
protected Class<CustomerGroupText> |
CustomerGroupTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<CustomerGroupText>> |
CustomerGroup.getTextIfPresent()
Retrieval of associated CustomerGroupText entities (one to many).
|
List<CustomerGroupText> |
CustomerGroup.getTextOrFetch()
Retrieval of associated CustomerGroupText entities (one to many).
|
Class<CustomerGroupText> |
CustomerGroupText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerGroup.addText(CustomerGroupText... entity)
Adds elements to the list of associated CustomerGroupText entities.
|
CustomerGroup.CustomerGroupBuilder |
CustomerGroup.CustomerGroupBuilder.text(CustomerGroupText... value)
Navigation property to_Text for CustomerGroup to multiple CustomerGroupText.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomerGroup.setText(List<CustomerGroupText> value)
Overwrites the list of associated CustomerGroupText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
CustomerGroup(String customerGroup,
List<CustomerGroupText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerGroupText> |
CustomerGroupTextOneToOneLink.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 CustomerGroupTextLink<ObjectT> |
CustomerGroupTextLink.translateLinkType(EntityLink<CustomerGroupTextLink<ObjectT>,CustomerGroupText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.