Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CustomerGroup
Packages that use CustomerGroup
Package
Description
-
Uses of CustomerGroup in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with type parameters of type CustomerGroupModifier and TypeFieldDescriptionstatic final CustomerGroupHierOneToOneLink<CustomerGroup>CustomerGroupHier.TO_CNSLDTN_CUSTOMER_GROUPUse with available fluent helpers to apply the to_CnsldtnCustomerGroup navigation property to query operations.static final CustomerGroupTextOneToOneLink<CustomerGroup>CustomerGroupText.TO_CNSLDTN_CUSTOMER_GROUPUse with available fluent helpers to apply the to_CnsldtnCustomerGroup navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return CustomerGroupModifier and TypeMethodDescriptionCustomerGroup.CustomerGroupBuilder.build()CustomerGroupHier.fetchCnsldtnCustomerGroup()Fetches the CustomerGroup entity (one to one) associated with this entity.CustomerGroupText.fetchCnsldtnCustomerGroup()Fetches the CustomerGroup entity (one to one) associated with this entity.CustomerGroupHier.getCnsldtnCustomerGroupOrFetch()Retrieval of associated CustomerGroup entity (one to one).CustomerGroupText.getCnsldtnCustomerGroupOrFetch()Retrieval of associated CustomerGroup entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return types with arguments of type CustomerGroupModifier and TypeMethodDescriptionio.vavr.control.Option<CustomerGroup>CustomerGroupHier.getCnsldtnCustomerGroupIfPresent()Retrieval of associated CustomerGroup entity (one to one).io.vavr.control.Option<CustomerGroup>CustomerGroupText.getCnsldtnCustomerGroupIfPresent()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.masterdataforgroupreporting with parameters of type CustomerGroupModifier and TypeMethodDescriptionCustomerGroupHier.CustomerGroupHierBuilder.cnsldtnCustomerGroup(CustomerGroup value) Navigation property to_CnsldtnCustomerGroup for CustomerGroupHier to single CustomerGroup.CustomerGroupText.CustomerGroupTextBuilder.cnsldtnCustomerGroup(CustomerGroup value) Navigation property to_CnsldtnCustomerGroup for CustomerGroupText to single CustomerGroup.voidCustomerGroupHier.setCnsldtnCustomerGroup(CustomerGroup value) Overwrites the associated CustomerGroup entity for the loaded navigation property to_CnsldtnCustomerGroup.voidCustomerGroupText.setCnsldtnCustomerGroup(CustomerGroup value) Overwrites the associated CustomerGroup entity for the loaded navigation property to_CnsldtnCustomerGroup.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with parameters of type CustomerGroupModifierConstructorDescriptionCustomerGroupHier(String additionalMasterDataHierarchy, String hierarchyNode, String hierarchyNode_Text, LocalDateTime validityEndDate, String parentNode, LocalDateTime validityStartDate, String customerGroup, String customerGroup_Text, String sequenceNumber, String hierarchyNodeSequence, String hierarchyNodeLevel, String nodeType, CustomerGroup toCnsldtnCustomerGroup, List<CustomerGroupHierText> toCnsldtnCustomerGroupHierT) CustomerGroupText(String language, String customerGroup, String customerGroupText, CustomerGroup toCnsldtnCustomerGroup) -
Uses of CustomerGroup in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.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.masterdataforgroupreporting.link with type arguments of type CustomerGroupModifier and TypeMethodDescriptionprotected CustomerGroupLink<ObjectT>CustomerGroupLink.translateLinkType(EntityLink<CustomerGroupLink<ObjectT>, CustomerGroup, ObjectT> link)