Modifier and Type | Field and Description |
---|---|
static CustomerGroupTextOneToOneLink<CustomerGroup> |
CustomerGroupText.TO_CUSTOMER_GROUP
Use with available fluent helpers to apply the to_CustomerGroup navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerGroup |
CustomerGroup.CustomerGroupBuilder.build() |
CustomerGroup |
CustomerGroupText.fetchCustomerGroup()
Fetches the CustomerGroup entity (one to one) associated with this entity.
|
CustomerGroup |
CustomerGroupText.getCustomerGroupOrFetch()
Retrieval of associated CustomerGroup entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<CustomerGroup> |
CustomerGroupText.getCustomerGroupIfPresent()
Retrieval of associated CustomerGroup entity (one to one).
|
protected Class<CustomerGroup> |
CustomerGroupFluentHelper.getEntityClass() |
protected Class<CustomerGroup> |
CustomerGroupByKeyFluentHelper.getEntityClass() |
Class<CustomerGroup> |
CustomerGroup.getType() |
Modifier and Type | Method and Description |
---|---|
CustomerGroupText.CustomerGroupTextBuilder |
CustomerGroupText.CustomerGroupTextBuilder.customerGroup(CustomerGroup value)
Navigation property to_CustomerGroup for CustomerGroupText to single CustomerGroup.
|
void |
CustomerGroupText.setCustomerGroup(CustomerGroup value)
Overwrites the associated CustomerGroup entity for the loaded navigation property to_CustomerGroup.
|
Constructor and Description |
---|
CustomerGroupText(String customerGroup,
String language,
String customerGroupName,
CustomerGroup toCustomerGroup) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerGroup> |
CustomerGroupOneToOneLink.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 CustomerGroupLink<ObjectT> |
CustomerGroupLink.translateLinkType(EntityLink<CustomerGroupLink<ObjectT>,CustomerGroup,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.