Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup.CustomerGroupText
Packages that use CustomerGroupText
Package
Description
-
Uses of CustomerGroupText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup with type parameters of type CustomerGroupTextModifier and TypeFieldDescriptionstatic final CustomerGroupLink<CustomerGroupText>CustomerGroup.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup that return CustomerGroupTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup that return types with arguments of type CustomerGroupTextModifier and TypeMethodDescriptionCustomerGroup.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).CustomerGroup.getTextOrFetch()Retrieval of associated CustomerGroupText entities (one to many).CustomerGroupText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup with parameters of type CustomerGroupTextModifier and TypeMethodDescriptionvoidCustomerGroup.addText(CustomerGroupText... entity) Adds elements to the list of associated CustomerGroupText entities.CustomerGroup.CustomerGroupBuilder.text(CustomerGroupText... value) Navigation property to_Text for CustomerGroup to multiple CustomerGroupText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup with type arguments of type CustomerGroupTextModifier and TypeMethodDescriptionvoidCustomerGroup.setText(List<CustomerGroupText> value) Overwrites the list of associated CustomerGroupText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup with type arguments of type CustomerGroupTextModifierConstructorDescriptionCustomerGroup(String customerGroup, List<CustomerGroupText> toText) -
Uses of CustomerGroupText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup.link that return types with arguments of type CustomerGroupTextModifier and TypeMethodDescriptionCustomerGroupTextOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup.link with type arguments of type CustomerGroupTextModifier and TypeMethodDescriptionprotected CustomerGroupTextLink<ObjectT>CustomerGroupTextLink.translateLinkType(EntityLink<CustomerGroupTextLink<ObjectT>, CustomerGroupText, ObjectT> link)