Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.Customer
Packages that use Customer
Package
Description
-
Uses of Customer 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 CustomerModifier and TypeFieldDescriptionstatic final CustomerHierOneToOneLink<Customer>CustomerHier.TO_CNSLDTN_CUSTOMERUse with available fluent helpers to apply the to_CnsldtnCustomer navigation property to query operations.static final CustomerTextOneToOneLink<Customer>CustomerText.TO_CNSLDTN_CUSTOMERUse with available fluent helpers to apply the to_CnsldtnCustomer navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return CustomerModifier and TypeMethodDescriptionCustomer.CustomerBuilder.build()CustomerHier.fetchCnsldtnCustomer()Fetches the Customer entity (one to one) associated with this entity.CustomerText.fetchCnsldtnCustomer()Fetches the Customer entity (one to one) associated with this entity.CustomerHier.getCnsldtnCustomerOrFetch()Retrieval of associated Customer entity (one to one).CustomerText.getCnsldtnCustomerOrFetch()Retrieval of associated Customer entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return types with arguments of type CustomerModifier and TypeMethodDescriptionio.vavr.control.Option<Customer>CustomerHier.getCnsldtnCustomerIfPresent()Retrieval of associated Customer entity (one to one).io.vavr.control.Option<Customer>CustomerText.getCnsldtnCustomerIfPresent()Retrieval of associated Customer entity (one to one).CustomerByKeyFluentHelper.getEntityClass()CustomerFluentHelper.getEntityClass()Customer.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with parameters of type CustomerModifier and TypeMethodDescriptionCustomerHier.CustomerHierBuilder.cnsldtnCustomer(Customer value) Navigation property to_CnsldtnCustomer for CustomerHier to single Customer.CustomerText.CustomerTextBuilder.cnsldtnCustomer(Customer value) Navigation property to_CnsldtnCustomer for CustomerText to single Customer.voidCustomerHier.setCnsldtnCustomer(Customer value) Overwrites the associated Customer entity for the loaded navigation property to_CnsldtnCustomer.voidCustomerText.setCnsldtnCustomer(Customer value) Overwrites the associated Customer entity for the loaded navigation property to_CnsldtnCustomer.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with parameters of type CustomerModifierConstructorDescriptionCustomerHier(String additionalMasterDataHierarchy, String hierarchyNode, String hierarchyNode_Text, LocalDateTime validityEndDate, String parentNode, LocalDateTime validityStartDate, String customer, String customer_Text, String sequenceNumber, String hierarchyNodeSequence, String hierarchyNodeLevel, String nodeType, Customer toCnsldtnCustomer, List<CustomerHierText> toCnsldtnCustomerHierT) CustomerText(String language, String customer, String cnsldtnCustomerText, Customer toCnsldtnCustomer) -
Uses of Customer 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 CustomerModifier and TypeMethodDescriptionCustomerOneToOneLink.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 CustomerModifier and TypeMethodDescriptionprotected CustomerLink<ObjectT>CustomerLink.translateLinkType(EntityLink<CustomerLink<ObjectT>, Customer, ObjectT> link)