Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup.CustomerGroup
Packages that use CustomerGroup
Package
Description
-
Uses of CustomerGroup 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 CustomerGroupModifier and TypeFieldDescriptionstatic final CustomerGroupTextOneToOneLink<CustomerGroup>CustomerGroupText.TO_CUSTOMER_GROUPUse with available fluent helpers to apply the to_CustomerGroup navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup that return CustomerGroupModifier and TypeMethodDescriptionCustomerGroup.CustomerGroupBuilder.build()CustomerGroupText.fetchCustomerGroup()Fetches the CustomerGroup entity (one to one) associated with this entity.CustomerGroupText.getCustomerGroupOrFetch()Retrieval of associated CustomerGroup entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup that return types with arguments of type CustomerGroupModifier and TypeMethodDescriptionio.vavr.control.Option<CustomerGroup>CustomerGroupText.getCustomerGroupIfPresent()Retrieval of associated CustomerGroup entity (one to one).protected Class<CustomerGroup>CustomerGroupByKeyFluentHelper.getEntityClass()protected Class<CustomerGroup>CustomerGroupFluentHelper.getEntityClass()CustomerGroup.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup with parameters of type CustomerGroupModifier and TypeMethodDescriptionCustomerGroupText.CustomerGroupTextBuilder.customerGroup(CustomerGroup value) Navigation property to_CustomerGroup for CustomerGroupText to single CustomerGroup.voidCustomerGroupText.setCustomerGroup(CustomerGroup value) Overwrites the associated CustomerGroup entity for the loaded navigation property to_CustomerGroup.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customergroup with parameters of type CustomerGroupModifierConstructorDescriptionCustomerGroupText(String customerGroup, String language, String customerGroupName, CustomerGroup toCustomerGroup) -
Uses of CustomerGroup 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 CustomerGroupModifier and TypeMethodDescriptionCustomerGroupOneToOneLink.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 CustomerGroupModifier and TypeMethodDescriptionprotected CustomerGroupLink<ObjectT>CustomerGroupLink.translateLinkType(EntityLink<CustomerGroupLink<ObjectT>, CustomerGroup, ObjectT> link)