Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcustomer.CnsldtnCustomerText
Packages that use CnsldtnCustomerText
Package
Description
-
Uses of CnsldtnCustomerText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcustomer
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcustomer with type parameters of type CnsldtnCustomerTextModifier and TypeFieldDescriptionstatic final SimpleProperty<CnsldtnCustomerText>CnsldtnCustomerText.ALL_FIELDSSelector for all available fields of CnsldtnCustomerText.static final SimpleProperty.Boolean<CnsldtnCustomerText>CnsldtnCustomerText.CNSLDTN_IS_ADDITIONAL_MASTER_DATAstatic final SimpleProperty.String<CnsldtnCustomerText>CnsldtnCustomerText.CUSTOMERstatic final SimpleProperty.String<CnsldtnCustomerText>CnsldtnCustomerText.CUSTOMER_NAMEstatic final SimpleProperty.String<CnsldtnCustomerText>CnsldtnCustomerText.LANGUAGEstatic final NavigationProperty.Single<CnsldtnCustomerText,CnsldtnCustomer> CnsldtnCustomerText.TO__CUSTOMERUse with available request builders to apply the _Customer navigation property to query operations.static final NavigationProperty.Collection<CnsldtnCustomer,CnsldtnCustomerText> CnsldtnCustomer.TO__TEXTUse with available request builders to apply the _Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcustomer that return CnsldtnCustomerTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcustomer that return types with arguments of type CnsldtnCustomerTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<CnsldtnCustomerText>>CnsldtnCustomer.getTextIfPresent()Retrieval of associated CnsldtnCustomerText entities (one to many).CnsldtnCustomerText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcustomer with parameters of type CnsldtnCustomerTextModifier and TypeMethodDescriptionvoidCnsldtnCustomer.addText(CnsldtnCustomerText... entity) Adds elements to the list of associated CnsldtnCustomerText entities.CnsldtnCustomer.CnsldtnCustomerBuilder.text(CnsldtnCustomerText... value) Navigation property _Text for CnsldtnCustomer to multiple CnsldtnCustomerText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcustomer with type arguments of type CnsldtnCustomerTextModifier and TypeMethodDescriptionvoidCnsldtnCustomer.setText(List<CnsldtnCustomerText> value) Overwrites the list of associated CnsldtnCustomerText entities for the loaded navigation property _Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcustomer with type arguments of type CnsldtnCustomerTextModifierConstructorDescriptionCnsldtnCustomer(String customer, Boolean cnsldtnIsAdditionalMasterData, Collection<SAP__Message> _Messages, List<CnsldtnCustomerText> to_Text) -
Uses of CnsldtnCustomerText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type CnsldtnCustomerTextModifier and TypeMethodDescriptionConsolidationCustomerService.countCnsldtnCustomerText()Deprecated.Fetch the number of entries from theCnsldtnCustomerTextentity collection matching the filter and search expressions.DefaultConsolidationCustomerService.countCnsldtnCustomerText()Deprecated.ConsolidationCustomerService.deleteCnsldtnCustomerText(CnsldtnCustomerText cnsldtnCustomerText) Deprecated.Deletes an existingCnsldtnCustomerTextentity in the S/4HANA system.DefaultConsolidationCustomerService.deleteCnsldtnCustomerText(CnsldtnCustomerText cnsldtnCustomerText) Deprecated.ConsolidationCustomerService.getAllCnsldtnCustomerText()Deprecated.Fetch multipleCnsldtnCustomerTextentities.DefaultConsolidationCustomerService.getAllCnsldtnCustomerText()Deprecated.ConsolidationCustomerService.getCnsldtnCustomerTextByKey(String language, String customer) Deprecated.Fetch a singleCnsldtnCustomerTextentity using key fields.DefaultConsolidationCustomerService.getCnsldtnCustomerTextByKey(String language, String customer) Deprecated.ConsolidationCustomerService.updateCnsldtnCustomerText(CnsldtnCustomerText cnsldtnCustomerText) Deprecated.Update an existingCnsldtnCustomerTextentity and save it to the S/4HANA system.DefaultConsolidationCustomerService.updateCnsldtnCustomerText(CnsldtnCustomerText cnsldtnCustomerText) Deprecated.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type CnsldtnCustomerTextModifier and TypeMethodDescriptionConsolidationCustomerService.deleteCnsldtnCustomerText(CnsldtnCustomerText cnsldtnCustomerText) Deprecated.Deletes an existingCnsldtnCustomerTextentity in the S/4HANA system.DefaultConsolidationCustomerService.deleteCnsldtnCustomerText(CnsldtnCustomerText cnsldtnCustomerText) Deprecated.ConsolidationCustomerService.updateCnsldtnCustomerText(CnsldtnCustomerText cnsldtnCustomerText) Deprecated.Update an existingCnsldtnCustomerTextentity and save it to the S/4HANA system.DefaultConsolidationCustomerService.updateCnsldtnCustomerText(CnsldtnCustomerText cnsldtnCustomerText) Deprecated.